<xs:complexType name="IfcPixelTexture">
<xs:complexContent>
<xs:extension base="ifc:IfcSurfaceTexture">
<xs:attribute name="Width" type="ifc:IfcInteger" use="optional"/>
<xs:attribute name="Height" type="ifc:IfcInteger" use="optional"/>
<xs:attribute name="ColourComponents" type="ifc:IfcInteger" use="optional"/>
<xs:attribute name="Pixel" use="optional">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:hexBinary"/>
</xs:simpleType>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType> |