mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 17:15:31 +00:00
Started XSD Schema creation
This commit is contained in:
10
Schemata/orte.xsd
Normal file
10
Schemata/orte.xsd
Normal 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>
|
||||
Reference in New Issue
Block a user