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'>
|
||||
<item>
|
||||
<geoloc xmlns='http://jabber.org/protocol/geoloc' xml:lang='en'>
|
||||
<accuracy>20</accuracy>
|
||||
<country>Italy</country>
|
||||
<lat>45.44</lat>
|
||||
<locality>Venice</locality>
|
||||
<lon>12.33</lon>
|
||||
<accuracy>20</accuracy>
|
||||
</geoloc>
|
||||
</item>
|
||||
</publish>
|
||||
@ -319,11 +319,11 @@
|
||||
<items node='http://jabber.org/protocol/geoloc'>
|
||||
<item id='d81a52b8-0f9c-11dc-9bc8-001143d5d5db'>
|
||||
<geoloc xmlns='http://jabber.org/protocol/geoloc' xml:lang='en'>
|
||||
<accuracy>20</accuracy>
|
||||
<country>Italy</country>
|
||||
<lat>45.44</lat>
|
||||
<locality>Venice</locality>
|
||||
<lon>12.33</lon>
|
||||
<accuracy>20</accuracy>
|
||||
</geoloc>
|
||||
</item>
|
||||
</items>
|
||||
@ -527,6 +527,7 @@
|
||||
<xs:element name='timestamp' minOccurs='0' type='xs:dateTime'/>
|
||||
<xs:element name='uri' minOccurs='0' type='xs:anyURI'/>
|
||||
</xs:sequence>
|
||||
<xs:attribute ref='xml:lang' use='optional'/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user