<xs:complexType name="IfcFillAreaStyleHatching">
<xs:complexContent>
<xs:extension base="ifc:IfcGeometricRepresentationItem">
<xs:sequence>
<xs:element name="HatchLineAppearance">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCurveStyle" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="StartOfNextHatchLine">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcOneDirectionRepeatFactor" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="PointOfReferenceHatchLine">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCartesianPoint" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="PatternStart">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCartesianPoint" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="HatchLineAngle" type="ifc:IfcPlaneAngleMeasure" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|