Started XSD Schema creation

This commit is contained in:
Simon Martens
2024-05-03 18:59:02 +02:00
parent 47f2fccee5
commit f118cc540b
15 changed files with 153 additions and 21 deletions

10
Schemata/orte.xsd Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="https://www.kgpz.de"
xmlns="https://www.kgpz.de"
elementFormDefault="qualified">
<xs:element name="orte" type="orte" />
<xs:complexType name="orte"></xs:complexType>
</xs:schema>