Umbenennung Legitimation zu Legitimation_Type
Anwendung Änderungen aus Development-Branch Trennung Dokumente in doc (für Release 1.6) und docEntw (für künftige Releases)
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -34,12 +34,17 @@ Verkaufsprodukt müsste dafür aber weiter gefasst werden, also nicht ProduktSac
|
|||||||
Für die Methoden Calculate, CreateOffer, CreateApplication und SubmitApplication haben wir
|
Für die Methoden Calculate, CreateOffer, CreateApplication und SubmitApplication haben wir
|
||||||
immer einen ComplexType definiert und ein Element, welches von diesem Typ ist. Dies könnte man
|
immer einen ComplexType definiert und ein Element, welches von diesem Typ ist. Dies könnte man
|
||||||
auch kompakter in einem Element mit einem anonymen inneren komplexen Typ machen. Dies hätte den
|
auch kompakter in einem Element mit einem anonymen inneren komplexen Typ machen. Dies hätte den
|
||||||
Vorteil, dass unter Java-cxf auch ein @XmlRootElement(name = "CalculateSachPrivatRequest")-Tag generiert
|
Vorteil, dass unter Java-cxf auch ein (@XmlRootElement(name = "CalculateSachPrivatRequest")-Tag) generiert
|
||||||
wird, der wiederum die Verarbeitung eines Requests vereinfacht.
|
wird, der wiederum die Verarbeitung eines Requests vereinfacht.
|
||||||
|
|
||||||
7.
|
7.
|
||||||
Für die Berechnungsvariante gibt es die einstufung einfach-mittel-top. Was ist, wenn eine VU hier
|
Für die Berechnungsvariante gibt es die Einstufung einfach-mittel-top. Was ist, wenn eine VU hier
|
||||||
eine andere Anzahl von Varianten anbieten möchte? Wurde bisher nicht tiefer diskutiert.
|
eine andere Anzahl von Varianten anbieten möchte? Wurde bisher nicht tiefer diskutiert.
|
||||||
|
|
||||||
8.
|
8.
|
||||||
Regex Variante ist bislang nicht definiert.
|
Regex Variante ist bislang nicht definiert.
|
||||||
|
|
||||||
|
9.
|
||||||
|
Die Namespaces beinhalten die Versionnummer zu der das betreffende XSD erstmals definiert wurde.
|
||||||
|
Diese Information bringt keinen Mehrwert und sollte mit einer einheitlichen Hauptversionsnummer,
|
||||||
|
z.B. "2" ersetzt werden.
|
||||||
@@ -4,8 +4,20 @@ Version 1.5.0
|
|||||||
|
|
||||||
Was ist neu oder anders in Version 1.5.0 im Vergleich zur Version 1.4.0?
|
Was ist neu oder anders in Version 1.5.0 im Vergleich zur Version 1.4.0?
|
||||||
=====================================================================================
|
=====================================================================================
|
||||||
1. Sach-Privat erbt von neuen "generischen" Produktklassen
|
1. Berechnung-Offert-Antrag wurde für die Sparte Sach-Privat hinzugefügt.
|
||||||
2. Schadenmeldung wurde überarbeitet
|
2. Es wurden Methoden definiert, um Schäden zu melden und Schadenmeldungen zu suchen und aufzurufen.
|
||||||
|
3. Vinkulierung ist nicht mehr im allgemeinen Antrags-Spezifikation zu finden, sondern
|
||||||
|
nur bei KFZ. Hintergrund ist, dass für Sicherstellungen (inkl. Vinkulierung) mit 1.6.0 eine
|
||||||
|
allgemeinere Lösung kommt.
|
||||||
|
4. In der Berechnung können optional schon Daten zu Personen angegeben werden. Dies erfolgt im
|
||||||
|
Vorgriff auf Personenversicherungen, wo dies benötigt wird. In der Praxis hat sich überdies
|
||||||
|
erwiesen, dass auch bei Sachversicherungen bei manchen Versicherern bereits in der Berechnung
|
||||||
|
Personendaten erforderlich sind.
|
||||||
|
5. Es wurden neue "generische" Produktbausteine geschaffen, welche optional Produkt-Metadaten
|
||||||
|
für den Client zu den Produktbausteinen enthalten können.
|
||||||
|
6. Es wurden neue Ableitungen für das Versicherte Interesse geschaffen.
|
||||||
|
7. Für die Übermittlung von Metadaten zu Attributen wurden spezielle Typen angelegt
|
||||||
|
8. Das allgemeine Response-Objekt kann "Referenzen" aufnehmen. Dies sind Deep-Links oder andere Querverweise.
|
||||||
|
|
||||||
=============
|
=============
|
||||||
Version 1.4.0
|
Version 1.4.0
|
||||||
|
|||||||
@@ -1370,11 +1370,6 @@
|
|||||||
<xsd:element name="Ersatzpolizzennummer3" type="omds:Polizzennr" minOccurs="0"/>
|
<xsd:element name="Ersatzpolizzennummer3" type="omds:Polizzennr" minOccurs="0"/>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<!-- <xsd:complexType name="AbstraktesEreignisStatusAenderung_Type" abstract="true">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Abstraktes Ereignis einer Statusänderung </xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<xsd:simpleType name="SubmitApplicationStatus_Type">
|
<xsd:simpleType name="SubmitApplicationStatus_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<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>
|
||||||
@@ -1700,16 +1695,6 @@
|
|||||||
<xsd:documentation>VU-spezifische Erweiterungsmöglichkeit für Personendaten</xsd:documentation>
|
<xsd:documentation>VU-spezifische Erweiterungsmöglichkeit für Personendaten</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<!-- <xsd:complexType name="VersicherteVeranstaltung_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Versicherte Veranstaltung basierend auf VersichertesInteresse_Type</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:complexContent>-->
|
|
||||||
<!-- <xsd:extension base="VersichertesInteresseMitAttributMetadaten_Type">-->
|
|
||||||
<!-- <xsd:sequence/>-->
|
|
||||||
<!-- </xsd:extension>-->
|
|
||||||
<!-- </xsd:complexContent>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<xsd:complexType name="Fahrzeug_Type">
|
<xsd:complexType name="Fahrzeug_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Basisklasse für alle Fahrzeuge in der Kfz-Versicherung</xsd:documentation>
|
<xsd:documentation>Basisklasse für alle Fahrzeuge in der Kfz-Versicherung</xsd:documentation>
|
||||||
|
|||||||
@@ -199,7 +199,6 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|||||||
<part name="parameters" element="boaSp:SubmitApplicationSachPrivatResponse"/>
|
<part name="parameters" element="boaSp:SubmitApplicationSachPrivatResponse"/>
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
|
|
||||||
<!-- Fehler -->
|
<!-- Fehler -->
|
||||||
<message name="ServiceFaultMsg">
|
<message name="ServiceFaultMsg">
|
||||||
<part name="parameters" element="cst:serviceFault" />
|
<part name="parameters" element="cst:serviceFault" />
|
||||||
|
|||||||
@@ -1,174 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<definitions
|
|
||||||
name="omds3ServicesBroker_v1_4_0"
|
|
||||||
targetNamespace="http://omds.vvo.at/brokerservice/v1_4_0"
|
|
||||||
xmlns:os="http://omds.vvo.at/brokerservice/v1_4_0"
|
|
||||||
xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
|
||||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
|
||||||
xmlns:sch="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden"
|
|
||||||
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
|
||||||
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
|
|
||||||
xmlns:ns="http://www.w3.org/2001/XMLSchema"
|
|
||||||
xmlns:ns1="http://schemas.xmlsoap.org/soap/encoding/"
|
|
||||||
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
||||||
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
||||||
|
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
||||||
|
|
||||||
<!--
|
|
||||||
hier wird exampleVuServiceTypes.xsd referenziert, welches stellvertretend fuer eine individuelle
|
|
||||||
Erweiterung der omdsServiceTypes.xsd einer VU steht. So besteht die Möglichkeit die Requests und
|
|
||||||
Responses um weitere Attribute zu erweitern
|
|
||||||
-->
|
|
||||||
|
|
||||||
<types>
|
|
||||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd" />
|
|
||||||
<import namespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" schemaLocation="omds3_ON7_Schaden.xsd"/>
|
|
||||||
</schema>
|
|
||||||
</types>
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
|
|
||||||
|
|
||||||
<message name="DeclareNewClaimStatusRequestMsg">
|
|
||||||
<part name="parameters" element="sch:DeclareNewClaimStatusRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="DeclareNewClaimStatusResponseMsg">
|
|
||||||
<part name="parameters" element="sch:DeclareNewClaimStatusResponse"/>
|
|
||||||
</message>
|
|
||||||
|
|
||||||
<message name="LossEventRegisteredRequestMsg">
|
|
||||||
<part name="parameters" element="sch:LossEventRegisteredRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="LossEventRegisteredResponseMsg">
|
|
||||||
<part name="parameters" element="sch:LossEventRegisteredResponse"/>
|
|
||||||
</message>
|
|
||||||
|
|
||||||
<!-- Vergabe eines Security Context Token
|
|
||||||
<message name="SecurityContextTokenRequestMsg">
|
|
||||||
<part name="parameters" element="ost:SecurityContextTokenRequest"/>
|
|
||||||
</message>
|
|
||||||
<message name="SecurityContextTokenResponseMsg">
|
|
||||||
<part name="parameters" element="ost:SecurityContextTokenResponse" />
|
|
||||||
</message>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Fehler Message -->
|
|
||||||
<message name="ServiceFaultMsg">
|
|
||||||
<part name="parameters" element="cst:serviceFault" />
|
|
||||||
</message>
|
|
||||||
|
|
||||||
|
|
||||||
<portType name="omdsServicePortType">
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
<operation name="declareNewClaimStatus">
|
|
||||||
<input name="DeclareNewClaimStatusRequestPort" message="os:DeclareNewClaimStatusRequestMsg" />
|
|
||||||
<output name="DeclareNewClaimStatusResponsePort" message="os:DeclareNewClaimStatusResponseMsg" />
|
|
||||||
<fault name="DeclareNewClaimStatusFaultPort" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="lossEventRegistered">
|
|
||||||
<input name="LossEventRegisteredRequestPort" message="os:LossEventRegisteredRequestMsg" />
|
|
||||||
<output name="LossEventRegisteredResponsePort" message="os:LossEventRegisteredResponseMsg" />
|
|
||||||
<fault name="LossEventRegisteredFaultPort" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<!-- Vergabe eines Security Context Token
|
|
||||||
<operation name="getSecurityContextToken">
|
|
||||||
<input name="SecurityContextTokenRequestPort" message="os:SecurityContextTokenRequestMsg" />
|
|
||||||
<output name="SecurityContextTokenResponsePort" message="os:SecurityContextTokenResponseMsg" />
|
|
||||||
<fault name="SecurityContextTokenFaultPort" message="os:ServiceFaultMsg" />
|
|
||||||
</operation>
|
|
||||||
-->
|
|
||||||
</portType>
|
|
||||||
|
|
||||||
<binding name="omdsServicePortBinding" type="os:omdsServicePortType">
|
|
||||||
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
|
|
||||||
|
|
||||||
<!-- Referenz auf jeweilige Security Policy für alle Methoden, in diesem Fall eine UsernameToken-Policy -->
|
|
||||||
<wsp:PolicyReference URI="#OMDSUsernameTokenPolicy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"/>
|
|
||||||
|
|
||||||
<!-- Schaden -->
|
|
||||||
<operation name="declareNewClaimStatus">
|
|
||||||
<soap:operation soapAction="urn:declareNewClaimStatus" style="document" />
|
|
||||||
<input name="DeclareNewClaimStatusRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="DeclareNewClaimStatusResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="DeclareNewClaimStatusFaultPort">
|
|
||||||
<soap:fault name="DeclareNewClaimStatusFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<operation name="lossEventRegistered">
|
|
||||||
<soap:operation soapAction="urn:lossEventRegistered" style="document" />
|
|
||||||
<input name="LossEventRegisteredRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="LossEventRegisteredResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="LossEventRegisteredFaultPort">
|
|
||||||
<soap:fault name="LossEventRegisteredFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
|
|
||||||
<!-- Vergabe eines Security Context Token
|
|
||||||
<operation name="getSecurityContextToken">
|
|
||||||
<soap:operation soapAction="urn:getSecurityContextToken" style="document" />
|
|
||||||
<input name="SecurityContextTokenRequestPort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</input>
|
|
||||||
<output name="SecurityContextTokenResponsePort">
|
|
||||||
<soap:body use="literal" />
|
|
||||||
</output>
|
|
||||||
<fault name="SecurityContextTokenFaultPort">
|
|
||||||
<soap:fault name="SecurityContextTokenFault" use="literal"/>
|
|
||||||
</fault>
|
|
||||||
</operation>
|
|
||||||
-->
|
|
||||||
</binding>
|
|
||||||
|
|
||||||
<service name="omdsService">
|
|
||||||
<port name="omdsServicePort" binding="os:omdsServicePortBinding">
|
|
||||||
<soap:address location="http://localhost:80/omdsServicePort" />
|
|
||||||
</port>
|
|
||||||
</service>
|
|
||||||
|
|
||||||
<wsp:Policy wsu:Id="'OMDSUsernameTokenPolicy" xmlns:wsp="http://www.w3.org/ns/ws-policy"
|
|
||||||
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
|
|
||||||
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
|
||||||
<wsp:ExactlyOne>
|
|
||||||
<wsp:All>
|
|
||||||
<!-- Def HTTPS -->
|
|
||||||
<sp:TransportBinding>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:TransportToken>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:HttpsToken RequireClientCertificate="false"/>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:TransportToken>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:TransportBinding>
|
|
||||||
<!-- schreibe Username-Token mit Passwort-Digest (Hash) vor -->
|
|
||||||
<sp:SupportingTokens>
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
|
|
||||||
<wsp:Policy>
|
|
||||||
<sp:HashPassword/>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:UsernameToken>
|
|
||||||
</wsp:Policy>
|
|
||||||
</sp:SupportingTokens>
|
|
||||||
|
|
||||||
</wsp:All>
|
|
||||||
</wsp:ExactlyOne>
|
|
||||||
</wsp:Policy>
|
|
||||||
|
|
||||||
</definitions>
|
|
||||||
@@ -2,143 +2,6 @@
|
|||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:annotation>-->
|
|
||||||
<!-- <xsd:documentation>State-Changes</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:complexType name="GetStateChangesRequest_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Typ des Requestobjektes um Geschäftsfalle abzuholen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:complexContent>-->
|
|
||||||
<!-- <xsd:extension base="cst:CommonSearchRequest_Type">-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="GeschaeftsobjektArt" type="cst:GeschaeftsobjektArt_Type" minOccurs="0">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Vorgabe einer Geschäftsobjektart, z.B. Vertrag, Schaden oder Antrag</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:extension>-->
|
|
||||||
<!-- </xsd:complexContent>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:complexType name="GetStateChangesResponse_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Typ des Responseobjektes um Geschäftsfalle abzuholen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:complexContent>-->
|
|
||||||
<!-- <xsd:extension base="cst:CommonSearchResponse_Type">-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="Event" type="AbstractStateChangeEvent_Type" minOccurs="0" maxOccurs="unbounded"/>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:extension>-->
|
|
||||||
<!-- </xsd:complexContent>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:element name="GetStateChangesRequest" type="GetStateChangesRequest_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Requestobjekt fuer die Abfrage von Statusänderungen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="GetStateChangesResponse" type="GetStateChangesResponse_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Responseobjekt fuer die Abfrage von Statusänderungen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:complexType name="DeclareStateChangesRequest_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Typ fuer die Bekanntgabe von Statusänderungen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="StateChange" type="AbstractStateChangeEvent_Type" maxOccurs="unbounded"/>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:complexType name="DeclareStateChangesResponse_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Typ fuer die Annahme von Statusänderungen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:element name="DeclareStateChangesRequest" type="DeclareStateChangesRequest_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Requestobjekt fuer die Übermittlung von Statusänderungen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="DeclareStateChangesResponse" type="DeclareStateChangesResponse_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Responseobjekt für die Übermittlung von Statusänderungen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:complexType name="AbstractStateChangeEvent_Type" abstract="true">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Abstraktes Event einer Statusänderung </xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:complexType name="StateChangeEvent_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Standard-Event einer Statusänderung</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:complexContent>-->
|
|
||||||
<!-- <xsd:extension base="AbstractStateChangeEvent_Type">-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="Objektart" type="cst:GeschaeftsobjektArt_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Die Art des Objekts, z.B. Vertrag</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="ObjektId" type="cst:ObjektId_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Die Id des Objekts als ObjektId_Type</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="Geschaeftsfallnummer" type="cst:ObjektId_Type" minOccurs="0">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Eine Geschäftsfall-Id als String, wenn dem Servicenutzer eine solche zugeordnet ist.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="GeschaeftsfallArt" type="cst:GeschaeftsfallArt_Type" minOccurs="0">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Die Art des Geschaeftsfalls der zur Statusänderung geführt hat.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="Aenderungsdatum" type="omds:Datum-Zeit">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Das Datum ab wann die Statusänderung feststeht.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="StatusGueltigAbDatum" type="omds:Datum-Zeit">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Das Datum ab welchem die Statusänderung wirksam wird.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="BisherigerStatus" type="AbstractStatusGeschaeftsfall_Type" minOccurs="0">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Optional der bisherige Status</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="NeuerStatus" type="AbstractStatusGeschaeftsfall_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Der neue Status</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:extension>-->
|
|
||||||
<!-- </xsd:complexContent>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:complexType name="AbstractStatusGeschaeftsfall_Type" abstract="true">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Abstrakter Status eines Geschaeftsfalls</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:complexType name="StatusAntragsGeschaeftsfall">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Status eines Antrags</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:complexContent>-->
|
|
||||||
<!-- <xsd:extension base="AbstractStatusGeschaeftsfall_Type">-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="Antragstatus" type="cst:SubmitApplicationStatus_Type"/>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:extension>-->
|
|
||||||
<!-- </xsd:complexContent>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<xsd:element name="AddDocToBusinessCaseRequest" type="AddDocToBusinessCaseRequest_Type">
|
<xsd:element name="AddDocToBusinessCaseRequest" type="AddDocToBusinessCaseRequest_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Requestobjekt um Dokument zu Geschäftsfall hinzuzufügen</xsd:documentation>
|
<xsd:documentation>Requestobjekt um Dokument zu Geschäftsfall hinzuzufügen</xsd:documentation>
|
||||||
@@ -323,135 +186,4 @@
|
|||||||
<xsd:element name="Zeitraum" type="cst:Zeitraum_Type"/>
|
<xsd:element name="Zeitraum" type="cst:Zeitraum_Type"/>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<!-- Grundlagen Notifikationsservices -->
|
|
||||||
<!-- <xsd:element name="DeclareEndpointRequest" type="DeclareEndpointRequest_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Request um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:complexType name="DeclareEndpointRequest_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Typ für den DeclareEndpointRequest</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="VUNr" type="omds:VUNr"/>-->
|
|
||||||
<!-- <xsd:element name="BasisUrlEndpoint">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Die BasisURL unter welcher z.B. die VU die SOAP-Webservices des Vermittlers aufrufen kann. Die maximale Länge beträgt 1000 Zeichen</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:simpleType>-->
|
|
||||||
<!-- <xsd:restriction base="xsd:string">-->
|
|
||||||
<!-- <xsd:maxLength value="1000"/>-->
|
|
||||||
<!-- </xsd:restriction>-->
|
|
||||||
<!-- </xsd:simpleType>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element ref="ArtAuthentifizierung"/>-->
|
|
||||||
<!-- <xsd:element name="Credentials" type="Credentials_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Ein abstrakter Credentials-Type, für den z.B. der UsernamePasswordCredentials_Type eingesetzt werden kann.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="AuthorizationFilter" type="cst:AuthorizationFilter" minOccurs="0">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Die Zuordnung des Endpoints zu bestimmten fachlichen Nutzern, z.B. Vermittlernummern.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:element name="ArtAuthentifizierung">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Gibt vor, wie die Authentifizierung beim einzelnen Serviceaufruf erfolgt. Derzeit werden die Typen Username-Token und Security-Context-Token unterstützt.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:simpleType>-->
|
|
||||||
<!-- <xsd:restriction base="xsd:string">-->
|
|
||||||
<!-- <xsd:enumeration value="UsernameToken"/>-->
|
|
||||||
<!-- <xsd:enumeration value="Security-Context-Token"/>-->
|
|
||||||
<!-- </xsd:restriction>-->
|
|
||||||
<!-- </xsd:simpleType>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:complexType name="Credentials_Type" abstract="true">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Ein abstrakter Typ, dessen konkrete Implementierungen unterschiedliche Credentials aufnehmen können. </xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:complexType name="UsernamePasswordCredentials_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Konkrete Implementierung von Credentials mit Username und Password</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:attribute name="Username" type="xsd:string" use="required">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Der Username, wobei keine vorschriften bezüglich des Usernames gemacht werden.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:attribute>-->
|
|
||||||
<!-- <xsd:attribute name="Password" type="xsd:string" use="required">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Das Passwort, wobei keine Anforderungen an die Passwort-Stärke gemacht werden.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:attribute>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:element name="DeclareEndpointResponse" type="DeclareEndpointResponse_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Response um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:complexType name="DeclareEndpointResponse_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Response um als Makler der VU einen Endpoint bekannt zu geben</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="RegistrierteBasisUrlMaklerEndpoint" minOccurs="0">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Die von der VU zuletzt erfolgreich registrierte BasisUrl</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:simpleType>-->
|
|
||||||
<!-- <xsd:restriction base="xsd:string">-->
|
|
||||||
<!-- <xsd:maxLength value="1000"/>-->
|
|
||||||
<!-- </xsd:restriction>-->
|
|
||||||
<!-- </xsd:simpleType>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="ServiceFault" type="cst:ServiceFault" minOccurs="0"/>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:element name="SecurityContextTokenRequest" type="SecurityContextTokenRequest_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Request zum Bezug eines Security-Context-Token</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:complexType name="SecurityContextTokenRequest_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Request-Type zum Bezug eines Security-Context-Tokens</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="Credentials" type="Credentials_Type"/>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
<!-- <xsd:element name="SecurityContextTokenResponse" type="SecurityContextTokenResponse_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Response des Bezug eines Security-Context-Tokens</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:complexType name="SecurityContextTokenResponse_Type">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Response-Type zum Bezug eines Securtity-Context-Tokens</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- <xsd:sequence>-->
|
|
||||||
<!-- <xsd:element name="Token" type="xsd:string">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Der Token selbst als String</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="DauerhaftGueltig" type="xsd:boolean">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Wahr, wenn der Token eine zeitlich unbeschränkte Gültigkeit aufweist, sonst falsch.</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- <xsd:element name="GueltigBis" type="omds:Datum-Zeit" minOccurs="0">-->
|
|
||||||
<!-- <xsd:annotation>-->
|
|
||||||
<!-- <xsd:documentation>Optional: Das Ablaufdatum des Tokens</xsd:documentation>-->
|
|
||||||
<!-- </xsd:annotation>-->
|
|
||||||
<!-- </xsd:element>-->
|
|
||||||
<!-- </xsd:sequence>-->
|
|
||||||
<!-- </xsd:complexType>-->
|
|
||||||
|
|
||||||
|
|
||||||
</xsd:schema>
|
</xsd:schema>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="RisikoAdresse_Type" final="#all">
|
<xsd:complexType name="RisikoAdresse_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Type zur Beschreibung einer Risikoadresse</xsd:documentation>
|
<xsd:documentation>Type zur Beschreibung einer Risikoadresse</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
@@ -225,11 +225,6 @@
|
|||||||
<xsd:element name="Produkte" type="ProduktSachPrivat_Type" maxOccurs="unbounded"/>
|
<xsd:element name="Produkte" type="ProduktSachPrivat_Type" maxOccurs="unbounded"/>
|
||||||
<xsd:element name="Zusatzprodukte" type="cst:ProduktGenerisch_Type" minOccurs="0" maxOccurs="unbounded"/>
|
<xsd:element name="Zusatzprodukte" type="cst:ProduktGenerisch_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
<xsd:element name="VersicherteObjekte" type="cst:VersichertesInteresse_Type" maxOccurs="unbounded"/>
|
<xsd:element name="VersicherteObjekte" type="cst:VersichertesInteresse_Type" maxOccurs="unbounded"/>
|
||||||
<xsd:element name="RefSicherstellungLfnr" type="xsd:unsignedShort" minOccurs="0">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Möglichkeit eine Sichterstellung aus dem Antragsobjekt zu referenzieren.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Version 1.6.0
|
|||||||
Was ist neu oder anders in Version 1.6.0 im Vergleich zur Version 1.5.0?
|
Was ist neu oder anders in Version 1.6.0 im Vergleich zur Version 1.5.0?
|
||||||
=====================================================================================
|
=====================================================================================
|
||||||
1. Sparten Unfall und Leben wurden neu angelegt
|
1. Sparten Unfall und Leben wurden neu angelegt
|
||||||
2. Aufnahme Verkaufsproduktfinder
|
2. Aufnahme Verkaufsproduktfinder?
|
||||||
|
|
||||||
|
|
||||||
=============
|
=============
|
||||||
|
|||||||
@@ -541,7 +541,7 @@
|
|||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
<xsd:attribute name="PersArtCd" type="omds:PersArtCd_Type" use="required"/>
|
<xsd:attribute name="PersArtCd" type="omds:PersArtCd_Type" use="required"/>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="Legitimation">
|
<xsd:complexType name="Legitimation_Type">
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="omds:EL-Legitimation_Type">
|
<xsd:extension base="omds:EL-Legitimation_Type">
|
||||||
<xsd:attribute name="AusstellendesLand" type="omds:LandesCd_Type" use="optional"/>
|
<xsd:attribute name="AusstellendesLand" type="omds:LandesCd_Type" use="optional"/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:omds3ServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:omds3ServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:omds3ServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:omds3ServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<!-- Beziehe Action Link -->
|
<!-- Beziehe Action Link -->
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Release 1.4.0 -->
|
<!-- Release 1.6.0 -->
|
||||||
<definitions name="omds3Services-1-4-0" targetNamespace="urn:omds3Services-1-4-0"
|
<definitions name="omds3Services-1-4-0" targetNamespace="urn:omds3Services-1-4-0"
|
||||||
xmlns:os="urn:omds3Services-1-4-0"
|
xmlns:os="urn:omds3Services-1-4-0"
|
||||||
xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Version 1.6 -->
|
||||||
<definitions
|
<definitions
|
||||||
name="omds3ServicesBroker_v1_4_0"
|
name="omds3ServicesBroker_v1_4_0"
|
||||||
targetNamespace="http://omds.vvo.at/brokerservice/v1_4_0"
|
targetNamespace="http://omds.vvo.at/brokerservice/v1_4_0"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:annotation>
|
<xsd:annotation>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ost="urn:omds3ServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" 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.v1-3-0.on2antrag.kfz" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" 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.v1-3-0.on2antrag.kfz" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben" 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.v1-5-0.on2antrag.leben" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-5-0.on2antrag.leben" 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.v1-5-0.on2antrag.leben" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.produktfinder"
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.produktfinder"
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||||
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||||
targetNamespace="urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.produktfinder" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
targetNamespace="urn:at.vvo.omds.types.omds3types.v1-6-0.on2antrag.produktfinder" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:complexType name="FinderRequest_Type">
|
<xsd:complexType name="FinderRequest_Type">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs" 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.v1-4-0.on2antrag.rs" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs" 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.v1-4-0.on2antrag.rs" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat" 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.v1-4-0.on2antrag.sachprivat" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat" 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.v1-4-0.on2antrag.sachprivat" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="RisikoAdresse_Type" final="#all">
|
<xsd:complexType name="RisikoAdresse_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Type zur Beschreibung einer Risikoadresse</xsd:documentation>
|
<xsd:documentation>Type zur Beschreibung einer Risikoadresse</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall" 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.v1-4-0.on2antrag.unfall" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall" 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.v1-4-0.on2antrag.unfall" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on3vertrag" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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="GetPoliciesOfPartnerRequest" type="GetPoliciesOfPartnerRequest_Type">
|
<xsd:element name="GetPoliciesOfPartnerRequest" type="GetPoliciesOfPartnerRequest_Type">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<!-- Aenderung Personenbezogener Daten -->
|
<!-- Aenderung Personenbezogener Daten -->
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<!--Schadenservices Versicherungsunternehmen -->
|
<!--Schadenservices Versicherungsunternehmen -->
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schadenErg" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
<xsd:schema xmlns="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schadenErg" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0"
|
||||||
xmlns:sch="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden"
|
xmlns:sch="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden"
|
||||||
targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schadenErg" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.5.0">
|
targetNamespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schadenErg" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.6.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-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:import namespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" schemaLocation="omds3_ON7_Schaden.xsd"/>
|
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden" schemaLocation="omds3_ON7_Schaden.xsd"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user