mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
schema errors
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2492 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
66d44661c0
commit
4cfff1fd22
@ -1197,10 +1197,10 @@
|
||||
<xs:sequence>
|
||||
<xs:element ref='rule' minOccurs='1' maxOccurs='unbounded'/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name='from' usage='optional' type='xs:string'/>
|
||||
<xs:attribute name='from' use='optional' type='xs:string'/>
|
||||
<xs:attribute name='per-hop' use='optional' type='xs:bool' default='false'/>
|
||||
<xs:attribute name='status' usage='optional' type='xs:NCName'/>
|
||||
<xs:attribute name='to' usage='optional' type='xs:string'/>
|
||||
<xs:attribute name='status' use='optional' type='xs:NCName'/>
|
||||
<xs:attribute name='to' use='optional' type='xs:string'/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user