ifc:IfcSurfaceTexture

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Mode 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="IfcSurfaceTexture" abstract="true">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPresentationItem">
      <xs:sequence>
        <xs:element name="TextureTransform" type="ifc:IfcCartesianTransformationOperator2D" nillable="true" minOccurs="0"/>
        <xs:element name="Parameter" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcIdentifier-wrapper" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcIdentifier-wrapper"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="RepeatS" type="xs:boolean" use="optional"/>
      <xs:attribute name="RepeatT" type="xs:boolean" use="optional"/>
      <xs:attribute name="Mode" type="ifc:IfcIdentifier" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>