UV Weiterarbeit

This commit is contained in:
2019-05-08 10:52:20 +02:00
parent fc59e6345c
commit 8216909c9f
2 changed files with 13 additions and 17 deletions

View File

@@ -1,15 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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:cst="http://omds.vvo.at/types/omds3types/v1_4_0/common"
xmlns:ost="http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes"
xmlns:ac="http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common"
targetNamespace="http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/unfall"
elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
<!-- Mit XMLSpy v2017 rel. 3 (http://www.altova.com) von Jens Buehring (Kap Dion GmbH) bearbeitet -->
<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:cst="http://omds.vvo.at/types/omds3types/v1_4_0/common" xmlns:ost="http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes" xmlns:ac="http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common" targetNamespace="http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/unfall" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
<xsd:import namespace="http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes" 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="omds3CommonServiceTypes.xsd"/>
<xsd:import namespace="http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes" schemaLocation="omds3ServiceTypes.xsd"/>
<xsd:import namespace="http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common" schemaLocation="omds3_ON2_Antrag_Common.xsd"/>
<xsd:complexType name="VerkaufsproduktUnfall_Type">
<xsd:annotation>
@@ -18,8 +12,8 @@ elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
<xsd:complexContent>
<xsd:extension base="cst:Verkaufsprodukt_Type">
<xsd:sequence>
<xsd:element name="Unfallversicherung" type="ProduktUnfall_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="VersichertesInteresse" type="cst:VersichertesInteresse_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Produkte" type="cst:Produkt_Type" maxOccurs="unbounded"/>
<xsd:element name="VersicherteInteressen" type="cst:VersichertesInteresse_Type" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
@@ -37,7 +31,12 @@ elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
<xsd:documentation>Selbstbehalt über alle Elementarprodukte einheitlich.</xsd:documentation>
</xsd:annotation>
</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:extension>
</xsd:complexContent>
@@ -50,16 +49,13 @@ elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
<xsd:complexContent>
<xsd:extension base="cst:Elementarprodukt_Type">
<xsd:sequence>
<xsd:element name="VersInteresseRefLfNr" type="xsd:string" minOccurs="0">
<xsd:element name="VersPersonRefLfNr" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Bezug auf ein versichertes Interesse</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Versicherungssumme" type="xsd:unsignedLong" 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:extension>
</xsd:complexContent>