ifc:IfcFillAreaStyleTiles

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
TilingScale ifc:IfcPositiveRatioMeasure 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="IfcFillAreaStyleTiles">
  <xs:complexContent>
    <xs:extension base="ifc:IfcGeometricRepresentationItem">
      <xs:sequence>
        <xs:element name="TilingPattern">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcVector" minOccurs="2" maxOccurs="2"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcVector"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="Tiles">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcStyledItem" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcStyledItem"/>
            <xs:attribute ref="ifc:cType" fixed="set"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="TilingScale" type="ifc:IfcPositiveRatioMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>