提交 c289ebac 编写于 作者: O Osier Yang

schemas: Fix wwn pattern

It should be [] instead of ().
上级 a2145fae
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
<define name='wwn'> <define name='wwn'>
<data type='string'> <data type='string'>
<param name='pattern'>(0-9a-fA-F){16}</param> <param name='pattern'>[0-9a-fA-F]{16}</param>
</data> </data>
</define> </define>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册