<xs:complexType name="IfcStyledItem"> <xs:complexContent> <xs:extension base="ifc:IfcRepresentationItem"> <xs:sequence> <xs:element name="Styles"> <xs:complexType> <xs:group ref="ifc:IfcStyleAssignmentSelect" maxOccurs="unbounded"/> <xs:attribute ref="ifc:itemType" fixed="ifc:IfcStyleAssignmentSelect"/> <xs:attribute ref="ifc:cType" fixed="set"/> <xs:attribute ref="ifc:arraySize" use="optional"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |