mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
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:
parent
e02aab8808
commit
7c14932b09
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user