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
1 changed files with 14 additions and 0 deletions

View File

@ -11,6 +11,7 @@
&LEGALNOTICE;
<number>0080</number>
<status>Draft</status>
<interim/>
<type>Standards Track</type>
<sig>Standards</sig>
<dependencies>
@ -25,6 +26,12 @@
</schemaloc>
&hildjj;
&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>
<version>1.7</version>
<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>2004-02-19T21:12Z</td>
</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>
<td>uri</td>
<td>xs:anyURI</td>
@ -525,6 +538,7 @@
<xs:element name='street' 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='tzo' minOccurs='0' type='xs:string'/>
<xs:element name='uri' minOccurs='0' type='xs:anyURI'/>
</xs:sequence>
<xs:attribute ref='xml:lang' use='optional'/>