changed xs:all to xs:sequence

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2510 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-11-14 23:09:50 +00:00
parent e02aab8808
commit 7c14932b09
1 changed files with 5 additions and 3 deletions

View File

@ -988,12 +988,14 @@
<xs:element name='item'>
<xs:complexType>
<xs:choice minOccurs='0' maxOccurs='1'>
<xs:all xmlns:xmpp='jabber:client'>
<xs:choice minOccurs='0'
maxOccurs='unbounded'
xmlns:xmpp='jabber:client'>
<xs:sequence>
<xs:element ref='uri'/>
<xs:element ref='name' minOccurs='0'/>
<xs:element ref='xmpp:error' minOccurs='0'/>
</xs:all>
</xs:sequence>
<xs:element ref='remove'/>
</xs:choice>
<xs:attribute name='id'