Markiert Choice für Teil-Vollkasko als deprecated, da es für Wechselkennzeichen nicht funktioniert.

Neue Attribute für CO2 Messverfahren wie bei OMDS 2.
This commit is contained in:
2023-06-16 14:11:24 +02:00
parent 788f8c4576
commit f1dbf632c8
2 changed files with 30 additions and 1 deletions

View File

@@ -2572,7 +2572,33 @@
</xsd:attribute>
<xsd:attribute name="Hubraum" type="xsd:unsignedShort" use="optional"/>
<xsd:attribute name="AntriebsArtCd" type="omds:AntriebsArtCd_Type" use="optional"/>
<xsd:attribute name="CO2_Ausstoss" type="xsd:unsignedShort" use="optional"/>
<xsd:attribute name="CO2_Ausstoss" type="xsd:unsignedShort" use="optional">
<xsd:annotation>
<xsd:documentation>CO²-Emission g/km
NEFZ: Messzyklus für PKW und leichte LKW (Klassen M1, N1)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="CO2_WLTP_WMTC" type="xsd:unsignedShort" use="optional">
<xsd:annotation>
<xsd:documentation>CO²-Emission g/km
WLTP: Messzyklus für PKW und leichte LKW (Klassen M1, N1)
WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Kraftstoffverbr_NEFZ" type="omds:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>Kraftstoffverbrauch
NEFZ: Messzyklus für PKW und leichte LKW (Klassen M1, N1)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Kraftstoffverbr_WLTP_WMTC" type="omds:decimal" use="optional">
<xsd:annotation>
<xsd:documentation>Kraftstoffverbrauch
WLTP: Messzyklus für PKW und leichte LKW (Klassen M1, N1)
WMTC: Messzyklus für Motorräder (Klassen L1e, L2e, L3e, L4e und L5e)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Fahrgestnr" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string">

View File

@@ -54,6 +54,9 @@
<xsd:sequence>
<xsd:element name="Haftpflicht" type="HaftpflichtKfz_Type" minOccurs="0"/>
<xsd:choice>
<xsd:annotation>
<xsd:documentation>Deprecated: Kann fuer Wechselkennzeichen nicht verwendet werden. Verwende statt dessen Elemente "Kasko".</xsd:documentation>
</xsd:annotation>
<xsd:element name="Teilkasko" type="TeilkaskoKfz_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Vollkasko" type="VollkaskoKfz_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>