In the type dx:measuringEquipmentType, information about the equipment used during calibration is documented.
The tree structure of the type dx:measuringEquipmentType has the following appearance:
<xs:complexType name="measuringEquipmentType">
<xs:sequence>
<xs:element name="name" type="dx:textType"/>
<xs:element name="equipmentClass" type="dx:equipmentClassType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:element name="certificate" type="dx:hashType" minOccurs="0"/>
<xs:element name="manufacturer" type="dx:contactType" minOccurs="0"/>
<xs:element name="model" type="dx:notEmptyStringType" minOccurs="0"/>
<xs:element name="identificationList" type="dx:identificationListType" minOccurs="0"/>
<xs:element name="measuringEquipmentQuantityList" type="dx:measuringEquipmentQuantityListType" minOccurs="0"/>
<xs:element name="softwareList" type="dx:softwareListType" 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] | This element shall specify the name of the equipment. |
| dx:equipmentClass (dx:equipmentClassType) |
[O] | An element of type dx:equipmentClassType contains all the information necessary to uniquely identify a system of calibration items or a single calibration item by means of a classification scheme. |
| dx:description (dx:richContentType) |
[O] | Other information not given in the elements dx:name is given here to describe the calibration item. |
| dx:certificate (dx:hashType) |
[O] | In this element the certificate for the equipment can be specified. |
| dx:manufacturer (dx:contactType) |
[O] | In this element the manufacturer of the equipment can be entered. |
| dx:model (dx:notEmptyStringType) |
[O] | This string can contain a model name of the equipment. |
| dx:identificationList (dx:identificationListType) |
[O] | In order to be able to identify the equipment in different databases, it is possible to enter identifiers of different participants. For example, the name of the manufacturer and the inventory number of the owner. |
| dx:measuringEquipmentQuantityList (dx:measuringEquipmentQuantityListType) |
[O] | The element dx:measuringEquipmentQuantityList contains a list of measurable value(s) which belongs to the measurement equipment. |
| dx:softwareList (dx:softwareListType) |
[O] | The installed softwares on the measuring equipment. |
| 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. |