mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
make report optional
This commit is contained in:
parent
9f3ded6e5b
commit
55ec1dc560
4 changed files with 73 additions and 30 deletions
|
|
@ -81,7 +81,7 @@
|
|||
<xs:element name="match" type="xs:string" />
|
||||
<xs:element name="validateWithXmlSchema" type="s:ValidateWithXmlSchema" />
|
||||
<xs:element name="validateWithSchematron" maxOccurs="unbounded" minOccurs="0" type="s:ValidateWithSchematron" />
|
||||
<xs:element name="createReport" type="s:CreateReportType" />
|
||||
<xs:element name="createReport" type="s:CreateReportType" minOccurs="0"/>
|
||||
<xs:element name="acceptMatch" type="xs:string" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue