Update auf neue Developmentversion OMDS 2.14
This commit is contained in:
@@ -397,6 +397,7 @@
|
||||
<xsd:element ref="omds:EL-Praemienfreistellung"/>
|
||||
<xsd:element ref="omds:EL-Praemienkorrektur"/>
|
||||
<xsd:element ref="omds:EL-Rahmenvereinbarung"/>
|
||||
<xsd:element ref="omds:EL-Rahmenvertrag"/>
|
||||
<xsd:element ref="omds:EL-Selbstbehalt">
|
||||
<xsd:annotation/>
|
||||
</xsd:element>
|
||||
@@ -800,7 +801,7 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
<xsd:attribute name="ObjLfnr1" type="xsd:unsignedShort" use="prohibited"/>
|
||||
<xsd:attribute name="ObjLfnr2" type="xsd:unsignedShort" use="prohibited"/>
|
||||
<xsd:attribute name="ObjLfnr3" type="xsd:unsignedShort" use="prohibited"/>
|
||||
<xsd:attribute name="RisikoArtCd" type="omds:RisikoArtCd_Type" use="optional"/>
|
||||
<xsd:attribute name="RisikoArtCd" type="omds:RisikoArtCd_Type" use="required"/>
|
||||
<xsd:attribute name="RisikoBez" use="required">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
@@ -1412,7 +1413,12 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="Datum" type="omds:Datum" use="optional"/>
|
||||
<xsd:attribute name="Datum" type="omds:Datum" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Gültig ab</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="GueltigBis" type="omds:Datum" use="optional"/>
|
||||
<xsd:attribute name="Nummer" use="required">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
@@ -1499,6 +1505,18 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
</xsd:simpleType>
|
||||
</xsd:attribute>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="EL-Rahmenvertrag" type="omds:EL-Rahmenvertrag_Type" abstract="false"/>
|
||||
<xsd:complexType name="EL-Rahmenvertrag_Type">
|
||||
<xsd:attribute name="RahmenvertragsartCd" type="omds:RahmenvertragsartCd_Type" use="required"/>
|
||||
<xsd:attribute name="Rahmenvertragsnummer" use="required">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="20"/>
|
||||
<xsd:minLength value="1"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:attribute>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="EL-Selbstbehalt" abstract="false">
|
||||
<xsd:complexType>
|
||||
<xsd:complexContent>
|
||||
@@ -4461,7 +4479,7 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Betreuungsprovision</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="E">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Einmalprovision</xsd:documentation>
|
||||
@@ -5188,6 +5206,68 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
</xsd:enumeration>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:simpleType name="RahmenvertragsartCd_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Rahmenvertragsart</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="01">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Sammelversicherung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="02">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Gruppenversicherung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="03">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Betriebsversicherung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="04">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Beobachtungsversicherung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="05">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Angestellte</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="06">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Makler</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="07">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Großkunde</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="08">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>KMU</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="09">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Leasing</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="10">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Vorsorge</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="99">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>sonstiges</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:simpleType name="SbhArtCd_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Selbstbehaltart</xsd:documentation>
|
||||
@@ -5754,6 +5834,11 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
<xsd:documentation>Gesellschaftsform</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="RahmenvertragsartCd">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Rahmenvertragsart</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:simpleType name="SonstPersArtCd_Type">
|
||||
@@ -8109,7 +8194,6 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
<xsd:documentation>Erwerbs- und Wirtschaftsgenossenschaft</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="EUR">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Ausländ./EU Rechtsform</xsd:documentation>
|
||||
@@ -8140,6 +8224,21 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
<xsd:documentation>Verein</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="WEG">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Wohnungseigentümergemeinschaft</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="EWI">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Europäische Wirtschaftliche Interessenvereinigung</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="ARG">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Arbeitsgemeinschaft</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:group name="bestand">
|
||||
@@ -8156,4 +8255,4 @@ WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:docu
|
||||
<xsd:element ref="omds:VERTRAGSFONDS" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:group>
|
||||
</xsd:schema>
|
||||
</xsd:schema>
|
||||
Reference in New Issue
Block a user