XEP-0084: Use an existing XML Schema data type for bytes.

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-20 01:59:19 +02:00
parent 83e67c0139
commit adb11ff5c5
1 changed files with 7 additions and 1 deletions

View File

@ -37,6 +37,12 @@
&pgmillard;
&temas;
&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 isnt a valid XML Schema data type.</p></remark>
</revision>
<revision>
<version>1.1.3</version>
<date>2019-09-11</date>
@ -595,7 +601,7 @@
<xs:complexType>
<xs:simpleContent>
<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='id' type='xs:string' use='required'/>
<xs:attribute name='type' type='xs:string' use='required'/>