<xs:complexType name="IfcIShapeProfileDef">
<xs:complexContent>
<xs:extension base="ifc:IfcParameterizedProfileDef">
<xs:attribute name="OverallWidth" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="OverallDepth" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="WebThickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="FlangeThickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="FilletRadius" type="ifc:IfcNonNegativeLengthMeasure" use="optional"/>
<xs:attribute name="FlangeEdgeRadius" type="ifc:IfcNonNegativeLengthMeasure" use="optional"/>
<xs:attribute name="FlangeSlope" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |