mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
https://github.com/itplr-kosit/validator/issues/55 Improve XSD documentation
This commit is contained in:
parent
e35600a6cc
commit
258ecb4545
1 changed files with 7 additions and 3 deletions
|
|
@ -85,9 +85,13 @@
|
|||
<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" />
|
||||
<!-- Optional da nachträglich eingeführt -->
|
||||
<!-- An XPATH expression to be applied to a generated validation report as defined in the createReport element -->
|
||||
<xs:element name="acceptMatch" type="xs:string" minOccurs="0" />
|
||||
<xs:element name="acceptMatch" type="xs:string" minOccurs="0">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
Optional: An XPATH expression to be applied to a generated validation report as defined in the createReport element
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue