ifc:IfcReinforcementBarProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
BarCount ifc:IfcCountMeasure optional
BarSurface ifc:IfcReinforcingBarSurfaceEnum optional
EffectiveDepth ifc:IfcLengthMeasure optional
NominalBarDiameter ifc:IfcPositiveLengthMeasure optional
SteelGrade ifc:IfcLabel optional
TotalCrossSectionArea ifc:IfcAreaMeasure 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="IfcReinforcementBarProperties">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPreDefinedProperties">
      <xs:attribute name="TotalCrossSectionArea" type="ifc:IfcAreaMeasure" use="optional"/>
      <xs:attribute name="SteelGrade" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="BarSurface" type="ifc:IfcReinforcingBarSurfaceEnum" use="optional"/>
      <xs:attribute name="EffectiveDepth" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="NominalBarDiameter" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="BarCount" type="ifc:IfcCountMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>