User Tools

Site Tools


en:lensinfo:version000300:complextypes:address

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:lensinfo:version000300:complextypes:address [2013/06/05 14:27] – created sebastianraringen:lensinfo:version000300:complextypes:address [2013/06/05 14:27] (current) sebastianraring
Line 1: Line 1:
 +====== address (Address) ======
 +
 +[[en:lensinfo:version000300:structure|b2bOpticInfo]] -> [[en:lensinfo:version000300:complextypes:header|header]] -> [[en:lensinfo:version000300:complextypes:account|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 |
 +
 +^ 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 [[http://en.wikipedia.org/wiki/ISO_3166-2|ISO-3166-2]] |
 +
 +<code xml>
 +<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>
 +</code>
  
en/lensinfo/version000300/complextypes/address.txt · Last modified: 2013/06/05 14:27 by sebastianraring