schemas: Fix wwn pattern

It should be [] instead of ().
This commit is contained in:
Osier Yang 2012-08-30 00:28:40 +08:00
parent a2145faef9
commit c289ebacd6

View File

@ -247,7 +247,7 @@
<define name='wwn'>
<data type='string'>
<param name='pattern'>(0-9a-fA-F){16}</param>
<param name='pattern'>[0-9a-fA-F]{16}</param>
</data>
</define>