1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 10:12:19 -05:00

XEP-0080 User Location v1.8rc1: Added <tzo/> element (ls)

This commit is contained in:
Matthew A. Miller 2014-05-06 15:39:30 -06:00
parent 4695a8288f
commit fa522399bc

View File

@ -11,6 +11,7 @@
&LEGALNOTICE; &LEGALNOTICE;
<number>0080</number> <number>0080</number>
<status>Draft</status> <status>Draft</status>
<interim/>
<type>Standards Track</type> <type>Standards Track</type>
<sig>Standards</sig> <sig>Standards</sig>
<dependencies> <dependencies>
@ -25,6 +26,12 @@
</schemaloc> </schemaloc>
&hildjj; &hildjj;
&stpeter; &stpeter;
<revision>
<version>1.8rc1</version>
<date>2014-05-06</date>
<initials>ls</initials>
<remark><p>Added &lt;tzo/&gt; element.</p></remark>
</revision>
<revision> <revision>
<version>1.7</version> <version>1.7</version>
<date>2009-09-15</date> <date>2009-09-15</date>
@ -282,6 +289,12 @@
<td>UTC timestamp specifying the moment when the reading was taken (MUST conform to the DateTime profile of &xep0082;)</td> <td>UTC timestamp specifying the moment when the reading was taken (MUST conform to the DateTime profile of &xep0082;)</td>
<td>2004-02-19T21:12Z</td> <td>2004-02-19T21:12Z</td>
</tr> </tr>
<tr>
<td>tzo</td>
<td>xs:string</td>
<td>The time zone offset from UTC for the current location (MUST adhere to the Time Zone Definition (TZD) specified in &xep0082;)</td>
<td>-07:00</td>
</tr>
<tr> <tr>
<td>uri</td> <td>uri</td>
<td>xs:anyURI</td> <td>xs:anyURI</td>
@ -525,6 +538,7 @@
<xs:element name='street' minOccurs='0' type='xs:string'/> <xs:element name='street' minOccurs='0' type='xs:string'/>
<xs:element name='text' minOccurs='0' type='xs:string'/> <xs:element name='text' minOccurs='0' type='xs:string'/>
<xs:element name='timestamp' minOccurs='0' type='xs:dateTime'/> <xs:element name='timestamp' minOccurs='0' type='xs:dateTime'/>
<xs:element name='tzo' minOccurs='0' type='xs:string'/>
<xs:element name='uri' minOccurs='0' type='xs:anyURI'/> <xs:element name='uri' minOccurs='0' type='xs:anyURI'/>
</xs:sequence> </xs:sequence>
<xs:attribute ref='xml:lang' use='optional'/> <xs:attribute ref='xml:lang' use='optional'/>