Merge branch 'master' of https://bitbucket.org/omds/omdsservicedefinitions
# Conflicts: # OMDSServiceDefinition/src/main/resources/def/v1-4-0/omds3_ON2_Antrag_Unfall.xsd
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/unfall"
|
<xsd:schema xmlns="http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/unfall"
|
||||||
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"
|
xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common"
|
||||||
@@ -10,6 +10,7 @@ elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
|||||||
<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="http://omds.vvo.at/types/omds3types/v1_4_0/common" schemaLocation="omds3ServiceTypes.xsd"/>
|
<xsd:import namespace="http://omds.vvo.at/types/omds3types/v1_4_0/common" schemaLocation="omds3ServiceTypes.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"/>
|
||||||
|
|
||||||
<xsd:complexType name="VerkaufsproduktUnfall_Type">
|
<xsd:complexType name="VerkaufsproduktUnfall_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Typ für ein Verkaufsprodukt in der Sparte Unfall</xsd:documentation>
|
<xsd:documentation>Typ für ein Verkaufsprodukt in der Sparte Unfall</xsd:documentation>
|
||||||
@@ -17,8 +18,8 @@ elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
|||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="cst:Verkaufsprodukt_Type">
|
<xsd:extension base="cst:Verkaufsprodukt_Type">
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="Unfallversicherung" type="ProduktUnfall_Type" minOccurs="0" maxOccurs="unbounded"/>
|
<xsd:element name="Produkte" type="cst:Produkt_Type" maxOccurs="unbounded"/>
|
||||||
<xsd:element name="VersichertesInteresse" type="cst:VersichertesInteresse_Type" minOccurs="0" maxOccurs="unbounded"/>
|
<xsd:element name="VersicherteInteressen" type="cst:VersichertesInteresse_Type" maxOccurs="unbounded"/>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
@@ -36,7 +37,12 @@ elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
|||||||
<xsd:documentation>Selbstbehalt über alle Elementarprodukte einheitlich.</xsd:documentation>
|
<xsd:documentation>Selbstbehalt über alle Elementarprodukte einheitlich.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Elementarprodukt" type="ElementarproduktUnfall_Type" minOccurs="0" maxOccurs="unbounded"/>
|
<xsd:element name="Leistungsarten" type="ElementarproduktUnfall_Type" maxOccurs="unbounded"/>
|
||||||
|
<xsd:element name="VersPersonenRefLfnr" type="xsd:string" maxOccurs="unbounded">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Referenzen auf versicherte Interessen</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
@@ -49,40 +55,29 @@ elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
|||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="cst:Elementarprodukt_Type">
|
<xsd:extension base="cst:Elementarprodukt_Type">
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="VersInteresseRefLfNr" type="xsd:string" minOccurs="0">
|
<xsd:element name="VersPersonRefLfNr" type="xsd:string" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Bezug auf ein versichertes Interesse</xsd:documentation>
|
<xsd:documentation>Bezug auf ein versichertes Interesse</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Versicherungssumme" type="xsd:unsignedLong" minOccurs="0"/>
|
<xsd:element name="Versicherungssumme" type="xsd:unsignedLong" minOccurs="0"/>
|
||||||
<xsd:element name="Selbstbehalt" type="cst:Selbstbehalt_Type" minOccurs="0"/>
|
<xsd:element name="Selbstbehalt" type="cst:Selbstbehalt_Type" minOccurs="0"/>
|
||||||
<xsd:element name="OertlicherGeltungsbereich" type="OertlicherGeltungsbereichCd_Type"/>
|
|
||||||
<xsd:element name="WartezeitInMonaten" type="xsd:unsignedByte"/>
|
|
||||||
<xsd:element name="Wartezeitverzicht" type="xsd:boolean"/>
|
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:element name="ElementarproduktUnfall" type="ElementarproduktUnfall_Type"/>
|
<xsd:element name="ElementarproduktUnfall" type="ElementarproduktUnfall_Type"/>
|
||||||
<xsd:complexType name="ElementarproduktUnfallTod_Type" abstract="true">
|
<xsd:complexType name="GenElementarproduktUnfall_Type">
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="ElementarproduktUnfall_Type"/>
|
<xsd:extension base="ElementarproduktUnfall_Type">
|
||||||
</xsd:complexContent>
|
<xsd:sequence>
|
||||||
</xsd:complexType>
|
<xsd:element name="LeistungsartCode" type="xsd:string"/>
|
||||||
<xsd:complexType name="ElementarproduktUnfallInvaliditaet_Type" abstract="true">
|
</xsd:sequence>
|
||||||
<xsd:complexContent>
|
</xsd:extension>
|
||||||
<xsd:extension base="ElementarproduktUnfall_Type"/>
|
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
<xsd:element name="GenElementarproduktUnfall" type="GenElementarproduktUnfall_Type"/>
|
||||||
<!-- Der Typ Vertragsrechtsschutz_Type ist ein Beispiel für einen normierten Untertyp. In dieser Form können auch VUs eigene Untertypen definieren -->
|
<!-- Der Typ Vertragsrechtsschutz_Type ist ein Beispiel für einen normierten Untertyp. In dieser Form können auch VUs eigene Untertypen definieren -->
|
||||||
<xsd:complexType name="ElementarproduktVertragsrechtsschutz_Type" final="#all">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>Typ für ein Elementarprodukt Vertragsrechtsschutz</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:complexContent>
|
|
||||||
<xsd:extension base="ElementarproduktUnfall_Type"/>
|
|
||||||
</xsd:complexContent>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:simpleType name="OertlicherGeltungsbereichCd_Type">
|
<xsd:simpleType name="OertlicherGeltungsbereichCd_Type">
|
||||||
<xsd:restriction base="xsd:unsignedByte">
|
<xsd:restriction base="xsd:unsignedByte">
|
||||||
<xsd:enumeration value="1">
|
<xsd:enumeration value="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user