| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| BarLength | ifc:IfcPositiveLengthMeasure | optional | ||||
| BarSurface | ifc:IfcReinforcingBarSurfaceEnum | optional | ||||
| CrossSectionArea | ifc:IfcAreaMeasure | optional | ||||
| Description | ifc:IfcText | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| NominalDiameter | ifc:IfcPositiveLengthMeasure | optional | ||||
| ObjectType | ifc:IfcLabel | optional | ||||
| PredefinedType | ifc:IfcReinforcingBarTypeEnum | optional | ||||
| SteelGrade | ifc:IfcLabel | optional | ||||
| Tag | ifc:IfcIdentifier | 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 |
| Element | ifc:IfcReinforcingBar |
<xs:complexType name="IfcReinforcingBar"> <xs:complexContent> <xs:extension base="ifc:IfcReinforcingElement"> <xs:attribute name="NominalDiameter" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="CrossSectionArea" type="ifc:IfcAreaMeasure" use="optional"/> <xs:attribute name="BarLength" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="PredefinedType" type="ifc:IfcReinforcingBarTypeEnum" use="optional"/> <xs:attribute name="BarSurface" type="ifc:IfcReinforcingBarSurfaceEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |