Aufnahme von CreateVB und Jahrespraemien in den FeatureBranch
Übernahme einiger kleinerer Änderungen, die wahrscheinlich Release werden, aus Developmentbranch Streichen Dokument GetStateSignatures
This commit is contained in:
Binary file not shown.
@@ -843,7 +843,7 @@
|
|||||||
<xsd:documentation>Typ zur Übermittlung von Metadaten einer Autorisierung (z.B. einer elektronischen Unterschrift)</xsd:documentation>
|
<xsd:documentation>Typ zur Übermittlung von Metadaten einer Autorisierung (z.B. einer elektronischen Unterschrift)</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="AutorisierungsId" minOccurs="0">
|
<xsd:element name="AutorisierungsId" type="xsd:string" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Optional die Referenz auf eine bestimmte Autorisierungsanforderung (für den Fall, dass eine solche vom Serviceprovider übermittelt wurde)</xsd:documentation>
|
<xsd:documentation>Optional die Referenz auf eine bestimmte Autorisierungsanforderung (für den Fall, dass eine solche vom Serviceprovider übermittelt wurde)</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
@@ -853,7 +853,7 @@
|
|||||||
<xsd:documentation>Laufende Nummer der Person.</xsd:documentation>
|
<xsd:documentation>Laufende Nummer der Person.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Rolle" type="xsd:string">
|
<xsd:element name="Rolle" type="xsd:string" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Rolle als Text</xsd:documentation>
|
<xsd:documentation>Rolle als Text</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
@@ -870,9 +870,9 @@
|
|||||||
<xsd:documentation>Typ zur Übermittlung von Anforderungen an eine Autorisierung (z.B. einer elektronischen Unterschrift)</xsd:documentation>
|
<xsd:documentation>Typ zur Übermittlung von Anforderungen an eine Autorisierung (z.B. einer elektronischen Unterschrift)</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="AutorisierungsId" minOccurs="0">
|
<xsd:element name="AutorisierungsId" type="xsd:string" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Optional die Möglichkeit einer Autorisierungsanforderung eine Id zu geben, damit der Aufrufer sich darauf beziehen kann</xsd:documentation>
|
<xsd:documentation>Optional die Möglichkeit einer Autorisierungsanforderung eine Id zu geben, damit der Aufrufer sich darauf beziehen kann</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="LfnrPerson" type="xsd:unsignedByte">
|
<xsd:element name="LfnrPerson" type="xsd:unsignedByte">
|
||||||
@@ -880,14 +880,14 @@
|
|||||||
<xsd:documentation>Laufende Nummer der Person.</xsd:documentation>
|
<xsd:documentation>Laufende Nummer der Person.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Rolle" type="xsd:string">
|
<xsd:element name="Rolle" type="xsd:string" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Rolle als Text</xsd:documentation>
|
<xsd:documentation>Rolle als Text</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Autorisierungsart" type="Autorisierungsart_Type" maxOccurs="unbounded">
|
<xsd:element name="Autorisierungsart" type="Autorisierungsart_Type" maxOccurs="unbounded">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Die zu verwendende Autorisierungsart bzw. die zu verwendenen Arten.</xsd:documentation>
|
<xsd:documentation>Die zu verwendende Autorisierungsart bzw. die Arten, die zur Wahl stehen.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
@@ -910,9 +910,9 @@
|
|||||||
<xsd:documentation>Der fachliche Typ des Dokuments. Alle Integer-Werte sind dem OMDS Standard vorbehalten und folgen dem DocumentType. Andere Codes für Dokumententypen können vom Serviceprovider frei gewählt werden.</xsd:documentation>
|
<xsd:documentation>Der fachliche Typ des Dokuments. Alle Integer-Werte sind dem OMDS Standard vorbehalten und folgen dem DocumentType. Andere Codes für Dokumententypen können vom Serviceprovider frei gewählt werden.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Beschreibung">
|
<xsd:element name="Beschreibung" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Beschreibung des Dokuments</xsd:documentation>
|
<xsd:documentation>Bezeichnung oder Beschreibung des Dokuments</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
@@ -971,7 +971,7 @@
|
|||||||
<xsd:documentation>Die Referenz-Id der Anforderung</xsd:documentation>
|
<xsd:documentation>Die Referenz-Id der Anforderung</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Autorisierungen" type="AutorisierungsAnforderung_Type" maxOccurs="unbounded">
|
<xsd:element name="Autorisierungen" type="AutorisierungsAnforderung_Type" minOccurs="0" maxOccurs="unbounded">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Spezifikation der benötigten Autorisierungen</xsd:documentation>
|
<xsd:documentation>Spezifikation der benötigten Autorisierungen</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
@@ -1045,7 +1045,7 @@
|
|||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Beschreibung" minOccurs="0">
|
<xsd:element name="Beschreibung" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Textliche Beschreibung des Dokuments</xsd:documentation>
|
<xsd:documentation>Bezeichnung bzw. textliche Beschreibung des Dokuments</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
@@ -1180,7 +1180,11 @@
|
|||||||
<xsd:documentation>Prämien die für diesen Produktbaustein verlangt werden</xsd:documentation>
|
<xsd:documentation>Prämien die für diesen Produktbaustein verlangt werden</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="JahrespraemieNto" type="omds:decimal" minOccurs="0"/>
|
<xsd:element name="JahrespraemieNto" type="omds:decimal" minOccurs="0">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Deprecated: Das gleichnamige Element in Praemie_Type ist besser geeignet, da es auch verwendet werden kann, wenn mehrere Prämien im Response übertragen werden.</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
@@ -1231,7 +1235,7 @@
|
|||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="Kombination_Type">
|
<xsd:complexType name="Kombination_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Typ für eine Kombination zulässiger Produktbaustein-Ids</xsd:documentation>
|
<xsd:documentation>Typ für eine Kombination von Produktbaustein-Ids</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="Id" type="xsd:string" maxOccurs="unbounded">
|
<xsd:element name="Id" type="xsd:string" maxOccurs="unbounded">
|
||||||
@@ -1467,7 +1471,7 @@
|
|||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="ProduktMitVp_Type" abstract="true">
|
<xsd:complexType name="ProduktMitVp_Type" abstract="true">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Basistyp für eine Produktelement vom Typ "Versicherte Person"</xsd:documentation>
|
<xsd:documentation>Basistyp für ein Produkt vom Typ "Versicherte Person" für Personensparten</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="ProduktGenerisch_Type">
|
<xsd:extension base="ProduktGenerisch_Type">
|
||||||
@@ -1526,6 +1530,21 @@
|
|||||||
<xsd:documentation>Abschlag, z.B. bei jährlichem Zahlrhythmus in Prozent</xsd:documentation>
|
<xsd:documentation>Abschlag, z.B. bei jährlichem Zahlrhythmus in Prozent</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
<xsd:element name="Referenz" type="xsd:string" minOccurs="0">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Optional ein Bezug auf bestimmte Antragskomponenten, Tarifkomponenten, Deckungsarten usw.</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="JahrespraemieNto" minOccurs="0">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Summe der Prämien exkl. Versicherungssteuer(n) im gesamten Jahr</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="JahrespraemieBto" minOccurs="0">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Summe der Prämien inkl. Versicherungssteuer(n) im gesamten Jahr</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="Versicherungssteuer_Type">
|
<xsd:complexType name="Versicherungssteuer_Type">
|
||||||
@@ -2361,6 +2380,11 @@
|
|||||||
<xsd:documentation>Dokument ist vom Kunden beizubringen, z.B. Firmenbuchauszug, Ausweis</xsd:documentation>
|
<xsd:documentation>Dokument ist vom Kunden beizubringen, z.B. Firmenbuchauszug, Ausweis</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="4">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Dokument ist nur für den Vermittler bestimmt</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
@@ -3911,4 +3935,9 @@
|
|||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="ZusaetzlicheFondsdaten_Type" abstract="true"/>
|
<xsd:complexType name="ZusaetzlicheFondsdaten_Type" abstract="true"/>
|
||||||
|
<xsd:complexType name="VorlaeufigeDeckung_Type" abstract="true">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Abstrakter Basistyp fuer vorläufige Deckungen</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:complexType>
|
||||||
</xsd:schema>
|
</xsd:schema>
|
||||||
|
|||||||
@@ -598,4 +598,93 @@
|
|||||||
<xsd:documentation>Abstrakter Typ für VU-Spezifische Erweiterungen bei der Kfz-Beschreibung im Antrag</xsd:documentation>
|
<xsd:documentation>Abstrakter Typ für VU-Spezifische Erweiterungen bei der Kfz-Beschreibung im Antrag</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
<xsd:element name="CreateVBRequest">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Request um eine Versicherungsbestätigung zu generieren</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:complexContent>
|
||||||
|
<xsd:extension base="cst:CommonRequest_Type">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Vermittlernr" type="omds:Vermnr" minOccurs="1">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Vermittlernummer für welche die VB ausgestellt werden soll.</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="Art">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Neuanmeldung oder Wiederzulassung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:simpleType>
|
||||||
|
<xsd:restriction base="xsd:string">
|
||||||
|
<xsd:enumeration value="NEU"/>
|
||||||
|
<xsd:enumeration value="WIEDER"/>
|
||||||
|
</xsd:restriction>
|
||||||
|
</xsd:simpleType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="Kennzeichen" type="omds:Pol_Kennz_Type" minOccurs="0">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Optional ein Kennzeichen, auf welches die VB beschränkt sein soll.</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="Polizzennr" type="omds:Polizzennr" minOccurs="0"/>
|
||||||
|
<xsd:element name="Fahrzeug" minOccurs="0" maxOccurs="3">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Optional eine Liste von Fahrzeugen, auf deren Anmeldung die VB beschränkt sein soll.</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="FzgArt" type="omds:FzgArtCd_Type"/>
|
||||||
|
<xsd:element name="MarkeType">
|
||||||
|
<xsd:simpleType>
|
||||||
|
<xsd:restriction base="xsd:string">
|
||||||
|
<xsd:maxLength value="20"/>
|
||||||
|
</xsd:restriction>
|
||||||
|
</xsd:simpleType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="Fahrgestnr" type="omds:Fahrgestnr_Type" minOccurs="0"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="Versicherungsnehmer" type="cst:Person_Type">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Spezifikation des Versicherungsnehmers</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="GueltigAb" type="omds:Datum" minOccurs="0"/>
|
||||||
|
<xsd:element name="VorlaeufigeDeckung" type="cst:VorlaeufigeDeckung_Type" minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Angaben zu gewünschten vorläufigen Deckungen (abseits von Haftpflicht)</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="ZusaetzlicheVBDaten" type="ZusaetzlicheVBDaten_Type" minOccurs="0" maxOccurs="unbounded">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Erweiterungsmöglichkeit für VU-spezifische Daten</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:complexContent>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="CreateVBResponse">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Response bei der Generierung einer Versicherungsbestätigung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:complexContent>
|
||||||
|
<xsd:extension base="cst:CommonResponse_Type">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="VBNr" type="xsd:string"/>
|
||||||
|
<xsd:element name="VBDokument" type="cst:ProzessDokHandout_Type"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:complexContent>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:complexType name="ZusaetzlicheVBDaten_Type" abstract="true">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Erweiterungsmöglichkeit für Versicherungsbestaetigung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:complexType>
|
||||||
</xsd:schema>
|
</xsd:schema>
|
||||||
|
|||||||
Reference in New Issue
Block a user