The element type dcc:locationType is used to enter the address.
The rough tree structure of the element type dcc:locationType has the following appearance:
<xs:complexType name="locationType">
<xs:choice maxOccurs="unbounded">
<xs:element name="city" type="dcc:notEmptyStringType"/>
<xs:element name="countryCode" type="dcc:stringISO3166Type"/>
<xs:element name="postCode" type="dcc:notEmptyStringType"/>
<xs:element name="postOfficeBox" type="dcc:notEmptyStringType"/>
<xs:element name="state" type="dcc:notEmptyStringType"/>
<xs:element name="street" type="dcc:notEmptyStringType"/>
<xs:element name="streetNo" type="dcc:notEmptyStringType"/>
<xs:element name="further" type="dcc:richContentType"/>
<xs:element name="positionCoordinates" type="dcc:positionCoordinatesType"/>
</xs:choice>
</xs:complexType>
If an element of type dcc:location is used, it contains mandatory fields which are marked as follows.
The child elements of the element location can be entered in any order as often as any number of times in any order. The motivation for this lies in the variety of possibilities of providing addresses in the various countries of the world.
The check for logical rictness cannot be done by the XML schema.
See the list of abbreviations here
| Element Element type |
Use | Description |
|---|---|---|
| city dcc:notEmptyStringType |
[O|M] | The name of the city. |
| countryCode dcc:stringISO3166Type |
[O|M] | The country code, consisting of two capital letters. |
| postCode dcc:notEmptyStringType |
[O|M] | The postcode. |
| postOfficeBox dcc:notEmptyStringType |
[O|M] | The postbox. |
| state dcc:notEmptyStringType |
[O|M] | The State. |
| street dcc:notEmptyStringType |
[O|M] | The street name. |
| streetNo dcc:notEmptyStringType |
[O|M] | The house number. |
| further dcc:richContentType |
[O|M] | Provide additional information useful for an accurate postal address. |
| positionCoordinates dcc:positionCoordinatesType |
[O|M] | Provision of additional information for the exact determination of the position when carrying out the calibration procedures (e.B. in the case of wind turbines) if it is not possible to provide a postal address. |