<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>
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>
The CalibrationDate element is the date and time that the calibration took place.
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>
The ExpirationDate element is the date and time that the calibration expires.
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>
<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>