![]()  | Kontextabhängiges Maß | 
![]()  | Context Dependent Measure | 
![]()  | Mesure dépendant du contexte | 
The value of a physical quantity as defined within the exchange context.
Type: REAL
NOTE Type adapted from context_dependent_measure defined in ISO 10303-41.
HISTORY New type in IFC1.5.1.
 <xs:simpleType name="IfcContextDependentMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcContextDependentMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcContextDependentMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
TYPE IfcContextDependentMeasure = REAL;
END_TYPE;