ifc:IfcLShapeProfileDef

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Depth ifc:IfcPositiveLengthMeasure optional
EdgeRadius ifc:IfcNonNegativeLengthMeasure optional
FilletRadius ifc:IfcNonNegativeLengthMeasure optional
LegSlope ifc:IfcPlaneAngleMeasure optional
ProfileName ifc:IfcLabel optional
ProfileType ifc:IfcProfileTypeEnum optional
Thickness ifc:IfcPositiveLengthMeasure optional
Width 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="IfcLShapeProfileDef">
  <xs:complexContent>
    <xs:extension base="ifc:IfcParameterizedProfileDef">
      <xs:attribute name="Depth" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="Width" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="Thickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="FilletRadius" type="ifc:IfcNonNegativeLengthMeasure" use="optional"/>
      <xs:attribute name="EdgeRadius" type="ifc:IfcNonNegativeLengthMeasure" use="optional"/>
      <xs:attribute name="LegSlope" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>