Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CalibrationType / CalibrationMaster
Annotations
The optional CalibrationMaster element gives information about the calibration master.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CalibrationMasterType.tmp#CalibrationMasterType_SerialNumber QIFMeasurementResources_xsd_Complex_Type_CalibrationMasterType.tmp#CalibrationMasterType_Description QIFMeasurementResources_xsd_Complex_Type_CalibrationMasterType.tmp#CalibrationMasterType
Type CalibrationMasterType
Properties
content complex
minOccurs 0
Children Description, SerialNumber
Instance
<CalibrationMaster xmlns="http://qifstandards.org/xsd/qif3">
  <SerialNumber>{1,1}</SerialNumber>
  <Description>{0,1}</Description>
</CalibrationMaster>
Source
<xs:element name="CalibrationMaster" type="CalibrationMasterType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CalibrationMaster element gives information about the calibration master.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CalibrationType / Temperatures
Annotations
The Temperatures element is a list of temperatures noted for the calibration.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TemperaturesType.tmp#TemperaturesType_n QIFMeasurementResources_xsd_Complex_Type_TemperaturesType.tmp#TemperaturesType_Temperature QIFMeasurementResources_xsd_Complex_Type_TemperaturesType.tmp#TemperaturesType
Type TemperaturesType
Properties
content complex
minOccurs 0
Children Temperature
Instance
<Temperatures n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Temperature>{1,unbounded}</Temperature>
</Temperatures>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of temperatures in the list.
Source
<xs:element name="Temperatures" type="TemperaturesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Temperatures element is a list of temperatures noted for the calibration.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CalibrationType / CalibrationDate
Annotations
The CalibrationDate element is the date and time that the calibration took place.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="CalibrationDate" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The CalibrationDate element is the date and time that the calibration took place.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CalibrationType / ExpirationDate
Annotations
The ExpirationDate element is the date and time that the calibration expires.
Diagram
Diagram
Type xs:dateTime
Properties
content simple
Source
<xs:element name="ExpirationDate" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>The ExpirationDate element is the date and time that the calibration expires.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CalibrationType
Annotations
The CalibrationType defines information about a calibration.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CalibrationType.tmp#CalibrationType_CalibrationMaster QIFMeasurementResources_xsd_Complex_Type_CalibrationType.tmp#CalibrationType_Temperatures QIFMeasurementResources_xsd_Complex_Type_CalibrationType.tmp#CalibrationType_CalibrationDate QIFMeasurementResources_xsd_Complex_Type_CalibrationType.tmp#CalibrationType_ExpirationDate
Used by
Children CalibrationDate, CalibrationMaster, ExpirationDate, Temperatures
Source
<xs:complexType name="CalibrationType">
  <xs:annotation>
    <xs:documentation>The CalibrationType defines information about a calibration.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CalibrationMaster" type="CalibrationMasterType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CalibrationMaster element gives information about the calibration master.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Temperatures" type="TemperaturesType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Temperatures element is a list of temperatures noted for the calibration.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CalibrationDate" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The CalibrationDate element is the date and time that the calibration took place.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExpirationDate" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>The ExpirationDate element is the date and time that the calibration expires.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd