<complexType name="VolumePerAreaMeasureType">
<annotation>
<documentation>Volume per unit area or thickness: Volume distributed over an area, equivalent to thickness. Used for reservoir volume per acre, coating thickness, and infiltration volumes. Common units include m³/m² (equivalent to m), bbl/acre, and ft³/ft².</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:VolumePerAreaUomEnumType">
<annotation>
<documentation>The unit of measure for volume per unit area or thickness.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|