<xs:complexType name="IfcZShapeProfileDef">
<xs:complexContent>
<xs:extension base="ifc:IfcParameterizedProfileDef">
<xs:sequence>
<xs:element name="Depth" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="FlangeWidth" 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:element name="EdgeRadius" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|