An element of the type dcc:equipmentClassType contains all the necessary information to uniquely identify a system of calibration items or a single calibration item using a classification schema e.g., the BIPM service categories.
The tree structure of the element dcc:equipmentClass has the following appearance:
<xs:complexType name="equipmentClassType">
<xs:sequence>
<xs:element name="reference" type="dcc:notEmptyStringType"/>
<xs:element name="classID" type="dcc:notEmptyStringType"/>
<xs:element name="link" type="xs:anyURI" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="optional"/>
<xs:attribute name="refId" type="xs:IDREFS" use="optional"/>
<xs:attribute name="refType" type="dcc:refTypesType" use="optional"/>
</xs:complexType>
See the list of abbreviations here
| Element Element type |
Use | Description |
|---|---|---|
| reference dcc:notEmptyStringType |
[M] | Enter here the standard(s) according to which the classification of the calibration items is carried out. more information |
| classID dcc:notEmptyStringType |
[M] | This is where the classification of the calibration goods is entered. |
| dcc:link xs:anyURI |
[O] | External link to the equipment class. |
| Attribute Attribute type |
Use | Description |
|---|---|---|
| id xs:ID |
[O] | This standard XML data type is used to represent a unique ID. It is used to uniquely identify the object in the DCC. The data type xs:ID is deliberately used here because it enables validation without any add-ons in various tools. |
| refId xs:IDREFS |
[O] | IDREF represents the IDREF attribute type from [XML 1.0 (Second Edition)]. The value space of IDREF is the set of all strings that match the NCName production in [Namespaces in XML]. The lexical space of IDREF is the set of strings that match the NCName production in [Namespaces in XML]. The base type of IDREF is NCName. |
| refType dcc:refTypesType |
[O] | A list of refTypes in XML. |
As an example if we would want to classify an item/ equipment in regard to BIPM Classification of services in mass and related quantities[1] as a force measuring device for tension:
<dcc:equipmentClass>
<dcc:reference>BIPM Classification of services in mass and related quantities</dcc:reference>
<dcc:classID>4.1.1</dcc:classID>
<dcc:link>https://www.bipm.org/documents/20126/41442309/Classification+of+services+in+Mass+and+related+quantities/3cfc4f69-1770-c1eb-31a5-a23144418a23</dcc:link>
</dcc:equipmentClass>