<xs:complexType name="IfcReinforcingMesh">
<xs:complexContent>
<xs:extension base="ifc:IfcReinforcingElement">
<xs:sequence>
<xs:element name="MeshLength" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="MeshWidth" type="ifc:IfcPositiveLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="LongitudinalBarNominalDiameter" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="TransverseBarNominalDiameter" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="LongitudinalBarCrossSectionArea" type="ifc:IfcAreaMeasure" />
<xs:element name="TransverseBarCrossSectionArea" type="ifc:IfcAreaMeasure" />
<xs:element name="LongitudinalBarSpacing" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="TransverseBarSpacing" type="ifc:IfcPositiveLengthMeasure" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|