<complexType name="ReciprocalPressureMeasureType">
<annotation>
<documentation>Reciprocal pressure or compressibility: One divided by pressure. Represents compressibility or compliance. Common units include 1/Pa, 1/kPa, 1/bar, and 1/psi.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ReciprocalPressureUomEnumType">
<annotation>
<documentation>The unit of measure for reciprocal pressure or compressibility.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|