The type dcr:extendedContactListType is a container type, which contains a general and special contact. The special contact is a contact with responsibility. This can be a responsible person.
The tree structure of the type dcr:extendedContactListType has the following appearance:
<xs:complexType name="extendedContactListType">
<xs:sequence>
<xs:element name="generalContact" type="dx:contactType"/>
<xs:element name="specialContact" type="dcr:extendedContactType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:generalContact (dx:contactType) |
[M] | The general contact of an organization. |
| dx:specialContact (dcr:extendedContactType) |
[O] | Contacts with a responsibility can be inserted here. For example responsible persons. |