Ergänzung 1.6 Antrag Ergebnismöglichkeiten
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -296,6 +296,33 @@
|
|||||||
</xsd:enumeration>
|
</xsd:enumeration>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
|
<xsd:simpleType name="SubmitApplicationStatusType">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Definition des Rückegabestatus für eingespielte Anträge</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:restriction base="xsd:int">
|
||||||
|
<xsd:enumeration value="0">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>technischer Fehler bei Backend Verarbeitung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="1">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Antrag angenommen</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="2">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Antrag angenommen und direkt polizziert</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
<xsd:enumeration value="3">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Antrag nicht angenommen</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:enumeration>
|
||||||
|
</xsd:restriction>
|
||||||
|
</xsd:simpleType>
|
||||||
<xsd:element name="OrdnungsbegriffZuordFremd">
|
<xsd:element name="OrdnungsbegriffZuordFremd">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Ein Ordnungsbegriff aus einem Fremdsystem, welcher dabei hilft die Kommunikation zwischen zwei Systemen zu vereinfachen</xsd:documentation>
|
<xsd:documentation>Ein Ordnungsbegriff aus einem Fremdsystem, welcher dabei hilft die Kommunikation zwischen zwei Systemen zu vereinfachen</xsd:documentation>
|
||||||
@@ -426,6 +453,22 @@
|
|||||||
<xsd:element name="Kontierung" type="Kontierung_Type" minOccurs="0" maxOccurs="3"/>
|
<xsd:element name="Kontierung" type="Kontierung_Type" minOccurs="0" maxOccurs="3"/>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
<xsd:complexType name="SubmitApplicationResponse_Type" abstract="true">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Typ für die Antragseinspielung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:complexContent>
|
||||||
|
<xsd:extension base="CommonResponse_Type">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Antragstatus" type="SubmitApplicationStatusType">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>aktueller Status des eingespielten Antrages</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:complexContent>
|
||||||
|
</xsd:complexType>
|
||||||
<xsd:complexType name="Dateianhang_Type">
|
<xsd:complexType name="Dateianhang_Type">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Dateianhang welcher an einen Geschäftsfall hinzugefügt werden kann
|
<xsd:documentation>Dateianhang welcher an einen Geschäftsfall hinzugefügt werden kann
|
||||||
|
|||||||
@@ -2681,7 +2681,7 @@
|
|||||||
<xsd:documentation>Typ des Responseobjekts für eine Antragseinreichung Kfz</xsd:documentation>
|
<xsd:documentation>Typ des Responseobjekts für eine Antragseinreichung Kfz</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="omdsc:CommonResponse_Type"/>
|
<xsd:extension base="omdsc:SubmitApplicationResponse_Type"/>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
|
|||||||
Reference in New Issue
Block a user