The "prefilledCertificateType" can contain a prefilled certificate, which serves as a template from the customer. This allows the laboratory to adapt and expand it with the requested values.
The tree structure of the type dcr:prefilledCertificateType has the following appearance:
<xs:complexType name="prefilledCertificateType">
<xs:choice>
<xs:element name="certBase64" type="dx:byteDataType"/>
<xs:element name="certXML" type="dx:xmlType"/>
</xs:choice>
</xs:complexType>
See the list of abbreviations here
Only one of following elements is allowed to use as file container. Please keep in mind that certBase64 should be used for DCC in version 3.x. All other certificates based on DX can use certXML or certBase64.
| Element Element type |
Use | Description |
|---|---|---|
| dcr:certBase64 (dx:byteDataType) |
[M] | A base64 encoded file can be inserted here. |
| dcr:certXML (dx:xmlType) |
[M] | Another XML file can be inserted here as a subordinate XML. |