User Tools

Site Tools

Translations of this page:

en:lensorder:version010600:complextypes:address:item

address (Address)

b2bopticitemsitemparties → address

Address

addressLine
type string
occurs 0..3
description street name with house number or building (part of postal address)
poBox
type string
occurs 0..1
description postbox
city
type string
occurs 0..1
description city
zip
type string
occurs 0..1
description zip code of postal company
countryCode
type string
occurs 0..1
description country code in ISO-3166-2
<xs:complexType name="Address">
  <xs:sequence>
    <xs:element name="addressLine" type="xs:string" minOccurs="0" maxOccurs="3"/>
    <xs:element name="poBox" type="xs:string" minOccurs="0"/>
    <xs:element name="city" type="xs:string" minOccurs="0"/>
    <xs:element name="zip" type="xs:string" minOccurs="0"/>
    <xs:element name="countryCode" type="xs:string" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
en/lensorder/version010600/complextypes/address/item.txt · Last modified: 2013/05/01 17:42 by sebastianraring