mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
missing tables
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@300 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
9e78a8f494
commit
88e0258b41
30
xep-0001.xml
30
xep-0001.xml
@ -502,13 +502,14 @@ Experimental ----> Proposed ----> Active
|
||||
<xs:element name='section1'>
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs='unbounded'>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='section2' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='table' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='topic' type='xs:string' use='required'/>
|
||||
<xs:attribute name='anchor' type='xs:string' use='optional'/>
|
||||
@ -518,13 +519,14 @@ Experimental ----> Proposed ----> Active
|
||||
<xs:element name='section2'>
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs='unbounded'>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='section3' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='table' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='topic' type='xs:string' use='required'/>
|
||||
<xs:attribute name='anchor' type='xs:string' use='optional'/>
|
||||
@ -534,13 +536,14 @@ Experimental ----> Proposed ----> Active
|
||||
<xs:element name='section3'>
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs='unbounded'>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='section4' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element name='code' type='xs:string' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='table' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='topic' type='xs:string' use='required'/>
|
||||
<xs:attribute name='anchor' type='xs:string' use='optional'/>
|
||||
@ -550,12 +553,13 @@ Experimental ----> Proposed ----> Active
|
||||
<xs:element name='section4'>
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs='unbounded'>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='table' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='topic' type='xs:string' use='required'/>
|
||||
<xs:attribute name='anchor' type='xs:string' use='optional'/>
|
||||
|
30
xep.xsd
30
xep.xsd
@ -152,13 +152,14 @@
|
||||
<xs:element name='section1'>
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs='unbounded'>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='section2' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='table' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='topic' type='xs:string' use='required'/>
|
||||
<xs:attribute name='anchor' type='xs:string' use='optional'/>
|
||||
@ -168,13 +169,14 @@
|
||||
<xs:element name='section2'>
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs='unbounded'>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='section3' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='table' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='topic' type='xs:string' use='required'/>
|
||||
<xs:attribute name='anchor' type='xs:string' use='optional'/>
|
||||
@ -184,13 +186,14 @@
|
||||
<xs:element name='section3'>
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs='unbounded'>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='section4' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element name='code' type='xs:string' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='table' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='topic' type='xs:string' use='required'/>
|
||||
<xs:attribute name='anchor' type='xs:string' use='optional'/>
|
||||
@ -200,12 +203,13 @@
|
||||
<xs:element name='section4'>
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs='unbounded'>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='code' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='div' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='example' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ol' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='p' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='table' minOccurs='0' maxOccurs='unbounded'/>
|
||||
<xs:element ref='ul' minOccurs='0' maxOccurs='unbounded'/>
|
||||
</xs:choice>
|
||||
<xs:attribute name='topic' type='xs:string' use='required'/>
|
||||
<xs:attribute name='anchor' type='xs:string' use='optional'/>
|
||||
|
Loading…
Reference in New Issue
Block a user