1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

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

View File

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