In type dx:conditionType, conditions are described which have influence on the calibration or measurement results.
The tree structure of the type dx:conditionType has the following appearance:
<xs:complexType name="conditionType">
<xs:sequence>
<xs:element name="name" type="dx:textType"/>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:element name="status" type="dx:calibrationStatusType" minOccurs="0"/>
<xs:element name="certificate" type="dx:hashType" minOccurs="0"/>
<xs:element name="data" type="dx:dataType" minOccurs="0"/>
<xs:element name="dateTime" type="xs:dateTime" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:name (dx:textType) |
[M] | In this element, the name of the condition (e.g. environmental condition) under which the calibrations were performed and which has an influence on the measurement result is entered. |
| dx:description (dx:richContentType) |
[O] | The element type dx:richContentType is used to enter any information. With it, it is possible to accommodate text as well as images and formulas in one element. |
| dx:status (dx:calibrationStatusType) |
[O] | The status can be: - beforeAdjustment, - afterAdjustment, - beforeRepair, - afterRepair. It indicates a change due to a repair or adjustment of the unit, making the information in dx:data history data. |
| dx:certificate (dx:hashType) |
[O] | Reference to another certificate as the source of the values. |
| dx:data (dx:dataType) |
[O] | without status: This element contains the data of the influence conditions. with status: This element contains the history data before a change was made to the device. |
| dx:dateTime (xs:dateTime) |
[O] | This element can be used to specify a common measurement time for the child elements of this list. Definition: dateTime values can be considered as objects with integer year, month, day, hour and minute properties, a decimal-valued seconds property and a boolean timezoned property. |
| Attribute | Use | Description |
|---|---|---|
| dx:baseAttributeGroup | [O] | An attribute group called "baseAttributeGroup" is referenced here. This attribute group contains a set of attributes that are commonly used in elements of the DX. An attribute group is a reusable collection of attributes. |