The element type dcc:respPersonType is used to identify the person responsible for releasing the report.
The tree structure of the element type dcc:respPersonListType has the following appearance:
The tree structure of the element type dcc:respPersonType has the following appearance:
<xs:complexType name="respPersonListType">
<xs:sequence>
<xs:element name="respPerson" type="dcc:respPersonType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="respPersonType">
<xs:sequence>
<xs:element name="person" type="dcc:contactNotStrictType"/>
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
<xs:element name="role" type="dcc:notEmptyStringType" minOccurs="0"/>
<xs:element name="mainSigner" type="xs:boolean" minOccurs="0"/>
<xs:element name="cryptElectronicSeal" type="xs:boolean" minOccurs="0"/>
<xs:element name="cryptElectronicSignature" type="xs:boolean" minOccurs="0"/>
<xs:element name="cryptElectronicTimeStamp" type="xs:boolean" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="optional"/>
<xs:attribute name="refType" type="dcc:refTypesType" use="optional"/>
</xs:complexType>
See the list of abbreviations here
| Element Element type |
Use | Description |
|---|---|---|
| dcc:person dcc:contactNotStrictType |
[M] | Name of the person and their contact details. |
| dcc:description dcc:richContentType |
[O] | Further description about the person, as far as it could not be done in the person element. |
| dcc:role dcc:notEmptyStringType |
[O] | Role of the responsible person. |
| dcc:mainSigner xs:boolean |
[M|O] | A person shall take overall responsibility for the DCC. Therefore, the value for the child element mainSigner shall have the value "TRUE" for exactly one element of respPerson. |
| dcc:cryptElectronicSeal xs:boolean |
[O] | Is the person responsible for applying the cryptographic electronic seal? In this case, the element cryptElectronicSeal shall have the value "TRUE". |
| dcc:cryptElectronicSignature xs:boolean |
[O] | Is the person responsible for affixing the cryptographic electronic signature? In this case, the element cryptElectronicSignature shall have the value "TRUE". |
| dcc:cryptElectronicTimeStamp xs:boolean |
[O] | Is the person responsible for applying the cryptographic electronic time stamp? In this case, the ELement cryptElectronicTimeStamp shall have the value "TRUE". |
| Attribute Attribute type |
Use | Description |
|---|---|---|
| id xs:ID |
[O] | This standard XML data type is used to represent a unique ID. It is used to uniquely identify the object in the DCC. The data type xs:ID is deliberately used here because it enables validation without any add-ons in various tools. |
| refId xs:IDREFS |
[O] | IDREF represents the IDREF attribute type from [XML 1.0 (Second Edition)]. The value space of IDREF is the set of all strings that match the NCName production in [Namespaces in XML]. The lexical space of IDREF is the set of strings that match the NCName production in [Namespaces in XML]. The base type of IDREF is NCName. |
| refType dcc:refTypesType |
[O] | A list of refTypes in XML. |