en:lenscatalog:version070000:complextypes:b2bcatalogaddress
B2BCatalogAddress
b2bOpticLensCatalog→header→supplier→contactInfos→contactInfo→address
b2bOpticLensCatalog→header→subSupplier→contactInfos→contactInfo→address
name | |
---|---|
type | xs:string |
occurs | 1 |
description | name of the recipient |
addressLines | |
---|---|
type | B2BCatalogAddressLines |
occurs | 0..1 |
description | optional additional address lines that are needed besides the street or postbox |
street | |
---|---|
type | xs:string |
occurs | 1 |
description | streetname with number or house name, if there is no streetname |
poBox | |
---|---|
type | xs:string |
occurs | 1 |
description | address line with postbox info, e.g. “Postfach 123” |
zip | |
---|---|
type | xs:string |
occurs | 1 |
description | postal code of address or postbox |
city | |
---|---|
type | xs:string |
occurs | 1 |
description | name of the city |
country | |
---|---|
type | B2BCatalogCountryCode |
occurs | 1 |
description | ISO country code (ISO 3166-1 alpha-2) |
<xs:complexType name="B2BCatalogAddress"> <xs:sequence> <xs:element name="name" type="xs:string"/> <xs:element minOccurs="0" name="addressLines" type="B2BCatalogAddressLines"/> <xs:choice> <xs:element name="street" type="xs:string"/> <xs:element name="poBox" type="xs:string"/> </xs:choice> <xs:element name="zip" type="xs:string"/> <xs:element name="city" type="xs:string"/> <xs:element name="country" type="B2BCatalogCountryCode"/> </xs:sequence> </xs:complexType>
en/lenscatalog/version070000/complextypes/b2bcatalogaddress.txt · Last modified: 2017/06/16 15:10 by sebastianraring