With the help of the type dx:statementType, statements on calibration are stored which apply to the entire calibration process.
The tree structure of the type dx:statementType has the following appearance:
<xs:complexType name="statementType">
<xs:sequence>
<xs:group ref="dx:statementMetaDataGroup"/>
<xs:element name="nonSIDefinition" type="dx:notEmptyStringType" minOccurs="0"/>
<xs:element name="nonSIUnit" type="dx:notEmptyStringType" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:statementMetaDataGroup | [O] | |
| dx:nonSIDefinition (dx:notEmptyStringType) |
[O] | Definition of a non-SI unit used by the DX. |
| dx:nonSIUnit (dx:notEmptyStringType) |
[O] | The used non-SI unit used by the DX. |
| 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. |