mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
added countrycode element
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3375 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
f6b6a656bd
commit
5736910aa1
15
xep-0080.xml
15
xep-0080.xml
@ -25,6 +25,12 @@
|
||||
</schemaloc>
|
||||
&hildjj;
|
||||
&stpeter;
|
||||
<revision>
|
||||
<version>1.7rc1</version>
|
||||
<date>in progress, last updated 2009-08-25</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Added <countrycode/> element.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.6</version>
|
||||
<date>2008-10-29</date>
|
||||
@ -184,7 +190,13 @@
|
||||
<td>country</td>
|
||||
<td>xs:string</td>
|
||||
<td>The nation where the user is located</td>
|
||||
<td>USA</td>
|
||||
<td>United States</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>countrycode</td>
|
||||
<td>xs:string</td>
|
||||
<td>The ISO 3166 two-letter country code</td>
|
||||
<td>US</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>datum</td>
|
||||
@ -498,6 +510,7 @@
|
||||
<xs:element name='bearing' minOccurs='0' type='xs:decimal'/>
|
||||
<xs:element name='building' minOccurs='0' type='xs:string'/>
|
||||
<xs:element name='country' minOccurs='0' type='xs:string'/>
|
||||
<xs:element name='countrycode' minOccurs='0' type='xs:string'/>
|
||||
<xs:element name='datum' minOccurs='0' type='xs:string'/>
|
||||
<xs:element name='description' minOccurs='0' type='xs:string'/>
|
||||
<xs:element name='error' minOccurs='0' type='xs:decimal'/>
|
||||
|
Loading…
Reference in New Issue
Block a user