ifc:IfcNamedUnit

Complex Type Information

Model

Children: ifc:Dimensions

Attributes

QName Type Fixed Default Use Inheritable Annotation
UnitType ifc:IfcUnitEnum 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="IfcNamedUnit" abstract="true">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="Dimensions" type="ifc:IfcDimensionalExponents" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="UnitType" type="ifc:IfcUnitEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>