Merge mit Einbeziehung-Branch

This commit is contained in:
2025-05-13 12:39:15 +02:00
parent 8e5378396a
commit de68b31b3d
53 changed files with 980 additions and 5476 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://einbeziehung.example.com/flotte"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:omds="urn:omds20"
xmlns:v="urn:at.vvo.omds.types.omds3types.v2025-27.on3vertrag"
targetNamespace="http://einbeziehung.example.com/flotte"
elementFormDefault="qualified" attributeFormDefault="qualified" version="1.11.0"
>
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v2025-27.on3vertrag" schemaLocation="../../../src/main/resources/def/r2025_27/omds3_ON3_Vertrag.xsd"/>
<xsd:import namespace="urn:omds20" schemaLocation="../../../src/main/resources/def/r2025_27/omds217-00.xsd"/>
<xsd:complexType name="AngabenEinbeziehungBeispielversicherung_Type">
<xsd:annotation>
<xsd:documentation>VU-spezifische Angaben für die Einbeziehung.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="v:AngabenEinbeziehung_Type" >
<xsd:sequence>
<xsd:element name="Haftpflichtdeckung" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="ArtKasko" type="omds:SpartenCd_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>