The type dx:calibrationStatusType indicates a change due to a repair or adjustment.
The tree structure of the type dx:calibrationStatusType has the following appearance:
<xs:simpleType name="calibrationStatusType">
<xs:restriction base="xs:string">
<xs:enumeration value="beforeAdjustment"/>
<xs:enumeration value="afterAdjustment"/>
<xs:enumeration value="beforeRepair"/>
<xs:enumeration value="afterRepair"/>
</xs:restriction>
</xs:simpleType>
| Content | Description |
|---|---|
| beforeAdjustment | before adjustment |
| afterAdjustment | after adjustment |
| beforeRepair | before repair |
| afterRepair | after repair |