1e4bb30e by Pavan Sabbineni

ILP-541: Updated address element to support addresses in China

1 parent 32df3b73
...@@ -20,24 +20,32 @@ ...@@ -20,24 +20,32 @@
20 --> 20 -->
21 <struct name="AddressInfo"> 21 <struct name="AddressInfo">
22 <elem name="address1" multiplicity ="1" type="string"> 22 <elem name="address1" multiplicity ="1" type="string">
23 <comment>First line street address.</comment> 23 <comment>Address line #1 comprising house number and street name.</comment>
24 </elem> 24 </elem>
25 <elem name="address2" multiplicity ="0..1" type="string"> 25 <elem name="address2" multiplicity ="0..1" type="string">
26 <comment>Second line street address.</comment> 26 <comment>Address line #2 comprising group level.</comment>
27 </elem> 27 </elem>
28 <elem name="City" multiplicity ="1" type="string"> 28 <elem name="address3" multiplicity ="0..1" type="string">
29 <comment>Name of City.</comment> 29 <comment>Address line #3 comprising village level.</comment>
30 </elem> 30 </elem>
31 <elem name="StateRegion" multiplicity ="1" type="string"> 31 <elem name="city" multiplicity ="1" type="string">
32 <comment>State or region. Two character state definitions ok for U.S. addresses. Default is empty.</comment> 32 <comment>Name of City or Township level.</comment>
33 </elem> 33 </elem>
34 <elem name="PostalCode" multiplicity ="1" type="string"> 34 <elem name="county" multiplicity ="1" type="string">
35 <comment>Postal code or zip code.</comment> 35 <comment>Name of the County or Prefectural level.</comment>
36 </elem> 36 </elem>
37 <elem name="Country" multiplicity ="1" type="string"> 37 <elem name="state" multiplicity ="1" type="string">
38 <comment>Name of the country.</comment> 38 <comment>State or region or Provincial level. Two character state definitions ok for U.S. addresses. Default is empty.</comment>
39 </elem>
40 <elem name="country" multiplicity ="0..1" type="string">
41 <comment>The country name in long form.</comment>
42 </elem>
43 <elem name="countryCode" multiplicity ="1" type="string">
44 <comment>The ISO 3166-1 three character country code. For example, "USA".</comment>
45 </elem>
46 <elem name="postal" multiplicity ="1" type="string">
47 <comment>The postal code.</comment>
39 </elem> 48 </elem>
40
41 </struct> 49 </struct>
42 </namespace> 50 </namespace>
43 </specification> 51 </specification>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!