ifc:IfcSurfaceReinforcementArea

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Name ifc:IfcLabel optional
ShearReinforcement ifc:IfcRatioMeasure optional
SurfaceReinforcement1 restriction of list of ifc:IfcLengthMeasure optional
SurfaceReinforcement2 restriction of list of 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="IfcSurfaceReinforcementArea">
  <xs:complexContent>
    <xs:extension base="ifc:IfcStructuralLoadOrResult">
      <xs:attribute name="SurfaceReinforcement1" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcLengthMeasure"/>
            </xs:simpleType>
            <xs:minLength value="2"/>
            <xs:maxLength value="3"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="SurfaceReinforcement2" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcLengthMeasure"/>
            </xs:simpleType>
            <xs:minLength value="2"/>
            <xs:maxLength value="3"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="ShearReinforcement" type="ifc:IfcRatioMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>