ifc:IfcPixelTexture

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ColourComponents ifc:IfcInteger optional
Height ifc:IfcInteger optional
Mode ifc:IfcIdentifier optional
Pixel list of xs:hexBinary optional
RepeatS xs:boolean optional
RepeatT xs:boolean optional
Width ifc:IfcInteger optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<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>