<xs:complexType name="IfcPixelTexture">
<xs:complexContent>
<xs:extension base="ifc:IfcSurfaceTexture">
<xs:sequence>
<xs:element name="Width" type="ifc:IfcInteger" />
<xs:element name="Height" type="ifc:IfcInteger" />
<xs:element name="ColourComponents" type="ifc:IfcInteger" />
<xs:element name="Pixel">
<xs:complexType>
<xs:sequence>
<xs:element ref="ex:string-wrapper" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ex:string-wrapper" />
<xs:attribute ref="ex:cType" fixed="list" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|