Code für mehrere ältere Versionen eingeschlossen, Annox verwendet, Beispiele teilweise aus dem src-Directory entfernt

This commit is contained in:
2025-02-04 15:43:58 +01:00
parent e1129cad88
commit ffa010c6ae
1565 changed files with 161933 additions and 14923 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="urn:at.vvo.kfztest" xmlns:kfz="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.kfztest" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.8.0">
<xsd:import namespace="urn:omds20" schemaLocation="../../../src/main/resources/def/r1_8_0/omds214-00.xsd"/>
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="../../../src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd"/>
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="../../../src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Common.xsd"/>
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" schemaLocation="../../../src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Kfz.xsd"/>
<xsd:annotation>
<xsd:documentation>Produktmodell Kfz</xsd:documentation>
</xsd:annotation>
<xsd:element name="ListeKfz">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Kfz" type="kfz:KaskoKfz_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="VollkaskoKfz" type="kfz:VollkaskoKfz_Type"/>
<xsd:element name="TeilkaskoKfz" type="kfz:TeilkaskoKfz_Type"/>
</xsd:schema>