Element | Occurrence | Description | Example Usage |
---|
@nr | min.1 max.1 | Record number |
|
@status | min.1 max.1 | 1=active, 0=inactive |
|
StartDate | min.0 max.1 | Date of registration / activation |
Code Block |
---|
<StartDate>1995-06-14</StartDate> |
|
EndDate | min.0 max.1 | Date of cancellation / deactivation |
Code Block |
---|
<EndDate>2015-12-30 </EndDate> |
|
AddressCode | min.1 max.1 | Characteristic of the registered Address of the company (code) RestrictionEnumeration |
Code Block |
---|
<AdressCode>GD</AddressCode> |
|
AddressType | min.1 max.1 | Characteristic of the registered Address of the company (text) |
Code Block |
---|
<NameType>Registered address</NameType> |
|
Line1-3 | min.0 max.1 | Address lines including, c/o, House/Building, Street, PoBox etc. |
Code Block |
---|
<Line1>c/o Horst Buchholz</Line1>
<Line2>World Trade Center</Line2>
<Line3>Hauptstrasse 12</Line3> |
|
Street | min.0 max.1 | Extract from Line1-3 to separate Street name and number → only available if we get a match from defined rules |
Code Block |
---|
<Street>Hauptstrasse</Street> |
|
StreetNr | min.0 max.1 | Extract from Line1-3 to separate Street name and number → only available if we get a match from defined rules |
Code Block |
---|
<StreetNr>12</StreetNr> |
|
ZIP | min.0 max.1 | Address ZIP code (Zone Improvement Plan) |
Code Block |
---|
<ZIP>09456</ZIP> |
|
City | min.0 max.1 | Address City |
Code Block |
---|
<City>Annaberg-Buchholz</City> |
|
County | min.0 max.1 | Address County. It is the next greater geographical classification in a country, like counties, regions, states etc. In some cases, alpha 2 or 3 codes are used |
Code Block |
---|
<County>Sachsen</County> |
|
CountryCode | min.1 max.1 | Country ISO 3166, alpha 2-code RestrictionEnumeration |
Code Block |
---|
<CountryCode>DE</CountryCode> |
|
Country | min.1 max.1 | Country description |
Code Block |
---|
<Country>Germany</Country> |
|