The element dcc:administrativeData contains all essential administrative information, which describes various details of the calibration object, e. g. also details of the manufacturer, client, calibration mark etc. The information is familiar to many of you as the "first page" of an analogue calibration certificate. The entries in this area are basically the same in all DCCs.
<xs:element name="administrativeData">
<xs:annotation>
<xs:documentation>
The element administrativeData contains all essential administrative information about the calibration.
The entries in this area are basically the same and regulated in all DCCs.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="coreData" type="dx:coreDataType" />
<xs:element name="softwareList" type="dx:softwareListType"/>
<xs:element name="itemList" type="dx:itemListType"/>
<xs:element name="laboratory" type="dx:laboratoryType" />
<xs:element name="respPersonList" type="dx:respPersonListType" />
<xs:element name="customer" type="dx:contactType" />
<xs:element name="refTypeDefinitionList" type="dx:refTypeDefinitionListType" minOccurs="0"/>
<xs:element name="statementList" type="dx:statementListType" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:coreData (dx:coreDataType) |
[M] | Essential calibration information are stored in the child elements of dcc:coreData. |
| dx:softwareList (dx:softwareListType) |
[M] | Essential information to identify the software used to create the DCC is stored here. |
| dx:itemList (dx:itemListType) |
[M] | Unique identification, description and, if applicable, condition of the calibration item. |
| dx:laboratory (dx:laboratoryType) |
[M] | Essential information to identify the calibration laboratory. |
| dx:respPersonList (dx:respPersonListType) |
[M] | Identification of the person(s) responsible for the release of the report. |
| dx:customer (dx:contactType) |
[M] | Identification of the customer ordering the calibration, e.g. name, address, contact details etc. |
| dx:statementList (dx:statementListType) |
[O] | Element for entering various statements. |
| dx:refTypeDefinitionList (dx:refTypeDefinitionListType) |
[O] | Specification of refTypes used in this DCC. |