lbsbAddress Data Type

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
type addressType 1/1
Adressart
extension string 0/1
Adresszusatz
street string 0/1
Straße
gesetzt, falls kein Postfach angegeben
number string 0/1
Hausnummer
plz string 0/1
Postleitzahl
bei Deutschland ist die PLZ Pflicht, ansonsten kann diese entfallen
city string 0/1
Ort
countryCode string 1/1
Land im ISO3166-1 Alpha-Ländercode

Example

<l----->
  <type>...</type>
  <extension>...</extension>
  <street>...</street>
  <number>...</number>
  <plz>...</plz>
  <city>...</city>
  <countryCode>...</countryCode>
</l----->