<complexType name="ReciprocalAreaMeasureType">
<annotation>
<documentation>Reciprocal area or area density: One divided by area. Used in certain physical calculations and density expressions. Common units include 1/m², 1/ft², and 1/km².</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ReciprocalAreaUomEnumType">
<annotation>
<documentation>The unit of measure for reciprocal area or area density.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|