Versichertes Interesse wird über ObjLfnr referenziert.

This commit is contained in:
2018-12-11 15:28:43 +01:00
parent ce8449163b
commit a750fe8d48
3 changed files with 15 additions and 25 deletions

View File

@@ -1454,12 +1454,17 @@
</xsd:enumeration> </xsd:enumeration>
</xsd:restriction> </xsd:restriction>
</xsd:simpleType> </xsd:simpleType>
<xsd:element name="ObjLfnr" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Referenz für ein versichertes Interesse</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="VersichertesInteresse_Type" abstract="true"> <xsd:complexType name="VersichertesInteresse_Type" abstract="true">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Abstrakter Obertyp für versicherte Interessen, wird z.B. in Rechtsschutz verwendet</xsd:documentation> <xsd:documentation>Abstrakter Obertyp für versicherte Interessen, wird z.B. in Rechtsschutz verwendet</xsd:documentation>
</xsd:annotation> </xsd:annotation>
<xsd:sequence> <xsd:sequence>
<xsd:element ref="ObjektId"/> <xsd:element ref="ObjLfnr"/>
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="Fahrzeug_Type"> <xsd:complexType name="Fahrzeug_Type">

View File

@@ -1161,21 +1161,11 @@
<xsd:documentation>Definition des Rückegabestatus für eingespielte Anträge</xsd:documentation> <xsd:documentation>Definition des Rückegabestatus für eingespielte Anträge</xsd:documentation>
</xsd:annotation> </xsd:annotation>
<xsd:restriction base="xsd:int"> <xsd:restriction base="xsd:int">
<xsd:enumeration value="0">
<xsd:annotation>
<xsd:documentation>technischer Fehler bei Backend Verarbeitung</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="1"> <xsd:enumeration value="1">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Antrag angenommen</xsd:documentation> <xsd:documentation>Antrag angenommen</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:enumeration> </xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>Antrag übertragen und direkt polizziert</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3"> <xsd:enumeration value="3">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Antrag abgelehnt</xsd:documentation> <xsd:documentation>Antrag abgelehnt</xsd:documentation>
@@ -1196,11 +1186,6 @@
<xsd:documentation>Antrag übertragungsfähig</xsd:documentation> <xsd:documentation>Antrag übertragungsfähig</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:enumeration> </xsd:enumeration>
<xsd:enumeration value="7">
<xsd:annotation>
<xsd:documentation>Antrag auf Übertragung wartend</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="8"> <xsd:enumeration value="8">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Antrag abgebrochen</xsd:documentation> <xsd:documentation>Antrag abgebrochen</xsd:documentation>
@@ -1216,14 +1201,9 @@
<xsd:documentation>Antrag storniert</xsd:documentation> <xsd:documentation>Antrag storniert</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:enumeration> </xsd:enumeration>
<xsd:enumeration value="11"> <xsd:enumeration value="13">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Abbruch wegen technischem Fehler</xsd:documentation> <xsd:documentation>Gelöscht</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="12">
<xsd:annotation>
<xsd:documentation>Antrag übertragen</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:enumeration> </xsd:enumeration>
</xsd:restriction> </xsd:restriction>
@@ -1475,12 +1455,17 @@
</xsd:enumeration> </xsd:enumeration>
</xsd:restriction> </xsd:restriction>
</xsd:simpleType> </xsd:simpleType>
<xsd:element name="ObjLfnr" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Referenz für ein versichertes Interesse</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="VersichertesInteresse_Type" abstract="true"> <xsd:complexType name="VersichertesInteresse_Type" abstract="true">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Abstrakter Obertyp für versicherte Interessen, wird z.B. in Rechtsschutz verwendet</xsd:documentation> <xsd:documentation>Abstrakter Obertyp für versicherte Interessen, wird z.B. in Rechtsschutz verwendet</xsd:documentation>
</xsd:annotation> </xsd:annotation>
<xsd:sequence> <xsd:sequence>
<xsd:element ref="ObjektId"/> <xsd:element ref="ObjLfnr"/>
</xsd:sequence> </xsd:sequence>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="Fahrzeug_Type"> <xsd:complexType name="Fahrzeug_Type">

View File

@@ -39,7 +39,7 @@
</xsd:element> </xsd:element>
<xsd:element name="Personen" type="ost:BeteiligtePersonVertrag_Type" maxOccurs="unbounded"> <xsd:element name="Personen" type="ost:BeteiligtePersonVertrag_Type" maxOccurs="unbounded">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Liste aller benötigten Personen, welche dann über ihre Rolle direkt referenziert werden</xsd:documentation> <xsd:documentation>Liste aller benötigten Vertragspersonen (nicht versicherte Personen), welche dann über ihre Rolle referenziert werden. Die Personen können eine Adresse enthalten.</xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:element> </xsd:element>
<xsd:element name="Versicherungsnehmer" type="xsd:unsignedShort"> <xsd:element name="Versicherungsnehmer" type="xsd:unsignedShort">