Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type TemperatureValueType
Annotations
The TemperatureValueType is a SpecifiedDecimalType with an optional temperatureUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when a temperature value is given, the unit type is the TemperatureUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and kelvin 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_TemperatureValueType.tmp#TemperatureValueType_temperatureUnit
Type extension of SpecifiedDecimalType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
temperatureUnit xs:token optional
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:complexType name="TemperatureValueType">
  <xs:annotation>
    <xs:documentation>The TemperatureValueType is a SpecifiedDecimalType with an optional temperatureUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when a temperature value is given, the unit type is the TemperatureUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and kelvin if not.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="SpecifiedDecimalType">
      <xs:attribute name="temperatureUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.</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 TemperatureValueType / @temperatureUnit
Annotations
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Type xs:token
Properties
content simple
Used by
Complex Type TemperatureValueType
Source
<xs:attribute name="temperatureUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd