<xs:complexType name="IfcReinforcementBarProperties">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="TotalCrossSectionArea" type="ifc:IfcAreaMeasure" />
<xs:element name="SteelGrade" type="ifc:IfcLabel" />
<xs:element name="BarSurface" type="ifc:IfcReinforcingBarSurfaceEnum" nillable="true" minOccurs="0" />
<xs:element name="EffectiveDepth" type="ifc:IfcLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="NominalBarDiameter" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="BarCount" type="ifc:IfcCountMeasure" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|