mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -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;
|
||||
&ksmith;
|
||||
&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>
|
||||
<version>0.5</version>
|
||||
<date>2017-01-24</date>
|
||||
@ -380,7 +386,7 @@
|
||||
<xs:element name='hash'>
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base='xs:string'>
|
||||
<xs:extension base='xs:base64Binary'>
|
||||
<xs:attribute name='algo' type='xs:NCName' use='required'/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
@ -392,7 +398,8 @@
|
||||
</section1>
|
||||
|
||||
<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>
|
||||
|
||||
</xep>
|
||||
|
Loading…
Reference in New Issue
Block a user