提交 38dd53e5 编写于 作者: O Osier Yang

rng: Change the datatype for volume name for common use

The "volName" will be used by later patch.
上级 c9d9cc5e
......@@ -225,4 +225,10 @@
</data>
</define>
<define name='volName'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\+\-\.]+</param>
</data>
</define>
</grammar>
......@@ -13,7 +13,7 @@
<define name='vol'>
<element name='volume'>
<element name='name'>
<ref name='name'/>
<ref name='volName'/>
</element>
<optional>
<element name='key'>
......@@ -209,10 +209,4 @@
</optional>
</define>
<define name='name'>
<data type='string'>
<param name="pattern">[a-zA-Z0-9_\+\-\.]+</param>
</data>
</define>
</grammar>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册