ifc:IfcDerivedUnitElement

Complex Type Information

Model

Children: ifc:Unit

Attributes

QName Type Fixed Default Use Inheritable Annotation
Exponent xs:long 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="IfcDerivedUnitElement">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="Unit" type="ifc:IfcNamedUnit" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="Exponent" type="xs:long" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>