Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type StatsTemperatureType
Annotations
The StatsTemperatureType defines a StatsNumericalBaseType with an optional temperatureUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a temperature value is given, the unit type is the primary angle unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Kelvin if not.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes Statistics_xsd_Element_NumericCharacteristicStatsValue.tmp#NumericCharacteristicStatsValue Statistics_xsd_Complex_Type_StatsNumericalBaseType.tmp#StatsNumericalBaseType Statistics_xsd_Complex_Type_StatsTemperatureType.tmp#StatsTemperatureType_temperatureUnit
Type extension of StatsNumericalBaseType
Type hierarchy
Used by
Children Attributes, NumericCharacteristicStatsValue
Attributes
QName Type Use Annotation
temperatureUnit xs:token optional
The optional temperatureUnit attribute defines the unit used by StatsTemperatureType.
Source
<xs:complexType name="StatsTemperatureType">
  <xs:annotation>
    <xs:documentation>The StatsTemperatureType defines a StatsNumericalBaseType with an optional temperatureUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a temperature value is given, the unit type is the primary angle unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Kelvin if not.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="StatsNumericalBaseType">
      <xs:attribute name="temperatureUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional temperatureUnit attribute defines the unit used by StatsTemperatureType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Attribute StatsTemperatureType / @temperatureUnit
Annotations
The optional temperatureUnit attribute defines the unit used by StatsTemperatureType.
Type xs:token
Properties
content simple
Used by
Complex Type StatsTemperatureType
Source
<xs:attribute name="temperatureUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional temperatureUnit attribute defines the unit used by StatsTemperatureType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd