git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1693 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-02-20 23:34:51 +00:00
parent a80efd27ed
commit 1cf6626824
1 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,6 @@
<xs:element name='media'>
<xs:complexType>
<xs:sequence>
<xs:sequence xmlns:data='urn:xmpp:tmp:data-element'>
<xs:element ref='uri' minOccurs='1' maxOccurs='unbounded'/>
<xs:element ref='data:data' minOccurs='0' maxOccurs='unbounded'/>
@ -94,7 +93,7 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension base='xs:string'>
<xs:attribute name='type' use='required'/>
<xs:attribute name='type' type='xs:string' use='required'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>