The type dx:measuringEquipmentListType provides the ability to specify multiple elements measuringEquipment of type dx:measuringEquipmentType. This type can be called in the type dx:listType, dx:measurementResultType and dx:quantityType.
The tree structure of the type dx:measuringEquipmentListType has the following appearance:
<xs:complexType name="measuringEquipmentListType">
<xs:sequence>
<xs:element name="name" type="dx:textType" minOccurs="0"/>
<xs:element name="equipmentClass" type="dx:equipmentClassType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:element name="owner" type="dx:contactType" minOccurs="0"/>
<xs:element name="identificationList" type="dx:identificationListType" minOccurs="0"/>
<xs:element name="measuringEquipment" type="dx:measuringEquipmentType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:name (dx:textType) |
[O] | 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:owner (dx:contactType) |
[O] | The owner of the measuring equipments. |
| 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:measuringEquipment (dx:measuringEquipmentType) |
[M] | The element dx:measuringEquipment contains a list of measurable value(s) which belongs to the measurement equipment. |