I've set the element "FURNITURE"
to minOccurs="0"
but it still comes back
Element 'FURNITURE' cannot be empty according to the DTD/Schema.
when I try to validate it
<xsd:element name="FURNITURE" minOccurs="0" maxOccurs="6">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" type="xsd:integer" />
<xsd:element name="rNumber" type="xsd:string" />
<xsd:element name="type" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
and
<FURNITURE />