<complexType name="LengthPerVolumeMeasureType">
<annotation>
<documentation>Reciprocal area or specific perimeter: Length per unit volume. Used in hydraulic radius calculations and fuel economy (inverse, like km/L or mi/gal). Common units include 1/m, ft/ft³, and km/L.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:LengthPerVolumeUomEnumType">
<annotation>
<documentation>The unit of measure for reciprocal area or specific perimeter.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|