ifc:TilingPattern

Element Information

Model

Children: ifc:IfcVector

Attributes

QName Type Fixed Default Use Inheritable Annotation
ifc:arraySize restriction of list of xs:integer optional
ifc:cType list of ifc:aggregateType list optional
ifc:itemType list of xs:QName ifc:IfcVector optional

Source

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

Sample