Action unknown: exportreexport1
en:lensorder:version010601:complextypes:address:item
address (Address)
b2boptic → items → item → parties → 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/version010601/complextypes/address/item.txt · Last modified: 2014/06/18 11:22 by sebastianraring