<xs:complexType name="IfcMaterialClassificationRelationship"> <xs:complexContent> <xs:extension base="ifc:Entity"> <xs:sequence> <xs:element name="MaterialClassifications"> <xs:complexType> <xs:group ref="ifc:IfcClassificationSelect" maxOccurs="unbounded"/> <xs:attribute ref="ifc:itemType" fixed="ifc:IfcClassificationSelect"/> <xs:attribute ref="ifc:cType" fixed="set"/> <xs:attribute ref="ifc:arraySize" use="optional"/> </xs:complexType> </xs:element> <xs:element name="ClassifiedMaterial" type="ifc:IfcMaterial" nillable="true"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |