Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type MeasuredPressureValueType
Annotations
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.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_combinedUncertainty Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType_meanError Units_xsd_Complex_Type_MeasuredDecimalType.tmp#MeasuredDecimalType Units_xsd_Complex_Type_MeasuredPressureValueType.tmp#MeasuredPressureValueType_pressureUnit
Type extension of MeasuredDecimalType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
combinedUncertainty NonNegativeDecimalType optional
The optional combinedUncertainty attribute is a value expressing the combined uncertainty assigned to the SpecifiedDecimalType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
meanError NonNegativeDecimalType optional
The optional meanError attribute is a value expressing the mean error assigned to the SpecifiedDecimalType.
pressureUnit xs:token optional
The optional pressureUnit attribute defines the UnitName for the MeasuredPressureValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Attribute MeasuredPressureValueType / @pressureUnit
Annotations
The optional pressureUnit attribute defines the UnitName for the MeasuredPressureValueType.
Type xs:token
Properties
content simple
Used by
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd