Noch eine Umstellung in ConversionScopeRequest nach Feedback Martin Hartl.

This commit is contained in:
2022-06-07 10:41:54 +02:00
parent 018d370bc8
commit 71b05e2523
15 changed files with 31 additions and 69 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<sp:CalculateSachPrivatRequest
xmlns="urn:omds3CommonServiceTypes-1-1-0"
xmlns:sp="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:omds3CommonServiceTypes-1-1-0"
xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common"
xsi:schemaLocation="
urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat ../omds3_ON2_Antrag_SachPrivat.xsd

View File

@@ -10,7 +10,7 @@
<KorrelationsId>678708979</KorrelationsId>
<Ergebnis>OK</Ergebnis>
</Status>
<ac:Scope>
<ac:Konvertierungsmoeglichkeit>
<ac:Vertrag>
<Polizzennr>100-100-1</Polizzennr>
<Bezeichnung>Privat Bündel</Bezeichnung>
@@ -35,7 +35,7 @@
<ZulaessigeAktion xsi:type="KonvertierungsaktionBelassen_Type"/>
<ZulaessigeAktion xsi:type="KonvertierungsaktionStorno_Type"/>
</Baustein>
<Kombinationen xsi:type="Kombinationen_Type" zulaessige="true">
<Kombinationen xsi:type="Kombinationen_Type">
<Kombination><Id>1</Id><Id>3</Id></Kombination>
<Kombination><Id>2</Id><Id>3</Id></Kombination>
</Kombinationen>
@@ -51,5 +51,5 @@
<ZulaessigeAktion xsi:type="KonvertierungsaktionStorno_Type"/>
</Baustein>
</ac:Vertrag>
</ac:Scope>
</ac:Konvertierungsmoeglichkeit>
</ac:ConversionScopeResponse>

View File

@@ -10,7 +10,7 @@
<KorrelationsId>678708979</KorrelationsId>
<Ergebnis>OK</Ergebnis>
</Status>
<ac:Scope>
<ac:Konvertierungsmoeglichkeit>
<ac:Vertrag>
<Polizzennr>1</Polizzennr>
<Bezeichnung>Privat Bündel</Bezeichnung>
@@ -127,5 +127,5 @@
<ZulaessigeAktion xsi:type="KonvertierungsaktionStorno_Type"/>
</Baustein>
</ac:Vertrag>
</ac:Scope>
</ac:Konvertierungsmoeglichkeit>
</ac:ConversionScopeResponse>

View File

@@ -2041,7 +2041,7 @@
<xsd:element name="Ersatzpolizzennummer3" type="omds:Polizzennr" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Ersatzpolizze_Type" abstract="true">
<xsd:complexType name="Ersatzpolizze_Type">
<xsd:annotation>
<xsd:documentation>Beschreibung einer durch Konvertierung zu ersetzenden Polizze</xsd:documentation>
</xsd:annotation>

View File

@@ -513,15 +513,11 @@
<xsd:complexContent>
<xsd:extension base="cst:CommonRequest_Type">
<xsd:sequence>
<xsd:element name="Vertrag" maxOccurs="unbounded">
<xsd:element name="Vertrag" type="cst:Ersatzpolizze_Type" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Angabe für welche Verträge die Konvertierung geplant ist.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:Ersatzpolizze_Type"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>