<xs:group name="IfcMeasureValue">
<xs:choice>
<xs:element ref="ifc:IfcVolumeMeasure" />
<xs:element ref="ifc:IfcTimeMeasure" />
<xs:element ref="ifc:IfcThermodynamicTemperatureMeasure" />
<xs:element ref="ifc:IfcSolidAngleMeasure" />
<xs:element ref="ifc:IfcPositiveRatioMeasure" />
<xs:element ref="ifc:IfcRatioMeasure" />
<xs:element ref="ifc:IfcPositivePlaneAngleMeasure" />
<xs:element ref="ifc:IfcPlaneAngleMeasure" />
<xs:element ref="ifc:IfcParameterValue" />
<xs:element ref="ifc:IfcNumericMeasure" />
<xs:element ref="ifc:IfcMassMeasure" />
<xs:element ref="ifc:IfcPositiveLengthMeasure" />
<xs:element ref="ifc:IfcLengthMeasure" />
<xs:element ref="ifc:IfcElectricCurrentMeasure" />
<xs:element ref="ifc:IfcDescriptiveMeasure" />
<xs:element ref="ifc:IfcCountMeasure" />
<xs:element ref="ifc:IfcContextDependentMeasure" />
<xs:element ref="ifc:IfcAreaMeasure" />
<xs:element ref="ifc:IfcAmountOfSubstanceMeasure" />
<xs:element ref="ifc:IfcLuminousIntensityMeasure" />
<xs:element ref="ifc:IfcNormalisedRatioMeasure" />
<xs:element ref="ifc:IfcComplexNumber" />
</xs:choice>
</xs:group>
|