Procedure and recorded data obtained during calibration.This can be represented as text or as a reference to another objector external file via an xlink:href attribute
The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows:onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained
The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation contextreplace - load the resource in the same window, frame, pane, or other presentation contextembed - load ending resource in place of the presentation of the starting resourceother - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained
<element minOccurs="0" name="calibrationData" type="gml:StringOrRefType"><annotation><documentation>Procedure and recorded data obtained during calibration. This can be represented as text or as a reference to another object or external file via an xlink:href attribute</documentation></annotation></element>
Note about the amount of use of the equipment since thelast calibration.
Diagram
Type
string
Properties
content
simple
minOccurs
0
Source
<element minOccurs="0" name="useSinceLastCalibration" type="string"><annotation><documentation>Note about the amount of use of the equipment since the last calibration.</documentation></annotation></element>
Complex Type diggs:CalibrationType
Namespace
http://diggsml.org/schemas/3
Annotations
Type for instrument calibration information. Contains calibration data,calibration values, date, and use since last calibration. Documents calibrationhistory and parameters for equipment and sensors.
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
Source
<complexType name="CalibrationType"><annotation><documentation>Type for instrument calibration information. Contains calibration data, calibration values, date, and use since last calibration. Documents calibration history and parameters for equipment and sensors.</documentation></annotation><complexContent><extension base="diggs:AbstractFeatureType"><sequence><element minOccurs="0" name="calibrationData" type="gml:StringOrRefType"><annotation><documentation>Procedure and recorded data obtained during calibration. This can be represented as text or as a reference to another object or external file via an xlink:href attribute</documentation></annotation></element><element name="cqlibrationValues" type="diggs:ParameterArrayPropertyType" minOccurs="0" maxOccurs="1"><annotation><documentation>Date calibration was perfomed</documentation></annotation></element><element name="date" type="gml:TimePositionType" minOccurs="0" maxOccurs="1"><annotation><documentation>Date calibration was perfomed</documentation></annotation></element><element minOccurs="0" name="useSinceLastCalibration" type="string"><annotation><documentation>Note about the amount of use of the equipment since the last calibration.</documentation></annotation></element></sequence></extension></complexContent></complexType>