slight schema correction

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3012 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-04-07 22:00:44 +00:00
parent d7dc11d3ae
commit 0acba2853d
1 changed files with 4 additions and 4 deletions

View File

@ -351,10 +351,10 @@
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice xmlns:fneg='http://jabber.org/protocol/feature-neg'>
<xs:element ref='fneg:feature' minOccurs='0'/>
<xs:any namespace='##other' minOccurs='0'/>
</xs:choice>
<xs:all xmlns:fneg='http://jabber.org/protocol/feature-neg'>
<xs:element ref='fneg:feature'/>
<xs:any namespace='##other'/>
</xs:all>
<xs:attribute name='id' type='xs:string' use='optional'/>
<xs:attribute name='mime-type' type='xs:string' use='optional'/>
<xs:attribute name='profile' type='xs:string' use='optional'/>