mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -05:00
corrected schema errors
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2234 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
2105f1936a
commit
993ac40753
10
xep-0189.xml
10
xep-0189.xml
@ -41,12 +41,6 @@
|
|||||||
<initials>psa</initials>
|
<initials>psa</initials>
|
||||||
<remark><p>Changed temporary namespace per XEP-0053 procedures; corrected several small errors in the text and examples.</p></remark>
|
<remark><p>Changed temporary namespace per XEP-0053 procedures; corrected several small errors in the text and examples.</p></remark>
|
||||||
</revision>
|
</revision>
|
||||||
<revision>
|
|
||||||
<version>0.7</version>
|
|
||||||
<date>2008-03-03</date>
|
|
||||||
<initials>psa</initials>
|
|
||||||
<remark><p>Changed temporary namespace per XEP-0053 procedures; corrected several small errors in the text and examples.</p></remark>
|
|
||||||
</revision>
|
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.6</version>
|
<version>0.6</version>
|
||||||
<date>2007-08-15</date>
|
<date>2007-08-15</date>
|
||||||
@ -545,7 +539,7 @@
|
|||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base='xs:string'>
|
<xs:extension base='xs:string'>
|
||||||
<xs:attribute name='jid' type='xs:string' use='required'/>
|
<xs:attribute name='jid' type='xs:string' use='optional'/>
|
||||||
</xs:extension>
|
</xs:extension>
|
||||||
</xs:simpleContent>
|
</xs:simpleContent>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
@ -555,7 +549,7 @@
|
|||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base='xs:string'>
|
<xs:extension base='xs:string'>
|
||||||
<xs:attribute name='method' type='xs:string' use='required'/>
|
<xs:attribute name='method' type='xs:string' use='optional'/>
|
||||||
</xs:extension>
|
</xs:extension>
|
||||||
</xs:simpleContent>
|
</xs:simpleContent>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
Loading…
Reference in New Issue
Block a user