mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Add a little englisch foc to acceptMatch Element
This commit is contained in:
parent
7999fa1790
commit
aa53eaea73
1 changed files with 40 additions and 41 deletions
|
|
@ -19,9 +19,7 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:s="http://www.xoev.de/de/validator/framework/1/scenarios"
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:s="http://www.xoev.de/de/validator/framework/1/scenarios" targetNamespace="http://www.xoev.de/de/validator/framework/1/scenarios" version="1.1.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
||||||
targetNamespace="http://www.xoev.de/de/validator/framework/1/scenarios" version="1.1.0" elementFormDefault="qualified"
|
|
||||||
attributeFormDefault="unqualified">
|
|
||||||
|
|
||||||
<xs:element name="scenarios">
|
<xs:element name="scenarios">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
|
|
@ -88,6 +86,7 @@
|
||||||
<xs:element name="validateWithSchematron" maxOccurs="unbounded" minOccurs="0" type="s:ValidateWithSchematron" />
|
<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" />
|
||||||
<!-- Optional da nachträglich eingeführt -->
|
<!-- 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:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue