<complexType name="AreaMeasureType">
<annotation>
<documentation>Area: Two-dimensional extent. Fundamental geometric quantity used universally in engineering, construction, and science. Common units include m², ft², cm², in², acre, and hectare.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:AreaUomEnumType">
<annotation>
<documentation>The unit of measure for area.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|