With the help of the element type dcc:statementListType and the dcc:statementMetaDataType, statements on calibration are stored which apply to the entire calibration process.
The tree structure of the element type dcc:statementListType has the following appearance:
The tree structure of the element type dcc:measurementMetaDataListType has the following appearance:
The tree structure of the element type dcc:statementMetaDataType has the following appearance:
<xs:complexType name="statementListType">
<xs:sequence>
<xs:element name="statement" type="dcc:statementMetaDataType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="statementMetaDataType">
<xs:sequence>
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
<xs:element name="countryCodeISO3166_1" type="dcc:stringISO3166Type" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element name="convention" type="dcc:notEmptyStringType" minOccurs="0"/>
<xs:element name="traceable" type="xs:boolean" 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="declaration" type="dcc:richContentType" minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element name="valid" type="xs:boolean"/>
<xs:element name="validXMLList" type="dcc:booleanXMLListType"/>
</xs:choice>
<xs:element name="date" type="xs:date" minOccurs="0"/>
<xs:element name="period" type="xs:duration" minOccurs="0"/>
<xs:element name="respAuthority" type="dcc:contactType" minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element name="conformity" type="dcc:stringConformityStatementStatusType"/>
<xs:element name="conformityXMLList" type="dcc:stringConformityStatementStatusXMLListType"/>
</xs:choice>
<xs:element name="data" type="dcc:dataType" minOccurs="0"/>
<xs:element name="nonSIDefinition" type="dcc:notEmptyStringType" minOccurs="0"/>
<xs:element name="nonSIUnit" type="dcc:notEmptyStringType" minOccurs="0"/>
<xs:element name="location" type="dcc:locationType" 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:countryCodeISO3166_1 dccstringISO3166Type |
[O] | The abbreviation of the official language is entered in this element. Here the country code is given [1]. The StringISO3166 element is configured to hold exactly two uppercase letters. |
dcc:convention dcc:notEmptyStringType |
[O] | The String data type represents strings in XML. |
dcc:traceable xs:boolean |
[O] | Indicates whether the measurement result is traceable [2]. Boolean has the value space required to support the mathematical concept of binary-valued logic: {true, false}. |
dcc:norm dcc:notEmptyStringType |
[O] | Reference is made here to the standards and guidelines that were taken into account in the measurement |
dcc:reference dcc:notEmptyStringType |
[O] | The String data type represents strings in XML. |
dcc:declaration dcc:richContentType |
[O] | Text as well as images and formulas can be stored in this element. |
dcc:valid xs:boolean |
[O] | Indicates that the result is in valid range. |
dcc:validXMLList dcc:booleanXMLListType |
[O] | This element is used to specify foot notes for si:realListXMLList. dcc:validXMLList |
dcc:date xs:date |
[O] | [Fill in a valid date. |
dcc:period xs:duration |
[O] | DIN ISO 8601-1:2020-12 Date and time - Presentation for the exchange of information - Part 1: Basic rules (ISO 8601-1:2019) doi: 10.31030/3178552[3] |
dcc:respAuthority dcc:richContentType |
[O] | Text as well as images and formulas can be stored in this element. |
dcc:conformity dcc:stringConformityStatementStatusType |
[O] | Used to enter compliance statements. |
dcc:conformityXMLList dcc:stringConformityStatementStatusXMLListType |
[O] | Used to enter compliance statements in a XMLList. |
dcc:data dcc:dataType |
[O] | With the help of the element type dcc:dataType different data formats are made known. |
dcc:nonSIDefinition dcc:notEmptyStringType |
[O] | Definition of a non-SI unit used by the DCC. |
dcc:nonSIUnit dcc:notEmptyStringType |
[O] | The used non-SI unit used by the DCC. |
dcc:location dcc:locationType |
[O] | An additional location can be described here. |
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 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] | An XML List to link to reference types. |
Since the dcc:statementMetaDataType is a very universal type, the use cases are listed separately.