The type dx:contactType is used to enter contact data. It is called from other elements.
The tree structure of the type dx:contactType has the following appearance:
<xs:complexType name="contactType">
<xs:sequence>
<xs:element name="name" type="dx:textType" />
<xs:element name="email" type="dx:notEmptyStringType" minOccurs="0"/>
<xs:element name="phone" type="dx:notEmptyStringType" minOccurs="0"/>
<xs:element name="fax" type="dx:notEmptyStringType" minOccurs="0"/>
<xs:element name="location" type="dx:locationType" minOccurs="0"/>
<xs:element name="descriptionData" type="dx:byteDataType" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</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. |
| 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. |