The element dcc:resultListType contains all results of measurements, evaluations and information on calibration. The entries in this area are such that a value is always linked to a unit. SI units should always be used.
The tree structure of the parent element dcc:resultListType has the following appearance:
The element has only one sub-element dcc:resultType, which can occur any number of times.
The tree structure of the element dcc:resultType has the following appearance:
<xs:complexType name="resultListType">
<xs:sequence>
<xs:element name="result" type="dcc:resultType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="resultType">
<xs:sequence>
<xs:element name="name" type="dcc:textType"/>
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
<xs:element name="data" type="dcc:dataType"/>
</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>
Further information on the completion instructions can be found in the subsection Elements.
The element dcc:resultListType only has the child element dcc:resultType.
The element dcc:resultType can be called as often as required.
| Item Item type |
Minimum details | Remark |
|---|---|---|
| dcc:name dcc:textType |
[M] | The name of the calibration item is specified in this element. |
| dcc:description dcc:richContentType |
[O] | Other information that is not given in the dcc:name elements is given here to describe the element. |
| dcc:data dcc:dataType |
[M] | In this element further data for calibration can be entered. |
| Attribute Attribute type |
Minimum details | Remark |
|---|---|---|
| id xs:ID |
[O] | This standard XML data type is used to represent a unique ID. It is used to clearly identify the object in the DCC. The data type xs:ID is deliberately used here, as this enables validation in various tools without any add-ons. |
| refId xs:IDREFS |
[O] | IDREFS represents the IDREFS attribute type from [XML 1.0 (Second Edition)]. The ·value space· of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The ·lexical space· of IDREFS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of IDREF. The ·itemType· of IDREFS is IDREF. |
| refType dcc:refTypesType |
[O] | A XML List to link to reference types. |