XEP-0080: Add altaccuracy element

This allows XEP-0080 to capture all of the information from the
W3C Geolocation API (http://www.w3.org/TR/geolocation-API/).
This commit is contained in:
Lance Stout 2015-11-30 22:22:28 -08:00 committed by Sam Whited
parent 29b1e2cc54
commit f8c5f08eb5
1 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,12 @@
</schemaloc>
&hildjj;
&stpeter;
<revision>
<version>1.9</version>
<date>2015-12-01</date>
<initials>ls</initials>
<remark><p>Added &lt;altaccuracy/&gt; element.</p></remark>
</revision>
<revision>
<version>1.8</version>
<date>2014-05-07</date>
@ -174,6 +180,12 @@
<td>Altitude in meters above or below sea level</td>
<td>1609</td>
</tr>
<tr>
<td>altaccuracy</td>
<td>xs:decimal</td>
<td>Vertical GPS error in meters</td>
<td>10</td>
</tr>
<tr>
<td>area</td>
<td>xs:string</td>
@ -518,6 +530,7 @@
<xs:sequence minOccurs='0'>
<xs:element name='accuracy' minOccurs='0' type='xs:decimal'/>
<xs:element name='alt' minOccurs='0' type='xs:decimal'/>
<xs:element name='altaccuracy' minOccurs='0' type='xs:decimal'/>
<xs:element name='area' minOccurs='0' type='xs:string'/>
<xs:element name='bearing' minOccurs='0' type='xs:decimal'/>
<xs:element name='building' minOccurs='0' type='xs:string'/>