Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element CalibrationsType / Calibration
Annotations
Each Calibration element gives 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 QIFMeasurementResources_xsd_Complex_Type_CalibrationType.tmp#CalibrationType
Type CalibrationType
Properties
content complex
maxOccurs unbounded
Children CalibrationDate, CalibrationMaster, ExpirationDate, Temperatures
Instance
<Calibration xmlns="http://qifstandards.org/xsd/qif3">
  <CalibrationMaster>{0,1}</CalibrationMaster>
  <Temperatures n="">{0,1}</Temperatures>
  <CalibrationDate>{0,1}</CalibrationDate>
  <ExpirationDate>{1,1}</ExpirationDate>
</Calibration>
Source
<xs:element name="Calibration" type="CalibrationType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Calibration element gives information about a calibration.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CalibrationsType
Annotations
The CalibrationsType defines a list of calibrations.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CalibrationsType.tmp#CalibrationsType_n QIFMeasurementResources_xsd_Complex_Type_CalibrationsType.tmp#CalibrationsType_Calibration
Used by
Children Calibration
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of calibrations in the list.
Source
<xs:complexType name="CalibrationsType">
  <xs:annotation>
    <xs:documentation>The CalibrationsType defines a list of calibrations.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Calibration" type="CalibrationType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Calibration element gives information about a calibration.</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 calibrations in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Attribute CalibrationsType / @n
Annotations
The required n attribute is the number of calibrations in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type CalibrationsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of calibrations in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd