<xs:complexType name="IfcFillAreaStyleTiles">
<xs:complexContent>
<xs:extension base="ifc:IfcGeometricRepresentationItem">
<xs:sequence>
<xs:element name="TilingPattern">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcOneDirectionRepeatFactor" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="Tiles">
<xs:complexType>
<xs:group ref="ifc:IfcFillAreaStyleTileShapeSelect" maxOccurs="unbounded" />
<xs:attribute ref="ex:itemType" fixed="ifc:IfcFillAreaStyleTileShapeSelect" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="TilingScale" type="ifc:IfcPositiveRatioMeasure" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|