Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type PressureValueType
Annotations
The PressureValueType is a SpecifiedDecimalType 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_PressureValueType.tmp#PressureValueType_pressureUnit
Type extension of SpecifiedDecimalType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
pressureUnit xs:token optional
The optional pressureUnit attribute defines the UnitName for the PressureValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:complexType name="PressureValueType">
  <xs:annotation>
    <xs:documentation>The PressureValueType is a SpecifiedDecimalType 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="SpecifiedDecimalType">
      <xs:attribute name="pressureUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional pressureUnit attribute defines the UnitName for the PressureValueType.</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 PressureValueType / @pressureUnit
Annotations
The optional pressureUnit attribute defines the UnitName for the PressureValueType.
Type xs:token
Properties
content simple
Used by
Complex Type PressureValueType
Source
<xs:attribute name="pressureUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional pressureUnit attribute defines the UnitName for the PressureValueType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd