User Tools

Site Tools

Translations of this page:

en:lenscatalog:version070200:complextypes:b2bcatalogaddress

B2BCatalogAddress

b2bOpticLensCatalogheadersuppliercontactInfoscontactInfo→address
b2bOpticLensCatalogheadersubSuppliercontactInfoscontactInfo→address

B2BCatalogAddress

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/version070200/complextypes/b2bcatalogaddress.txt · Last modified: 2020/05/15 07:35 by 127.0.0.1