Vertragsänderungen: Änderungsmmöglichkeiten sind Gegenstand des ersten Service.

This commit is contained in:
2025-03-31 16:19:44 +02:00
parent d5ddadfa54
commit bb2ae89c3d
2 changed files with 37 additions and 9 deletions

View File

@@ -2,16 +2,44 @@
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v2025-27.on3vertrag"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20"
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common"
targetNamespace="urn:at.vvo.omds.types.omds3types.v2025-27.on3vertrag"
elementFormDefault="qualified" attributeFormDefault="qualified" version="2025.27-MINOR">
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
<xsd:element name="ContractChangeOptionsRequest" />
<xsd:element name="ContractChangeOptionsResponse" />
<xsd:element name="ContractChangeProposalRequest" />
<xsd:element name="ContractChangeProposalResponse" />
<xsd:element name="ContractChangeConfigurationRequest" />
<xsd:element name="ContractChangeConfigurationResponse" />
<xsd:element name="ContractChangeSubmitRequest" />
<xsd:element name="ContractChangeSubmitResponse" />
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
<xsd:element name="ContractChangeOptionsRequest" >
<xsd:annotation><xsd:documentation>Requests-Type zur Anfrage von Änderungsmöglichkeiten für einen Vertrag</xsd:documentation></xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonRequest_Type">
<xsd:sequence>
<xsd:element name="Vertrag" type="cst:Ersatzpolizze_Type">
<xsd:annotation><xsd:documentation>Bezeichnung, zu welchem Vertrag die Änderungsmöglichkeiten angezeigt werden sollen.</xsd:documentation></xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="ContractChangeOptionsResponse" >
<xsd:annotation><xsd:documentation>Requests-Type zur Anfrage von Änderungsmöglichkeiten für einen Vertrag</xsd:documentation></xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="cst:CommonResponse_Type">
<xsd:sequence>
<xsd:element name="Aenderungsmöglichkeit" type="ac:Konvertierungsumfang_Type">
<xsd:annotation><xsd:documentation>Bezeichnung, zu welchem Vertrag die Änderungsmöglichkeiten angezeigt werden sollen.</xsd:documentation></xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="ContractChangeProposalRequest" type="cst:CommonRequest_Type" />
<xsd:element name="ContractChangeProposalResponse" type="cst:CommonResponse_Type" />
<xsd:element name="ContractChangeConfigurationRequest" type="cst:CommonRequest_Type" />
<xsd:element name="ContractChangeConfigurationResponse" type="cst:CommonResponse_Type" />
<xsd:element name="ContractChangeSubmitRequest" type="cst:CommonRequest_Type"/>
<xsd:element name="ContractChangeSubmitResponse" type="cst:CommonResponse_Type" />
</xsd:schema>