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