added countrycode element

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3375 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Unknown User 2009-08-31 18:39:36 +00:00
parent f6b6a656bd
commit 5736910aa1
1 changed files with 14 additions and 1 deletions

View File

@ -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 &lt;countrycode/&gt; 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'/>