en:lensorder:version010604:complextypes:address:orderparties
address (Address)
b2boptic → header → orderParties → 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/version010604/complextypes/address/orderparties.txt · Last modified: 2017/06/19 12:38 by sebastianraring
