Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element TemperaturesType / Temperature
Annotations
Each Temperature element is a temperature noted for a machine.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_TemperatureType.tmp#TemperatureType_Temperature QIFMeasurementResources_xsd_Complex_Type_TemperatureType.tmp#TemperatureType_TimeStamp QIFMeasurementResources_xsd_Complex_Type_TemperatureType.tmp#TemperatureType
Type TemperatureType
Properties
content complex
maxOccurs unbounded
Children Attributes, Temperature, TimeStamp
Instance
<Temperature xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Temperature decimalPlaces="" significantFigures="" temperatureUnit="">{1,1}</Temperature>
  <TimeStamp>{0,1}</TimeStamp>
</Temperature>
Source
<xs:element name="Temperature" type="TemperatureType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Temperature element is a temperature noted for a machine.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type TemperaturesType
Annotations
The TemperaturesType defines a list of temperatures.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TemperaturesType.tmp#TemperaturesType_n QIFMeasurementResources_xsd_Complex_Type_TemperaturesType.tmp#TemperaturesType_Temperature
Used by
Children Temperature
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of temperatures in the list.
Source
<xs:complexType name="TemperaturesType">
  <xs:annotation>
    <xs:documentation>The TemperaturesType defines a list of temperatures.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Temperature" type="TemperatureType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Temperature element is a temperature noted for a machine.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of temperatures in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Attribute TemperaturesType / @n
Annotations
The required n attribute is the number of temperatures in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type TemperaturesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of temperatures in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd