schema corrections

This commit is contained in:
stpeter 2011-02-25 11:27:40 -07:00
parent 82b9e62aa5
commit e3ba836f09
1 changed files with 3 additions and 2 deletions

View File

@ -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>