Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type CriterionTemperatureType
Annotations
The CriterionTemperatureType defines a CriterionDecimalType 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 temperature unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Kelvin if not.
Diagram
Diagram Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_Limit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_NumberAllowedExceptions Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType_ExtremeLimit Statistics_xsd_Complex_Type_CriterionDecimalType.tmp#CriterionDecimalType Statistics_xsd_Complex_Type_CriterionTemperatureType.tmp#CriterionTemperatureType_temperatureUnit
Type extension of CriterionDecimalType
Type hierarchy
Used by
Children ExtremeLimit, Limit, NumberAllowedExceptions
Attributes
QName Type Use Annotation
temperatureUnit xs:token optional
The optional temperatureUnit attribute defines the unit name for the CriterionTemperatureType.
Source
<xs:complexType name="CriterionTemperatureType">
  <xs:annotation>
    <xs:documentation>The CriterionTemperatureType defines a CriterionDecimalType 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 temperature 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="CriterionDecimalType">
      <xs:attribute name="temperatureUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional temperatureUnit attribute defines the unit name for the CriterionTemperatureType.</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 CriterionTemperatureType / @temperatureUnit
Annotations
The optional temperatureUnit attribute defines the unit name for the CriterionTemperatureType.
Type xs:token
Properties
content simple
Used by
Source
<xs:attribute name="temperatureUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional temperatureUnit attribute defines the unit name for the CriterionTemperatureType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd