ifc:IfcSectionReinforcementProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
LongitudinalEndPosition ifc:IfcLengthMeasure optional
LongitudinalStartPosition ifc:IfcLengthMeasure optional
ReinforcementRole ifc:IfcReinforcingBarRoleEnum optional
TransversePosition ifc:IfcLengthMeasure 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="IfcSectionReinforcementProperties">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPreDefinedProperties">
      <xs:sequence>
        <xs:element name="SectionDefinition" type="ifc:IfcSectionProperties" nillable="true"/>
        <xs:element name="CrossSectionReinforcementDefinitions">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcReinforcementBarProperties" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcReinforcementBarProperties"/>
            <xs:attribute ref="ifc:cType" fixed="set"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="LongitudinalStartPosition" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="LongitudinalEndPosition" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="TransversePosition" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="ReinforcementRole" type="ifc:IfcReinforcingBarRoleEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>