<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> |