<xs:complexType name="IfcCraneRailFShapeProfileDef">
<xs:complexContent>
<xs:extension base="ifc:IfcParameterizedProfileDef">
<xs:sequence>
<xs:element name="OverallHeight" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="HeadWidth" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="Radius" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="HeadDepth2" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="HeadDepth3" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="WebThickness" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="BaseDepth1" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="BaseDepth2" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="CentreOfGravityInY" type="ifc:IfcPositiveLengthMeasure" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|