mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0084: Bump bytes datatype from unsignedShort to unsignedInteger
This commit is contained in:
parent
de98527aad
commit
22a17b75b3
@ -589,7 +589,7 @@
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<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='id' type='xs:string' use='required'/>
|
||||
<xs:attribute name='type' type='xs:string' use='required'/>
|
||||
|
Loading…
Reference in New Issue
Block a user