Closed rosko01 closed 7 years ago
An XML <restriction> containing more than one <pattern> element is NOT equivalent to a @Pattern.List annotation. The former ORs its patterns whereas the later ANDs them. Use regex | instead.
<restriction>
<pattern>
@Pattern.List
|
Fix for Issue #54
An XML
<restriction>
containing more than one<pattern>
element is NOT equivalent to a@Pattern.List
annotation. The former ORs its patterns whereas the later ANDs them. Use regex|
instead.Fix for Issue #54