en:lensorder:version010600:complextypes:address:patient
address (Address)
b2boptic → items → item → pair → patient → 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/patient.txt · Last modified: 2013/05/23 11:06 by sebastianraring
