This commit is contained in:
Andreas Penski (init) 2020-09-14 08:14:16 +02:00
parent e35600a6cc
commit 258ecb4545

View file

@ -85,9 +85,13 @@
<xs:element name="validateWithXmlSchema" type="s:ValidateWithXmlSchema" /> <xs:element name="validateWithXmlSchema" type="s:ValidateWithXmlSchema" />
<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 --> <xs:element name="acceptMatch" type="xs:string" minOccurs="0">
<!-- An XPATH expression to be applied to a generated validation report as defined in the createReport element --> <xs:annotation>
<xs:element name="acceptMatch" type="xs:string" minOccurs="0" /> <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:sequence>
</xs:complexType> </xs:complexType>