Code für mehrere ältere Versionen eingeschlossen, Annox verwendet, Beispiele teilweise aus dem src-Directory entfernt
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns="urn:at.vvo.kfztest" xmlns:kfz="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" xmlns:ac="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" targetNamespace="urn:at.vvo.kfztest" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.8.0">
|
||||
<xsd:import namespace="urn:omds20" schemaLocation="../../../src/main/resources/def/r1_8_0/omds214-00.xsd"/>
|
||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="../../../src/main/resources/def/r1_8_0/omds3CommonServiceTypes.xsd"/>
|
||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common" schemaLocation="../../../src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Common.xsd"/>
|
||||
<xsd:import namespace="urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz" schemaLocation="../../../src/main/resources/def/r1_8_0/omds3_ON2_Antrag_Kfz.xsd"/>
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Produktmodell Kfz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:element name="ListeKfz">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Kfz" type="kfz:KaskoKfz_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="VollkaskoKfz" type="kfz:VollkaskoKfz_Type"/>
|
||||
<xsd:element name="TeilkaskoKfz" type="kfz:TeilkaskoKfz_Type"/>
|
||||
</xsd:schema>
|
||||
Reference in New Issue
Block a user