mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Use xs:base64Binary in XEP-0300's schema
This commit is contained in:
parent
7fcb5eb57e
commit
1a4e2844ac
11
xep-0300.xml
11
xep-0300.xml
@ -24,6 +24,12 @@
|
|||||||
&mwild;
|
&mwild;
|
||||||
&ksmith;
|
&ksmith;
|
||||||
&tobias;
|
&tobias;
|
||||||
|
<revision>
|
||||||
|
<version>0.5.1</version>
|
||||||
|
<date>2017-03-17</date>
|
||||||
|
<initials>fs</initials>
|
||||||
|
<remark><p>Use xs:base64Binary instead of xs:string in the schema</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.5</version>
|
<version>0.5</version>
|
||||||
<date>2017-01-24</date>
|
<date>2017-01-24</date>
|
||||||
@ -380,7 +386,7 @@
|
|||||||
<xs:element name='hash'>
|
<xs:element name='hash'>
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base='xs:string'>
|
<xs:extension base='xs:base64Binary'>
|
||||||
<xs:attribute name='algo' type='xs:NCName' use='required'/>
|
<xs:attribute name='algo' type='xs:NCName' use='required'/>
|
||||||
</xs:extension>
|
</xs:extension>
|
||||||
</xs:simpleContent>
|
</xs:simpleContent>
|
||||||
@ -392,7 +398,8 @@
|
|||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Acknowledgements' anchor='ack'>
|
<section1 topic='Acknowledgements' anchor='ack'>
|
||||||
<p>Thanks to Dave Cridland, Waqas Hussain, Glenn Maynard, and Remko Tronçon for their input.</p>
|
<p>Thanks to Dave Cridland, Waqas Hussain, Glenn Maynard, Remko
|
||||||
|
Tronçon, and Christian Schudt for their input.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
</xep>
|
</xep>
|
||||||
|
Loading…
Reference in New Issue
Block a user