The MeasuredPressureValueType is an MeasuredDecimalType with an optional pressureUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when a pressure value is given, the unit type is the PressureUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and pascals if not.
<xs:complexType name="MeasuredPressureValueType"><xs:annotation><xs:documentation>The MeasuredPressureValueType is an MeasuredDecimalType with an optional pressureUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when a pressure value is given, the unit type is the PressureUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and pascals if not.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="MeasuredDecimalType"><xs:attribute name="pressureUnit" type="xs:token"><xs:annotation><xs:documentation>The optional pressureUnit attribute defines the UnitName for the MeasuredPressureValueType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
<xs:attribute name="pressureUnit" type="xs:token"><xs:annotation><xs:documentation>The optional pressureUnit attribute defines the UnitName for the MeasuredPressureValueType.</xs:documentation></xs:annotation></xs:attribute>