Descriptive Measure | |
Mesure descriptive |
A descriptive measure is a human interpretable definition of a quantifiable value. The mode of interpretation has to be established for the exchange context.
Type: STRING
NOTE Type adapted from descriptive_measure defined in ISO 10303-41.
HISTORY New type in IFC1.5.1.
<xs:simpleType name="IfcDescriptiveMeasure">
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
<xs:element name="IfcDescriptiveMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcDescriptiveMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcDescriptiveMeasure = STRING;
END_TYPE;