<xs:complexType name="IfcCShapeProfileDef">
<xs:complexContent>
<xs:extension base="ifc:IfcParameterizedProfileDef">
<xs:sequence>
<xs:element name="Depth" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="Width" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="WallThickness" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="Girth" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="InternalFilletRadius" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="CentreOfGravityInX" type="ifc:IfcPositiveLengthMeasure" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|