Einbauten Unfall Antrag

This commit is contained in:
2019-02-18 09:45:44 +01:00
parent bb4c093fe7
commit 795c205f94

View File

@@ -1,17 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Mit XMLSpy v2017 rel. 3 (http://www.altova.com) von Jens Buehring (Kap Dion GmbH) bearbeitet -->
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
<xsd:complexType name="VerkaufsproduktRechtsschutz_Type">
<xsd:complexType name="VerkaufsproduktUnfall_Type">
<xsd:annotation>
<xsd:documentation>Typ für ein Verkaufsprodukt in der Sparte Rechtsschutz</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="cst:Verkaufsprodukt_Type">
<xsd:sequence>
<xsd:element name="Rechtsschutzversicherung" type="ProduktRechtsschutz_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Unfallversicherung" type="ProduktUnfall_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="RechtsschutzZusatzVersicherung" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Gibt es überhaupt noch andere Produkte die gebündelt werden?</xsd:documentation>
@@ -22,8 +23,8 @@
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="VerkaufsproduktRechtsschutz" type="VerkaufsproduktRechtsschutz_Type"/>
<xsd:complexType name="ProduktRechtsschutz_Type" abstract="true">
<xsd:element name="VerkaufsproduktUnfall" type="VerkaufsproduktUnfall_Type"/>
<xsd:complexType name="ProduktUnfall_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>Typ für ein Produkt in der Sparte Rechtsschutz. Von diesem Typ können einzelne VUs ihre eigenen Produkte ableiten, wenn sie möchten.</xsd:documentation>
</xsd:annotation>
@@ -41,20 +42,7 @@
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="ProduktRechtsschutz" type="ProduktRechtsschutz_Type"/>
<!-- die Typen ProduktFirmenRechtsschutz_Type und ProduktPrivatRechtsschutz_Type sind ein optionale Unterscheidung, die wenn gewünscht noch mit Leben zu füllen wäre
<xsd:complexType name="ProduktFirmenRechtsschutz_Type" final="#all">
<xsd:complexContent>
<xsd:extension base="ProduktRechtsschutz_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="ProduktFirmenRechtsschutz" type="ProduktFirmenRechtsschutz_Type"/>
<xsd:complexType name="ProduktPrivatRechtsschutz_Type" final="#all">
<xsd:complexContent>
<xsd:extension base="ProduktRechtsschutz_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="ProduktPrivatRechtsschutz" type="ProduktPrivatRechtsschutz_Type"/>-->
<xsd:element name="ProduktUnfall" type="ProduktUnfall_Type"/>
<xsd:complexType name="ElementarproduktRechtsschutz_Type" abstract="true">
<xsd:annotation>
<xsd:documentation>Typ für ein Elementarprodukt in der Sparte Rechtsschutz. Von diesem Typ werden etwaige Standard-Deckungen abgeleitet, siehe Vertragsrechtsschutz_Type. Von diesem Typ können einzelne VUs aber auch ihre eigenen Elementarprodukte ableiten, wenn sie möchten.</xsd:documentation>
@@ -138,7 +126,7 @@
<xsd:complexContent>
<xsd:extension base="ac:SpezBerechnung_Type">
<xsd:sequence>
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktRechtsschutz_Type"/>
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktUnfall_Type"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
@@ -150,7 +138,7 @@
<xsd:complexContent>
<xsd:extension base="ac:SpezOffert_Type">
<xsd:sequence>
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktRechtsschutz_Type"/>
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktUnfall_Type"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
@@ -162,7 +150,7 @@
<xsd:complexContent>
<xsd:extension base="ac:SpezAntrag_Type">
<xsd:sequence>
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktRechtsschutz_Type"/>
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktUnfall_Type"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>