XEP-0198: Make the h element a 32-bit integer in the schema.

This commit is contained in:
Emmanuel Gil Peyrot 2018-07-19 19:06:06 +02:00
parent 61c9ad0220
commit cf07c6e677
1 changed files with 7 additions and 1 deletions

View File

@ -28,6 +28,12 @@
&fabio;
&dcridland;
&mwild;
<revision>
<version>1.5.4</version>
<date>2018-07-19</date>
<initials>egp</initials>
<remark><p>Mark 'h' element as xs:unsignedInt in the schema too, it is already specified to be a 32-bit wrapping unsigned integer in the text.</p></remark>
</revision>
<revision>
<version>1.5.3</version>
<date>2017-06-29</date>
@ -567,7 +573,7 @@
<xs:simpleContent>
<xs:extension base='empty'>
<xs:attribute name='h'
type='xs:integer'
type='xs:unsignedInt'
use='required'/>
</xs:extension>
</xs:simpleContent>