mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 23:58:51 -05:00
XEP-0444: Add the XML Schema
It was missing.
This commit is contained in:
parent
9b4e5b7b19
commit
32fd189284
29
xep-0444.xml
29
xep-0444.xml
@ -37,6 +37,12 @@
|
||||
<email>xsf@larma.de</email>
|
||||
<jid>jabber@larma.de</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.1.1</version>
|
||||
<date>2022-12-30</date>
|
||||
<initials>egp</initials>
|
||||
<remark>Add the XML Schema</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.1.0</version>
|
||||
<date>2020-10-13</date>
|
||||
@ -234,4 +240,27 @@
|
||||
</ul>
|
||||
</section2>
|
||||
</section1>
|
||||
<section1 topic='XML Schema' anchor='schema'>
|
||||
<section2 topic='urn:xmpp:reactions:0' anchor='schema-reactions'>
|
||||
<code><![CDATA[
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
<xs:schema
|
||||
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||||
targetNamespace='urn:xmpp:reactions:0'
|
||||
xmlns='urn:xmpp:reactions:0'
|
||||
elementFormDefault='qualified'>
|
||||
|
||||
<xs:element name='reactions'>
|
||||
<xs:complexType>
|
||||
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
|
||||
<xs:element name='reaction' type='xs:string'/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name='id' type='xs:string' use='required'/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
</xs:schema>]]></code>
|
||||
</section2>
|
||||
</section1>
|
||||
</xep>
|
||||
|
Loading…
Reference in New Issue
Block a user