Files
productmodel/OMDSServiceDefinition/bsp/r2025_27/Einbeziehung_Flotte/FlotteVuExtension.xsd

25 lines
1.2 KiB
XML
Raw Normal View History

2025-05-13 12:39:15 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://einbeziehung.example.com/flotte"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:omds="urn:omds20"
xmlns:v="urn:at.vvo.omds.types.omds3types.v2025-27.on3vertrag"
targetNamespace="http://einbeziehung.example.com/flotte"
elementFormDefault="qualified" attributeFormDefault="qualified" version="1.11.0"
>
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v2025-27.on3vertrag" schemaLocation="../../../src/main/resources/def/r2025_27/omds3_ON3_Vertrag.xsd"/>
<xsd:import namespace="urn:omds20" schemaLocation="../../../src/main/resources/def/r2025_27/omds217-00.xsd"/>
<xsd:complexType name="AngabenEinbeziehungBeispielversicherung_Type">
<xsd:annotation>
<xsd:documentation>VU-spezifische Angaben für die Einbeziehung.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="v:AngabenEinbeziehung_Type" >
<xsd:sequence>
<xsd:element name="Haftpflichtdeckung" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="ArtKasko" type="omds:SpartenCd_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>