mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0198: Make the h element a 32-bit integer in the schema.
This commit is contained in:
parent
61c9ad0220
commit
cf07c6e677
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user