The type dx:equipmentClassType contains all the necessary information to uniquely identify a system of calibration items or a single calibration item using a classification schema.
The tree structure of the type dx:equipmentClassType has the following appearance:
<xs:complexType name="equipmentClassType">
<xs:sequence>
<xs:element name="reference" type="dx:notEmptyStringType"/>
<xs:element name="classID" type="dx:notEmptyStringType"/>
<xs:element name="link" type="xs:anyURI"/>
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:reference (dx:notEmptyStringType) |
[M] | Enter here the standard(s) according to which the classification of the calibration items is carried out. |
| dx:classID (dx:notEmptyStringType) |
[M] | This is where the classification of the calibration goods is entered. |
| dx:link (xs:anyURI) |
[M] | External link to the equipment class. |
| 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. |