The type dcr:humanReadableFormatListType offers the possibility to specify the human readable formats wished from the customer to the laboratory in the requested certificate.
The tree structure of the type dcr:humanReadableFormatListType has the following appearance:
<xs:simpleType name="humanReadableFormatType">
<xs:restriction base="xs:string">
<xs:enumeration value="PDF"/>
<xs:enumeration value="HTML"/>
<xs:enumeration value="DOCX"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="humanReadableFormatListType">
<xs:list itemType="dcr:humanReadableFormatType"/>
</xs:simpleType>