mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 15:48:52 -05:00
Merge XEP-0084 changes
This commit is contained in:
commit
01d90f7b42
@ -37,6 +37,12 @@
|
|||||||
&pgmillard;
|
&pgmillard;
|
||||||
&temas;
|
&temas;
|
||||||
&xvirge;
|
&xvirge;
|
||||||
|
<revision>
|
||||||
|
<version>1.1.4</version>
|
||||||
|
<date>2019-09-20</date>
|
||||||
|
<initials>egp</initials>
|
||||||
|
<remark><p>Use xs:unsignedInt for bytes, the previous revision introduced xs:unsignedInteger which isn’t a valid XML Schema data type.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.1.3</version>
|
<version>1.1.3</version>
|
||||||
<date>2019-09-11</date>
|
<date>2019-09-11</date>
|
||||||
@ -595,7 +601,7 @@
|
|||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base='empty'>
|
<xs:extension base='empty'>
|
||||||
<xs:attribute name='bytes' type='xs:unsignedInteger' use='required'/>
|
<xs:attribute name='bytes' type='xs:unsignedInt' use='required'/>
|
||||||
<xs:attribute name='height' type='xs:unsignedShort' use='optional'/>
|
<xs:attribute name='height' type='xs:unsignedShort' use='optional'/>
|
||||||
<xs:attribute name='id' type='xs:string' use='required'/>
|
<xs:attribute name='id' type='xs:string' use='required'/>
|
||||||
<xs:attribute name='type' type='xs:string' use='required'/>
|
<xs:attribute name='type' type='xs:string' use='required'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user