提交 8995ad11 编写于 作者: L Laine Stump

schema: new basic type - uint16

This is a number between 0 and 65535 (or 0x0000 - 0xffff if specified
in hexadecimal).
上级 f97a03e7
......@@ -43,6 +43,17 @@
</data>
</choice>
</define>
<define name="uint16">
<choice>
<data type="string">
<param name="pattern">(0x)?[0-9a-fA-F]{1,4}</param>
</data>
<data type='int'>
<param name="minInclusive">0</param>
<param name="maxInclusive">65535</param>
</data>
</choice>
</define>
<define name="uint24">
<choice>
<data type="string">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册