Element | Occurrence | Description | Example Usage |
---|---|---|---|
WIN | min.0 / max.1 | <WIN>P00000044467</WIN> | |
IdRef | min.0 / max.1 | ||
Gender | min.1 / max.1 |
Restriction: C = company / business M = masculine F = feminine P = person | <Gender>C</Gender> <Gender>M</Gender> |
Name | min.1 / max.1 | <Name>Muster, Hans</Name> | |
Title | min.0 / max.1 | Restriction: Not available if Gender='C' | <Title/> <Title>Dr. iur.</Title> |
FirstName | min.0 / max.1 | Restriction: Not available if Gender='C' | <FirstName>Hans</FirstName> |
LastName | min.0 / max.1 | Restriction: Not available if Gender='C' | <LastName>Muster</LastName> |
NickName | min.0 / max.1 | Restriction: ? | <NickName/> |
LocalName | min.0 / max.1 | Restriction: Only available if Gender='C' | <LocalName/> |
AddressResident | min.1 / max.1 |
Restriction: 1= the following Address is the resident address 0= the following Address is not the resident address | <AddressResident>1</AddressResident> |
Line1-3 | min.0 / max.1 | Address lines including, c/o, House/Building, Street, PoBox etc. | <Line1>c/o Horst Buchholz</Line1> <Line2>World Trade Center</Line2> <Line3>Hauptstrasse 12</Line3> |
ZIP | min.0 / max.1 | Address ZIP code (Zone Improvement Plan) | <ZIP>09456</ZIP> |
City | min.0 / max.1 | Address City | <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 | <County>Sachsen</County> |
CountryCode | min.0 / max.1 | Country ISO 3166, alpha 2-code | <CountryCode>DE</CountryCode> |
Country | min.0 / max.1 | Country description | <Country>Germany</Country> |
min.0 / max.1 | <Email>hansmuster@muster.com</Email> | ||
Origin | min.0 / max.1 | <Origin>1</Origin> | |
OriginCity | min.0 / max.1 | <OriginCity>Langenthal</OriginCity> | |
OriginCountry | min.0 / max.3 | Complex (see below) |
|
OriginCountry
Element | Occurrence | Description | Example Usage | |
---|---|---|---|---|
@nr | min.1 / max.1 | Record number |
| |
CountryCode | min.1 / max.1 | Country ISO 3166, alpha 2-code |
| |
Country | min.1 / max.1 | Country description |
|
Add Comment