Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1e4bb30e
authored
2018-04-24 02:17:36 -0700
by
Pavan Sabbineni
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ILP-541: Updated address element to support addresses in China
1 parent
32df3b73
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
11 deletions
GeoSpatial/V1.0/Address.xid.xml
GeoSpatial/V1.0/Address.xid.xml
View file @
1e4bb30
...
...
@@ -20,24 +20,32 @@
-->
<struct
name=
"AddressInfo"
>
<elem
name=
"address1"
multiplicity =
"1"
type=
"string"
>
<comment>
First line street address
.
</comment>
<comment>
Address line #1 comprising house number and street name
.
</comment>
</elem>
<elem
name=
"address2"
multiplicity =
"0..1"
type=
"string"
>
<comment>
Second line street address
.
</comment>
<comment>
Address line #2 comprising group level
.
</comment>
</elem>
<elem
name=
"
City"
multiplicity =
"
1"
type=
"string"
>
<comment>
Name of City
.
</comment>
<elem
name=
"
address3"
multiplicity =
"0..
1"
type=
"string"
>
<comment>
Address line #3 comprising village level
.
</comment>
</elem>
<elem
name=
"
StateRegion
"
multiplicity =
"1"
type=
"string"
>
<comment>
State or region. Two character state definitions ok for U.S. addresses. Default is empty
.
</comment>
<elem
name=
"
city
"
multiplicity =
"1"
type=
"string"
>
<comment>
Name of City or Township level
.
</comment>
</elem>
<elem
name=
"
PostalCode
"
multiplicity =
"1"
type=
"string"
>
<comment>
Postal code or zip code
.
</comment>
<elem
name=
"
county
"
multiplicity =
"1"
type=
"string"
>
<comment>
Name of the County or Prefectural level
.
</comment>
</elem>
<elem
name=
"Country"
multiplicity =
"1"
type=
"string"
>
<comment>
Name of the country.
</comment>
<elem
name=
"state"
multiplicity =
"1"
type=
"string"
>
<comment>
State or region or Provincial level. Two character state definitions ok for U.S. addresses. Default is empty.
</comment>
</elem>
<elem
name=
"country"
multiplicity =
"0..1"
type=
"string"
>
<comment>
The country name in long form.
</comment>
</elem>
<elem
name=
"countryCode"
multiplicity =
"1"
type=
"string"
>
<comment>
The ISO 3166-1 three character country code. For example, "USA".
</comment>
</elem>
<elem
name=
"postal"
multiplicity =
"1"
type=
"string"
>
<comment>
The postal code.
</comment>
</elem>
</struct>
</namespace>
</specification>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment