ifc:IfcIShapeProfileDef

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
FilletRadius ifc:IfcNonNegativeLengthMeasure optional
FlangeEdgeRadius ifc:IfcNonNegativeLengthMeasure optional
FlangeSlope ifc:IfcPlaneAngleMeasure optional
FlangeThickness ifc:IfcPositiveLengthMeasure optional
OverallDepth ifc:IfcPositiveLengthMeasure optional
OverallWidth ifc:IfcPositiveLengthMeasure optional
ProfileName ifc:IfcLabel optional
ProfileType ifc:IfcProfileTypeEnum optional
WebThickness ifc:IfcPositiveLengthMeasure optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<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>