Merge branch 'merge/xep-0084'

This commit is contained in:
Jonas Schäfer 2019-09-11 17:58:32 +02:00
commit ab55966909
1 changed files with 7 additions and 1 deletions

View File

@ -37,6 +37,12 @@
&pgmillard; &pgmillard;
&temas; &temas;
&xvirge; &xvirge;
<revision>
<version>1.1.3</version>
<date>2019-09-11</date>
<initials>vv</initials>
<remark><p>Use unsignedInteger instead of unsignedShort in schema for bytes.</p></remark>
</revision>
<revision> <revision>
<version>1.1.2</version> <version>1.1.2</version>
<date>2019-01-27</date> <date>2019-01-27</date>
@ -589,7 +595,7 @@
<xs:complexType> <xs:complexType>
<xs:simpleContent> <xs:simpleContent>
<xs:extension base='empty'> <xs:extension base='empty'>
<xs:attribute name='bytes' type='xs:unsignedShort' use='required'/> <xs:attribute name='bytes' type='xs:unsignedInteger' 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'/>