mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
(chore) Rückgabe der Schematron-Ergebnisse als komplexes Objekt in der API
This commit is contained in:
parent
b3e9d3a244
commit
2069c0d04e
11 changed files with 354 additions and 59 deletions
10
src/main/model/xsd/xml.xsd
Normal file
10
src/main/model/xsd/xml.xsd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
|
||||
targetNamespace="http://www.w3.org/XML/1998/namespace">
|
||||
<xs:import namespace="http://purl.oclc.org/dsdl/svrl" schemaLocation="svrl-kosit.xsd" />
|
||||
<xs:attribute name="space" />
|
||||
<xs:attribute name="lang" />
|
||||
<xs:attributeGroup name="local">
|
||||
<xs:anyAttribute namespace="##other" processContents="skip" />
|
||||
</xs:attributeGroup>
|
||||
</xs:schema>
|
||||
Loading…
Add table
Add a link
Reference in a new issue