mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
schema corrections
This commit is contained in:
parent
82b9e62aa5
commit
e3ba836f09
@ -301,11 +301,11 @@
|
|||||||
<publish node='http://jabber.org/protocol/geoloc'>
|
<publish node='http://jabber.org/protocol/geoloc'>
|
||||||
<item>
|
<item>
|
||||||
<geoloc xmlns='http://jabber.org/protocol/geoloc' xml:lang='en'>
|
<geoloc xmlns='http://jabber.org/protocol/geoloc' xml:lang='en'>
|
||||||
|
<accuracy>20</accuracy>
|
||||||
<country>Italy</country>
|
<country>Italy</country>
|
||||||
<lat>45.44</lat>
|
<lat>45.44</lat>
|
||||||
<locality>Venice</locality>
|
<locality>Venice</locality>
|
||||||
<lon>12.33</lon>
|
<lon>12.33</lon>
|
||||||
<accuracy>20</accuracy>
|
|
||||||
</geoloc>
|
</geoloc>
|
||||||
</item>
|
</item>
|
||||||
</publish>
|
</publish>
|
||||||
@ -319,11 +319,11 @@
|
|||||||
<items node='http://jabber.org/protocol/geoloc'>
|
<items node='http://jabber.org/protocol/geoloc'>
|
||||||
<item id='d81a52b8-0f9c-11dc-9bc8-001143d5d5db'>
|
<item id='d81a52b8-0f9c-11dc-9bc8-001143d5d5db'>
|
||||||
<geoloc xmlns='http://jabber.org/protocol/geoloc' xml:lang='en'>
|
<geoloc xmlns='http://jabber.org/protocol/geoloc' xml:lang='en'>
|
||||||
|
<accuracy>20</accuracy>
|
||||||
<country>Italy</country>
|
<country>Italy</country>
|
||||||
<lat>45.44</lat>
|
<lat>45.44</lat>
|
||||||
<locality>Venice</locality>
|
<locality>Venice</locality>
|
||||||
<lon>12.33</lon>
|
<lon>12.33</lon>
|
||||||
<accuracy>20</accuracy>
|
|
||||||
</geoloc>
|
</geoloc>
|
||||||
</item>
|
</item>
|
||||||
</items>
|
</items>
|
||||||
@ -527,6 +527,7 @@
|
|||||||
<xs:element name='timestamp' minOccurs='0' type='xs:dateTime'/>
|
<xs:element name='timestamp' minOccurs='0' type='xs:dateTime'/>
|
||||||
<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:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user