The element type dcc:contactNotStrictType is used to enter contact data. It is usually called from other elements.
The rough tree structure of the element type dcc:contactNotStrictType has the following appearance:
<xs:complexType name="contactNotStrictType">
<xs:sequence>
<xs:element name="name" type="dcc:textType"/>
<xs:element name="eMail" type="dcc:notEmptyStringType" minOccurs="0"/>
<xs:element name="phone" type="dcc:notEmptyStringType" minOccurs="0"/>
<xs:element name="fax" type="dcc:notEmptyStringType" minOccurs="0"/>
<xs:element name="link" type="xs:anyURI" minOccurs="0"/>
<xs:element name="location" type="dcc:locationType" minOccurs="0"/>
<xs:element name="descriptionData" type="dcc:byteDataType" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="optional"/>
<xs:attribute name="refId" type="xs:IDREFS" use="optional"/>
<xs:attribute name="refType" type="dcc:refTypesType" use="optional"/>
</xs:complexType>
If an element of type dcc:contactNotStrict is used, it contains mandatory fields identified as follows.
| The following applies to the registered office in Germany: In the case of legal entities, the details from the commercial register and, in the case of natural persons, the primary residence must be stated. |
In the case of public authorities, the details from the imprint of the website must be stated. In the case of public authorities, the details from the imprint of the website must be stated. |
See the list of abbreviations here
| Element Element type |
Use | Description |
|---|---|---|
| dcc:name dcc:textType |
[M] | Indication of the name of the legal or natural person. |
| dcc:eMail dcc:notEmptyStringType |
[O] | Statement of the e-mail address of the legal or natural person. |
| dcc:phone dcc:notEmptyStringType |
[O] | Statement of the telephone number of the legal or natural person. |
| dcc:fax dcc:notEmptyStringType |
[O] | Statement of the fax number of the legal or natural person. |
| dcc:link xs:anyURI |
[O] | External link to the contact. |
| dcc:location dcc:locationType |
[O] | Information on the address of the legal or natural person. |
| dcc:descriptionData dcc:byteDataType |
[O] | Additional information of the legal or natural person. |
| 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 clearly identify the object in the DCC. The data type xs:ID is deliberately used here, as this enables validation in various tools without any add-ons. |
| refId xs:IDREFS |
[O] | IDREFS represents the IDREFS attribute type from [XML 1.0 (Second Edition)]. The ·value space· of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The ·lexical space· of IDREFS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of IDREF. The ·itemType· of IDREFS is IDREF. |
| refType dcc:refTypesType |
[O] | An XML List to link to reference types. |