Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element TemperatureUnitType / SIUnitName
Annotations
The optional SIUnitName element is the name of the SI unit of temperature. If the element is used, its value must be kelvin.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
fixed kelvin
Source
<xs:element name="SIUnitName" type="xs:token" fixed="kelvin" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SIUnitName element is the name of the SI unit of temperature. If the element is used, its value must be kelvin.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Element TemperatureUnitType / UnitName
Annotations
The UnitName element is the name for TemperatureUnitType.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="UnitName" type="xs:token">
  <xs:annotation>
    <xs:documentation>The UnitName element is the name for TemperatureUnitType.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Element TemperatureUnitType / UnitConversion
Annotations
The optional UnitConversion element specifies how a temperature value in the named temperature unit may be converted to a value in kelvin.
Diagram
Diagram Units_xsd_Complex_Type_UnitConversionType.tmp#UnitConversionType_Factor Units_xsd_Complex_Type_UnitConversionType.tmp#UnitConversionType_Offset Units_xsd_Complex_Type_UnitConversionType.tmp#UnitConversionType
Type UnitConversionType
Properties
content complex
minOccurs 0
Children Factor, Offset
Instance
<UnitConversion xmlns="http://qifstandards.org/xsd/qif3">
  <Factor>{1,1}</Factor>
  <Offset>{0,1}</Offset>
</UnitConversion>
Source
<xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional UnitConversion element specifies how a temperature value in the named temperature unit may be converted to a value in kelvin.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Complex Type TemperatureUnitType
Annotations
The TemperatureUnitType defines the units to be used in the expression of temperature values.
Diagram
Diagram Units_xsd_Complex_Type_TemperatureUnitType.tmp#TemperatureUnitType_SIUnitName Units_xsd_Complex_Type_TemperatureUnitType.tmp#TemperatureUnitType_UnitName Units_xsd_Complex_Type_TemperatureUnitType.tmp#TemperatureUnitType_UnitConversion
Used by
Children SIUnitName, UnitConversion, UnitName
Source
<xs:complexType name="TemperatureUnitType">
  <xs:annotation>
    <xs:documentation>The TemperatureUnitType defines the units to be used in the expression of temperature values.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SIUnitName" type="xs:token" fixed="kelvin" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SIUnitName element is the name of the SI unit of temperature. If the element is used, its value must be kelvin.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitName" type="xs:token">
      <xs:annotation>
        <xs:documentation>The UnitName element is the name for TemperatureUnitType.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional UnitConversion element specifies how a temperature value in the named temperature unit may be converted to a value in kelvin.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd