The type dx:respPersonType is used to identify the person responsible for releasing the report.
The tree structure of the type dx:respPersonType has the following appearance:
<xs:complexType name="respPersonType">
<xs:sequence>
<xs:element name="person" type="dx:contactType"/>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:element name="role" type="dx:notEmptyStringType" minOccurs="0"/>
<xs:element name="mainSigner" type="xs:boolean" minOccurs="0"/>
<xs:group ref="dx:electronicIdentificationGroup"/>
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:person (dx:contactType) |
[M] | Name of the person and their contact details. |
| dx:description (dx:richContentType) |
[O] | Further description about the person, as far as it could not be done in the element person. |
| dx:role (dx:notEmptyStringType) |
[O] | Role of the responsible person. |
| dx:mainSigner (xs:boolean) |
[M|O] | A person shall take overall responsibility for the DX. Therefore, the value for the child element mainSigner shall have the value "TRUE" for exactly one element of respPerson. |
| dx:electronicIdentificationGroup | [O] | A group called electronicIdentificationGroup is given here. This group contains a set of elements that are used in electronica identification. |
| Attribute | Use | Description |
|---|---|---|
| dx:baseAttributeGroup | [O] | An attribute group called "baseAttributeGroup" is referenced here. This attribute group contains a set of attributes that are commonly used in elements of the DX. An attribute group is a reusable collection of attributes. |