ifc:IfcDimensionalExponents

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
AmountOfSubstanceExponent xs:long optional
ElectricCurrentExponent xs:long optional
LengthExponent xs:long optional
LuminousIntensityExponent xs:long optional
MassExponent xs:long optional
ThermodynamicTemperatureExponent xs:long optional
TimeExponent 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="IfcDimensionalExponents">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:attribute name="LengthExponent" type="xs:long" use="optional"/>
      <xs:attribute name="MassExponent" type="xs:long" use="optional"/>
      <xs:attribute name="TimeExponent" type="xs:long" use="optional"/>
      <xs:attribute name="ElectricCurrentExponent" type="xs:long" use="optional"/>
      <xs:attribute name="ThermodynamicTemperatureExponent" type="xs:long" use="optional"/>
      <xs:attribute name="AmountOfSubstanceExponent" type="xs:long" use="optional"/>
      <xs:attribute name="LuminousIntensityExponent" type="xs:long" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>