mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 18:22:24 -05:00
no type in XHTML
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@622 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
a7129c87b6
commit
6545f5f45e
5
xep.xsd
5
xep.xsd
@ -238,6 +238,8 @@
|
|||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element ref='li' minOccurs='1' maxOccurs='unbounded'/>
|
<xs:element ref='li' minOccurs='1' maxOccurs='unbounded'/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
|
<xs:attribute name='class' type='xs:string' use='optional'/>
|
||||||
|
<xs:attribute name='style' type='xs:string' use='optional'/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
@ -246,8 +248,9 @@
|
|||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element ref='li' minOccurs='1' maxOccurs='unbounded'/>
|
<xs:element ref='li' minOccurs='1' maxOccurs='unbounded'/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
|
<xs:attribute name='class' type='xs:string' use='optional'/>
|
||||||
<xs:attribute name='start' type='xs:byte' use='optional'/>
|
<xs:attribute name='start' type='xs:byte' use='optional'/>
|
||||||
<xs:attribute name='type' type='xs:NCName' use='optional'/>
|
<xs:attribute name='style' type='xs:string' use='optional'/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user