ifc:IfcBoundingBox

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
XDim ifc:IfcPositiveLengthMeasure optional
YDim ifc:IfcPositiveLengthMeasure optional
ZDim ifc:IfcPositiveLengthMeasure 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="IfcBoundingBox">
  <xs:complexContent>
    <xs:extension base="ifc:IfcGeometricRepresentationItem">
      <xs:sequence>
        <xs:element name="Corner" type="ifc:IfcCartesianPoint" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="XDim" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="YDim" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="ZDim" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>