<xs:complexType name="IfcIShapeProfileDef">
<xs:complexContent>
<xs:extension base="ifc:IfcParameterizedProfileDef">
<xs:sequence>
<xs:element name="OverallWidth" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="OverallDepth" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="WebThickness" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="FlangeThickness" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="FilletRadius" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|