RS Ergänzungen
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Mit XMLSpy v2011 sp1 (x64) (http://www.altova.com) von Generali VIS Informatik GmbH (Generali VIS Informatik GmbH) bearbeitet -->
|
||||
<xsd:schema xmlns="urn:omds3CommonServiceTypes-1-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" targetNamespace="urn:omds3CommonServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.3.0">
|
||||
<xsd:import namespace="urn:omds20" schemaLocation="omds29-00.xsd"/>
|
||||
<!-- Elemente, die von allen Services gemeinsam verwendet werden -->
|
||||
@@ -1295,6 +1296,21 @@
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="DeckungVsVI_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="deckungActive" type="xsd:boolean"/>
|
||||
<xsd:element name="deckungVs" type="xsd:int">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Wenn die Versicherungssumme eine Auswahlliste ist, wird der übergebene Wert in der Liste gesucht - falls nicht vorhanden bleibt der Standardwert selektiert.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="VersichertesInteresse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Definiert zu welchem versicherten Risiko die Deckung gehört</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="DeckungProzent_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="deckungActive" type="xsd:boolean"/>
|
||||
|
||||
@@ -0,0 +1,201 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Mit XMLSpy v2011 sp1 (x64) (http://www.altova.com) von Generali VIS Informatik GmbH (Generali VIS Informatik GmbH) bearbeitet -->
|
||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat" 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.sachprivat" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.3.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="VerkaufsproduktRS_Type" final="#all">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ für ein RS-Produktbündel, welches einem Vertrag entspricht</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:Verkaufsprodukt_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="RSVersicherung">
|
||||
<xsd:complexType>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ProduktRS_Type"/>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="RSZusatzVersicherung" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Gibt es überhaupt noch andere Verkaufsprodukte?</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ProduktRS_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ für ein RS-Produkt, welches einer Vertragssparte entspricht</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:Produkt_Type">
|
||||
<xsd:choice>
|
||||
<xsd:element name="PrivatPerson" type="TarifierungsdatenRSPrivatPerson_Type" minOccurs="0"/>
|
||||
<xsd:element name="Unternehmen" type="TarifierungsdatenRSUnternehmen_Type" minOccurs="0"/>
|
||||
</xsd:choice>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="TarifierungsdatenRSPrivatPerson_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Daten für natürliche Person-RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:Elementarprodukt_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="hauptfaelligkeit" type="xsd:date" minOccurs="0"/>
|
||||
<xsd:element name="variante" type="cst:Variante_Type" minOccurs="0"/>
|
||||
<xsd:element name="sonderrabatt" type="xsd:integer" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGrunddeckungRSPrivat" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungSteuerRSPrivat" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungAllgemeinerVertragsRS" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungArbeitsrechtPrivat" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungErbFamilienrecht" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungLenkerPrivat" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungPflegegeldPrivat" type="cst:DeckungProzent_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGrundstückMietePrivat" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungLenkerVerkehrsteilnehmer" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungVerkehr" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungFahrzeugVertrag" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGeschäftlichBefördertesGut" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungVerkehrAllerFahrzeuge" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungFahrzeugVertragAlleFahrzeuge" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="TarifierungsdatenRSUnternehmen_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Daten für juristische Person RS</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:Elementarprodukt_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="hauptfaelligkeit" type="xsd:date" minOccurs="0"/>
|
||||
<xsd:element name="variante" type="cst:Variante_Type" minOccurs="0"/>
|
||||
<xsd:element name="sonderrabatt" type="xsd:integer" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGrunddeckungBetrieb" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungStrafverfahrenVerbandsverantwortlichkeitsGesetz" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungAllgemeinerVertragBetrieb" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungSteuerRSBetrieb" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGrundstückMieteBetrieb" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungBetriebsinhaberPrivat" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungLenkerDienstnehmer" type="cst:DeckungVs_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungVerkehr" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungFahrzeugVertrag" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
<xsd:element name="DeckungGeschäftlichBefördertesGut" type="cst:DeckungVsVI_Type" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="RisikoPerson_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="SelbständigOhneMitarbeiter"/>
|
||||
<xsd:element name="Kundengruppe"/>
|
||||
<xsd:element name="Liegenschaften" minOccurs="0">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="cst:Adresse"/>
|
||||
<xsd:element name="Nutzungsart"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Fahrzeuge" minOccurs="0">
|
||||
<xsd:complexType>
|
||||
<xsd:choice>
|
||||
<xsd:element name="EinzelneFahrzeuge" type="RisikoFZG_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="AlleFahrzeuge" minOccurs="0"/>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="RisikoFZG_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Fahrzeugart"/>
|
||||
<xsd:element name="Kennzeichen"/>
|
||||
<xsd:element name="TaxiMietwagen"/>
|
||||
<xsd:element name="Verwendungsart"/>
|
||||
<xsd:element name="LandundForstwirtschaft" minOccurs="0"/>
|
||||
<xsd:element name="FahrzeugVertrag" minOccurs="0"/>
|
||||
<xsd:element name="GeschäftlichBefördertesGut" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="RisikoUnternehmen_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Betriebsart"/>
|
||||
<xsd:element name="Mitarbeiteranzahl"/>
|
||||
<xsd:element name="Betriebsobjekt" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="cst:Adresse"/>
|
||||
<xsd:element name="VerbauteFläche"/>
|
||||
<xsd:element name="GesamteFläche"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Fahrzeuge" type="RisikoFZG_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!--Typen für die BOA-Services fuer Rechtschutz-->
|
||||
<xsd:complexType name="SpezBerechnungRS_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ der das Produkt beschreibt und in Berechnungsanfrage und Berechnungsantwort verwendet wird</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ac:SpezBerechnung_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Verkaufsprodukt" type="VerkaufsproduktRS_Type"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CalculateRSRequest_Type" final="#all">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Requestobjekts für eine Berechnung Rechtsschutz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Berechnungsanfrage" type="SpezBerechnungRS_Type"/>
|
||||
<xsd:element name="VersicherteObjekte" maxOccurs="unbounded">
|
||||
<xsd:complexType>
|
||||
<xsd:choice>
|
||||
<xsd:element name="RisikoPrivat" type="RisikoPerson_Type" minOccurs="0"/>
|
||||
<xsd:element name="RisikoUnternehmen" type="RisikoUnternehmen_Type" minOccurs="0"/>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="RequestUpselling" type="xsd:boolean" default="false">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Sollen Upselling-Vorschläge mitberechnet werden? Wenn ja kann dies zu einer längeren Berechnungsdauer führen.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CalculateRSResponse_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Typ des Responseobjekts für eine Berechnung Rechtsschutz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonResponse_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Berechnungsantwort" type="SpezBerechnungRS_Type"/>
|
||||
<xsd:element name="ResponseUpselling" type="UpsellingRSResponse_Type" minOccurs="0">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Response für das Upselling, wenn solche Ergebnisse angefordert wurden.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="UpsellingRSResponse_Type"/>
|
||||
</xsd:schema>
|
||||
Reference in New Issue
Block a user