schema fixes

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2921 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-03-25 00:08:45 +00:00
parent 6e26eb879a
commit 78fb34e5d5
1 changed files with 7 additions and 6 deletions

View File

@ -346,8 +346,9 @@ Content-Length: 68
<xs:schema <xs:schema
xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:xs='http://www.w3.org/2001/XMLSchema'
targetNamespace='urn:xmpp:xbosh' targetNamespace='urn:xmpp:xbosh'
xmlns='urn:xmpp:xbosh' xmlns='http://jabber.org/protocol/httpbind'
elementFormDefault='qualified'> attributeFormDefault='qualified'
elementFormDefault='unqualified'>
<xs:annotation> <xs:annotation>
<xs:documentation> <xs:documentation>
@ -362,10 +363,10 @@ Content-Length: 68
<xs:import namespace='http://etherx.jabber.org/streams' <xs:import namespace='http://etherx.jabber.org/streams'
schemaLocation='http://www.xmpp.org/schemas/streams.xsd'/> schemaLocation='http://www.xmpp.org/schemas/streams.xsd'/>
<xs:element xmlns:bosh='http://etherx.jabber.org/streams'> <xs:element name='body'>
name='bosh:body'>
<xs:complexType> <xs:complexType>
<xs:choice xmlns:stream='http://etherx.jabber.org/streams'> <xs:choice xmlns:stream='http://etherx.jabber.org/streams'>
xmlns:xmpp='urn:xmpp:xbosh'>
<xs:element ref='stream:features' <xs:element ref='stream:features'
minOccurs='0' minOccurs='0'
maxOccurs='1'/> maxOccurs='1'/>
@ -387,11 +388,11 @@ Content-Length: 68
maxOccurs='unbounded' maxOccurs='unbounded'
processContents='lax'/> processContents='lax'/>
</xs:choice> </xs:choice>
<xs:attribute name='restart' <xs:attribute name='xmpp:restart'
type='xs:boolean' type='xs:boolean'
use='optional' use='optional'
default='false'/> default='false'/>
<xs:attribute name='version' <xs:attribute name='xmpp:version'
type='xs:string' type='xs:string'
use='optional' use='optional'
default='1.0'/> default='1.0'/>