<complexType name="VolumePerLengthMeasureType">
<annotation>
<documentation>Volume per unit length or displacement volume: Volume per unit length. Used for pipe displacement, borehole volume per depth, and linear volume. Common units include m³/m, bbl/ft, gal/ft, and L/m.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:VolumePerLengthUomEnumType">
<annotation>
<documentation>The unit of measure for volume per unit length or displacement volume.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|