The type dcr:requestedCertificateType contains informations about the requested certificate. Means it specifies which certificate the customer wants from the laboratory.
The tree structure of the type dcr:requestedCertificateType has the following appearance:
<xs:complexType name="requestedCertificateType">
<xs:sequence>
<xs:element name="name">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="DCC"/>
<xs:enumeration value="DTC"/>
<xs:enumeration value="DVC"/>
<xs:enumeration value="other"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="version" type="xs:string" minOccurs="0"/>
<xs:element name="link" type="xs:anyURI" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dcr:name (Restriction of xs:string) |
[M] | Enumeration indicating the requested certificate name. Possible values are: DCC, DTC, DVC, other, none. |
| dcr:version (dx:notEmptyStringType) |
[O] | Which version of the certificate is requested by the customer. |
| dcr:link (xs:anyURI) |
[O] | External link of the requested certificate. |