mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
0.4: schema fixes with XEP Editor adjustments
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2607 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
026b899950
commit
b642a90911
59
xep-0255.xml
59
xep-0255.xml
@ -10,14 +10,12 @@
|
|||||||
<abstract>This specification defines an XMPP protocol extension for querying a compliant server for information about the geographical or physical location of an entity."</abstract>
|
<abstract>This specification defines an XMPP protocol extension for querying a compliant server for information about the geographical or physical location of an entity."</abstract>
|
||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0255</number>
|
<number>0255</number>
|
||||||
|
|
||||||
<status>Experimental</status>
|
<status>Experimental</status>
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<approver>Council</approver>
|
<approver>Council</approver>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<spec>XMPP Core</spec>
|
<spec>XMPP Core</spec>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
@ -25,7 +23,6 @@
|
|||||||
<author>
|
<author>
|
||||||
<firstname>Helge</firstname>
|
<firstname>Helge</firstname>
|
||||||
<surname>Timenes</surname>
|
<surname>Timenes</surname>
|
||||||
|
|
||||||
<email>helge@buddycloud.com</email>
|
<email>helge@buddycloud.com</email>
|
||||||
<jid>helge@buddycloud.com</jid>
|
<jid>helge@buddycloud.com</jid>
|
||||||
</author>
|
</author>
|
||||||
@ -33,7 +30,6 @@
|
|||||||
<firstname>Simon</firstname>
|
<firstname>Simon</firstname>
|
||||||
<surname>Tennant</surname>
|
<surname>Tennant</surname>
|
||||||
<email>simon@buddycloud.com</email>
|
<email>simon@buddycloud.com</email>
|
||||||
|
|
||||||
<jid>simon@buddycloud.com</jid>
|
<jid>simon@buddycloud.com</jid>
|
||||||
</author>
|
</author>
|
||||||
<author>
|
<author>
|
||||||
@ -41,17 +37,12 @@
|
|||||||
<surname>Savage</surname>
|
<surname>Savage</surname>
|
||||||
<email>ross@buddycloud.com</email>
|
<email>ross@buddycloud.com</email>
|
||||||
<jid>ross@buddycloud.com</jid>
|
<jid>ross@buddycloud.com</jid>
|
||||||
|
|
||||||
</author>
|
</author>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.4</version>
|
<version>0.4</version>
|
||||||
<date>2009-01-06</date>
|
<date>2009-01-06</date>
|
||||||
<initials>ht</initials>
|
<initials>ht</initials>
|
||||||
<remark>
|
<remark><p>Updated schema to reflect changes made in previous revision.</p></remark>
|
||||||
<ul>
|
|
||||||
<li>Updated schema to reflect changes made in previous revision.</li>
|
|
||||||
</ul>
|
|
||||||
</remark>
|
|
||||||
</revision>
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.3</version>
|
<version>0.3</version>
|
||||||
@ -751,36 +742,36 @@
|
|||||||
type='xs:decimal'/>
|
type='xs:decimal'/>
|
||||||
<xs:element name='beacons'
|
<xs:element name='beacons'
|
||||||
minOccurs='0'
|
minOccurs='0'
|
||||||
maxOccurs='unbounded'>
|
maxOccurs='unbounded'
|
||||||
<xs:complexType>
|
type='beaconsType'/>
|
||||||
<xs:sequence minOccurs='1' maxOccurs='1'>
|
|
||||||
<xs:element name='id'
|
|
||||||
minOccurs='1'
|
|
||||||
maxOccurs='1'
|
|
||||||
type='xs:string'/>
|
|
||||||
<xs:element name='type'
|
|
||||||
minOccurs='1'
|
|
||||||
maxOccurs='1'
|
|
||||||
type='xs:string'/>
|
|
||||||
<xs:element name='signalstrength'
|
|
||||||
minOccurs='0'
|
|
||||||
maxOccurs='1'
|
|
||||||
type='xs:int'/>
|
|
||||||
<xs:element name='timestamp'
|
|
||||||
minOccurs='0'
|
|
||||||
maxOccurs='1'
|
|
||||||
type='xs:datetime'/>
|
|
||||||
</xs:sequence>
|
|
||||||
</xs:complexType>
|
|
||||||
</xs:element>
|
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
|
<xs:complexType name='beaconsType'>
|
||||||
|
<xs:sequence minOccurs='1' maxOccurs='1'>
|
||||||
|
<xs:element name='id'
|
||||||
|
minOccurs='1'
|
||||||
|
maxOccurs='1'
|
||||||
|
type='xs:string'/>
|
||||||
|
<xs:element name='type'
|
||||||
|
minOccurs='1'
|
||||||
|
maxOccurs='1'
|
||||||
|
type='xs:string'/>
|
||||||
|
<xs:element name='signalstrength'
|
||||||
|
minOccurs='0'
|
||||||
|
maxOccurs='1'
|
||||||
|
type='xs:int'/>
|
||||||
|
<xs:element name='timestamp'
|
||||||
|
minOccurs='0'
|
||||||
|
maxOccurs='1'
|
||||||
|
type='xs:datetime'/>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
]]></code>
|
]]></code>
|
||||||
<p>Schema for the location results are given by <cite>XEP-0080</cite>.</p>
|
<p>Note: the schema for the location results is given by <cite>XEP-0080</cite>.</p>
|
||||||
|
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
</xep>
|
</xep>
|
||||||
|
Loading…
Reference in New Issue
Block a user