The type dx:locationType is used to enter the address.
The tree structure of the type dx:locationType has the following appearance:
<xs:complexType name="locationType">
<xs:choice maxOccurs="unbounded">
<xs:element name="city" type="dx:notEmptyStringType"/>
<xs:element name="countryCode" type="dx:countryCodeType"/>
<xs:element name="postCode" type="dx:notEmptyStringType"/>
<xs:element name="postOfficeBox" type="dx:notEmptyStringType"/>
<xs:element name="state" type="dx:notEmptyStringType"/>
<xs:element name="street" type="dx:notEmptyStringType"/>
<xs:element name="streetNo" type="dx:notEmptyStringType"/>
<xs:element name="further" type="dx:richContentType"/>
<xs:element name="positionCoordinates" type="dx:positionCoordinatesType"/>
</xs:choice>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:city (dx:notEmptyStringType) |
[O|M] | The name of the city. |
| dx:countryCode (dx:countryCodeType) |
[O|M] | The country code, consisting of two capital letters. |
| dx:postCode (dx:notEmptyStringType) |
[O|M] | The postcode. |
| dx:postOfficeBox (dx:notEmptyStringType) |
[O|M] | The postbox. |
| dx:state (dx:notEmptyStringType) |
[O|M] | The State. |
| dx:street (dx:notEmptyStringType) |
[O|M] | The street name. |
| dx:streetNo (dx:notEmptyStringType) |
[O|M] | The street number. |
| dx:further (dx:richContentType) |
[O|M] | Provide additional information useful for an accurate postal address. |
| dx:positionCoordinates (dx: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. |