schema fixes

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2507 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-11-14 22:58:59 +00:00
parent 0491de5f76
commit 1835ec8a70
1 changed files with 2 additions and 2 deletions

View File

@ -6468,8 +6468,8 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=unsubscribe;node=princely_musings
<xs:element name='subscriptions'>
<xs:complexType>
<xs:sequence>
<xs:element ref='subscription' minOccurs='0' maxOccurs='unbounded'/>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element ref='subscription'/>
</xs:sequence>
<xs:attribute name='node' type='xs:string' use='optional'/>
</xs:complexType>