Vertragsänderungen: Änderungsmmöglichkeiten sind Gegenstand des ersten Service.
This commit is contained in:
Binary file not shown.
@@ -2,16 +2,44 @@
|
|||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v2025-27.on3vertrag"
|
<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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20"
|
||||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
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"
|
targetNamespace="urn:at.vvo.omds.types.omds3types.v2025-27.on3vertrag"
|
||||||
elementFormDefault="qualified" attributeFormDefault="qualified" version="2025.27-MINOR">
|
elementFormDefault="qualified" attributeFormDefault="qualified" version="2025.27-MINOR">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds217-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<xsd:element name="ContractChangeOptionsRequest" />
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
<xsd:element name="ContractChangeOptionsResponse" />
|
<xsd:element name="ContractChangeOptionsRequest" >
|
||||||
<xsd:element name="ContractChangeProposalRequest" />
|
<xsd:annotation><xsd:documentation>Requests-Type zur Anfrage von Änderungsmöglichkeiten für einen Vertrag</xsd:documentation></xsd:annotation>
|
||||||
<xsd:element name="ContractChangeProposalResponse" />
|
<xsd:complexType>
|
||||||
<xsd:element name="ContractChangeConfigurationRequest" />
|
<xsd:complexContent>
|
||||||
<xsd:element name="ContractChangeConfigurationResponse" />
|
<xsd:extension base="cst:CommonRequest_Type">
|
||||||
<xsd:element name="ContractChangeSubmitRequest" />
|
<xsd:sequence>
|
||||||
<xsd:element name="ContractChangeSubmitResponse" />
|
<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>
|
</xsd:schema>
|
||||||
Reference in New Issue
Block a user