The element dcc:usedMethodListType contains a list of methods used during calibration. The element dcc:usedMethodType describes the method actually used during calibration.
The tree structure of the element dcc:usedMethodListType has the following appearance:
The element dcc:usedMethodListType has only one sub-element dcc:usedMethodType, which can occur any number of times.
The tree structure of the element dcc:usedMethodType has the following appearance:
<xs:complexType name="usedMethodListType">
<xs:sequence>
<xs:element name="usedMethod" type="dcc:usedMethodType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="usedMethodType">
<xs:sequence>
<xs:element name="name" type="dcc:textType"/>
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
<xs:element name="norm" type="dcc:notEmptyStringType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="reference" type="dcc:notEmptyStringType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="link" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="usedMethodQuantities" type="dcc:usedMethodQuantityListType" 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 |
|---|---|---|
| dcc:name dcc:textType |
[M] | This element shall specify the name of the calibration method. |
| dcc:description dcc:richContentType |
[O] | Other information not given in the elements dcc:name is given here, thus describing the element. |
| dcc:norm dcc:notEmptyStringType |
[O] | The name of the underlying norm. |
| dcc:reference dcc:notEmptyStringType |
[O] | The reference. more information |
| dcc:link xs:anyURI |
[O] | External link(s) to the calibration method. |
| dcc:usedMethodQuantities dcc:usedMethodQuantityListType |
[O] | List of numerical values that belong to the used calibration method and are relevant to the calibration process. |
| Attribute Attribute type |
Use | Description |
|---|---|---|
| xs: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] | This attribute allows a list of refTypes. |