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