The element dcr:administrativeData contains all essential administrative information, which describes various details of the certificate request, e. g. also details of the manufacturer, client, laboratory, time agreements etc
The tree structure of the element dcr:administrativeData has the following appearance:
...
<xs:element name="administrativeData">
<xs:complexType>
<xs:sequence>
<xs:element name="software" type="dx:softwareType"/>
<xs:element name="identicationList" type="dx:identificationListType"/>
<xs:element name="customer" type="dx:contactListType"/>
<xs:element name="laboratory" type="dx:contactListType"/>
<xs:element name="requestedCertificate"
type="dcr:requestedCertificateType"/>
<xs:element name="requirements" type="dcr:requirementsType"/>
<xs:element name="contractList" type="dcr:contractListType" minOccurs="0"/>
<xs:element name="uniqueIdentifier" type="dx:notEmptyStringType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
...
See the list of abbreviations here
| Element Element type |
Use | Description |
|---|---|---|
| dcr:software (dx:softwareType) |
[M] | Essential information to identify the software used to create the DCR is stored here. |
| dcr:identificationList (dx:identificationListType) |
[M] | Specification of identifications used in the DCR. |
| dcr:customer (dx:contactListType) |
[M] | Responsible persons and a general contact typically found on the customer side. Often, this involves the supplier of the DCR. |
| dcr:laboratory (dx:contactListType) |
[O] | Responsible persons and general contact related to service provider, for example laboratory. Often, these informations should be addressed when sending out a DCR. |
| dcr:requestedCertificate (dcr:requestedCertificateType) |
[M] | Information regarding the certificate being requested. This allows the user to specify whether they desire a Digital Calibration Certificate (DCC), Digital Test Certificate (DTC), Digital Verification Certificate (DVC), or another. |
| dcr:requirements (dcr:requirementsType) |
[M] | Details about the requirements for a certificate request. This includes specifying the desired human-readable formats or indicating whether the customer requires one certificate per measurement or conformity statements or something else. |
| dcr:contractList (dcr:contractListType) (In Discussion) |
[O] | Contracts offered with the DCR. This elements include time agreements as a part of a contract of the DCR. |
| dx:uniqueIdentifier (dx:notEmptyStringType) |
[M] | A worldwide unique identifier for the certificate or report shall be specified here. A necessary condition is that the identifier is unique in the organisation where the calibration laboratory is located. |