en:lensrequest:version010000:complextypes:address:search
address (Address)
b2bOpticRequest → items → search → 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 |
| province | |
|---|---|
| type | string |
| occurs | 0..1 |
| description | province |
| region | |
|---|---|
| type | string |
| occurs | 0..1 |
| description | region |
| state | |
|---|---|
| type | string |
| occurs | 0..1 |
| description | state |
| 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 minOccurs="0" maxOccurs="3" name="addressLine" type="xs:string" /> <xs:element minOccurs="0" name="poBox" type="xs:string" /> <xs:choice minOccurs="0"> <xs:element name="province" type="xs:string" /> <xs:element name="region" type="xs:string" /> <xs:element name="state" type="xs:string" /> </xs:choice> <xs:element name="city" type="xs:string" /> <xs:element name="zip" type="xs:string" /> <xs:element name="countryCode" type="xs:string" /> </xs:sequence> </xs:complexType>
en/lensrequest/version010000/complextypes/address/search.txt · Last modified: 2013/06/05 15:46 by sebastianraring
