ifc:IfcBlobTexture

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Mode ifc:IfcIdentifier optional
RasterFormat ifc:IfcIdentifier optional
RepeatS xs:boolean optional
RepeatT xs:boolean 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="IfcBlobTexture">
  <xs:complexContent>
    <xs:extension base="ifc:IfcSurfaceTexture">
      <xs:sequence>
        <xs:element name="RasterCode" type="ifc:hexBinary"/>
      </xs:sequence>
      <xs:attribute name="RasterFormat" type="ifc:IfcIdentifier" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>