mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 00:55:31 +00:00
10 lines
303 B
XML
10 lines
303 B
XML
<?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="stuecke" type="stuecke" />
|
|
|
|
<xs:complexType name="stuecke"></xs:complexType>
|
|
</xs:schema> |