The type dcr:extendedContactType is an extension of the dx:contactType. It extends the contact with a responsibility.
The tree structure of the type dcr:extendedContactType has the following appearance:
<xs:complexType name="extendedContactType">
<xs:complexContent>
<xs:extension base="dx:contactType">
<xs:sequence>
<xs:element name="responsibility">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="general"/>
<xs:enumeration value="legal"/>
<xs:enumeration value="calibration"/>
<xs:enumeration value="acceptance"/>
<xs:enumeration value="receiver"/>
<xs:enumeration value="exchangeWay"/>
<xs:enumeration value="hardwareReturn"/>
<xs:enumeration value="processOwner"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:name (dx:textType) |
[M] | Indication of the name of the legal or natural person. |
| dx:eMail (dx:notEmptyStringType) |
[O] | Statement of the e-mail address of the legal entity or natural person. |
| dx:phone (dx:notEmptyStringType) |
[O] | Statement of the telephone number of the legal or natural person. |
| dx:fax (dx:notEmptyStringType) |
[O] | Statement of the fax number of the legal or natural person. |
| dx:location (dx:locationType) |
[O] | Information on the address of the legal entity or natural person. |
| dx:descriptionData (dx:byteDataType) |
[O] | Additional information of the legal or natural person. |
| dcr:responsibility (Restriction of xs:string) |
[M] | Enumeration indicating the responsibility of the given contact. Possible values are: general, legal, calibration, acceptance, receiver, exchangeWay, hardwareReturn, processOwner, other. |
| 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. |