The element type dcc:calibrationLaboratory contains essential information about the calibration laboratory.
The tree structure of the element dcc:calibrationLaboratory results from the element type
dcc:calibrationLaboratoryType. It has the following appearance:
<xs:complexType name="calibrationLaboratoryType">
<xs:sequence>
<xs:element name="calibrationLaboratoryCode" type="dcc:notEmptyStringType" minOccurs="0"/>
<xs:element name="contact" type="dcc:contactType"/>
<xs:element name="cryptElectronicSeal" type="xs:boolean" minOccurs="0"/>
<xs:element name="cryptElectronicSignature" type="xs:boolean" minOccurs="0"/>
<xs:element name="cryptElectronicTimeStamp" type="xs:boolean" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| PTB-specific entries are marked by the logo of the PTB. | DAkkS-specific entries are marked by the logo of the DAkkS. |
| Element Element type |
Use | Description |
|---|---|---|
| dcc:calibrationLaboratoryCode dcc:notEmptyStringType |
[M|O] | If the calibration laboratory has an identifier assigned to it, it shall be entered at this point. The PTB has no assigned identifier. Therefore, this element remains empty. The calibration laboratories accredited by the Deutsche Akkreditierungsstelle GmbH (DAkkS) have been assigned an identifier. This is to be entered here. |
| dcc:contact dcc:contactType |
[M] | The element dcc:contact contains all necessary information to uniquely identify the calibration laboratory. |
| dcc:cryptElectronicSeal xs:boolean |
[O] | Is the calibration laboratory responsible for applying the cryptographic electronic seal? In this case, the element dcc:cryptElectronicSeal shall have the value "TRUE". |
| dcc:cryptElectronicSignature xs:boolean |
[O] | Is the calibration laboratory responsible for affixing the cryptographic electronic signature? In this case, the element dcc:cryptElectronicSignature shall have the value "TRUE". |
| dcc:cryptElectronicTimeStamp xs:boolean |
[O] | Is the calibration laboratory responsible for applying the cryptographic electronic time stamp? In this case, the eLement dcc:cryptElectronicTimeStamp shall have the value "TRUE". |