mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Resolve "Allow more than 3 customLevel elements in scenarios"
This commit is contained in:
parent
34a109d8e6
commit
705d31fdc8
3 changed files with 12 additions and 5 deletions
|
|
@ -126,7 +126,7 @@
|
|||
<xs:complexType name="CreateReportType">
|
||||
<xs:sequence>
|
||||
<xs:element ref="s:resource" />
|
||||
<xs:element maxOccurs="3" minOccurs="0" name="customLevel" type="s:CustomErrorLevel" />
|
||||
<xs:element maxOccurs="unbounded" minOccurs="0" name="customLevel" type="s:CustomErrorLevel" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue