Add a little englisch foc to acceptMatch Element

This commit is contained in:
Renzo Kottmann 2020-03-18 18:07:47 +01:00
parent 7999fa1790
commit aa53eaea73

View file

@ -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>