diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-03 11:36:01 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-03 11:36:01 +0200 |
commit | 60279f133675413d7bb80abf3613d56b177c1049 (patch) | |
tree | 4772d26187a165be92a4e2dfdd2d8d4315d749a3 /src/main/resources/mzs2.0.0 | |
parent | 47c70dd6a24c143fa1a553fd2a95c15b0d5a7d53 (diff) | |
download | moa-zs-60279f133675413d7bb80abf3613d56b177c1049.tar.gz moa-zs-60279f133675413d7bb80abf3613d56b177c1049.tar.bz2 moa-zs-60279f133675413d7bb80abf3613d56b177c1049.zip |
Remove Comments and Outdated Elements in app2mzs
Diffstat (limited to 'src/main/resources/mzs2.0.0')
-rw-r--r-- | src/main/resources/mzs2.0.0/app2mzs.xsd | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/main/resources/mzs2.0.0/app2mzs.xsd b/src/main/resources/mzs2.0.0/app2mzs.xsd index 0a7fc3e..cad5b1f 100644 --- a/src/main/resources/mzs2.0.0/app2mzs.xsd +++ b/src/main/resources/mzs2.0.0/app2mzs.xsd @@ -1,16 +1,10 @@ <?xml version="1.0"?> -<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Arne Tauber (Technische Universität Graz) --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:p="http://reference.e-government.gv.at/namespace/mzs/persondata#" xmlns="http://reference.e-government.gv.at/namespace/mzs/app2mzs#" targetNamespace="http://reference.e-government.gv.at/namespace/mzs/app2mzs#" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:import namespace="http://reference.e-government.gv.at/namespace/mzs/persondata#" schemaLocation="mzs_mypersondata_en.xsd"/> - <!--### Webservice Nachrichten: Request-Response ###--> - <!--### Zustellstückanlieferung, synchronous communication ###--> <xs:element name="DeliveryRequest" type="DeliveryRequestType"/> <xs:complexType name="DeliveryRequestType"> <xs:sequence> <xs:element name="Server" minOccurs="0"> - <xs:annotation> - <xs:documentation>Falls angegeben, wird keine Zustellkopfabfrage durchgeführt.</xs:documentation> - </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ZUSEUrlID" type="xs:anyURI"/> @@ -19,16 +13,12 @@ </xs:complexType> </xs:element> <xs:element name="Sender"> - <xs:annotation> - <xs:documentation>Alle weiteren Daten sind im Konfigurationsprofil gespeichert</xs:documentation> - </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="ProfileID" type="xs:string"/> <xs:sequence> <xs:element ref="p:Person"/> - <xs:element ref="p:Address" minOccurs="0" maxOccurs="unbounded"/> <xs:choice> <xs:element name="WebserviceURL"> <xs:complexType> @@ -52,13 +42,6 @@ </xs:choice> </xs:sequence> </xs:choice> - <xs:sequence> - <xs:element name="SignatureKeyID" type="xs:string" minOccurs="0"> - <xs:annotation> - <xs:documentation>fuer Signatur mit MOA-SS</xs:documentation> - </xs:annotation> - </xs:element> - </xs:sequence> </xs:sequence> </xs:complexType> </xs:element> @@ -221,7 +204,6 @@ </xs:complexType> </xs:element> </xs:sequence> - <xs:attribute name="sync" type="xs:boolean"/> </xs:complexType> <xs:element name="DeliveryResponse" type="DeliveryResponseType"/> <xs:complexType name="DeliveryResponseType"> @@ -236,7 +218,6 @@ <xs:element ref="Error"/> </xs:choice> </xs:complexType> - <!--### ProgressNotifiaction, Failure notices, asynchronous communication ###--> <xs:element name="DeliveryNotification" type="DeliveryNotificationType"> <xs:annotation> <xs:documentation>asynchronous communication moazs2app</xs:documentation> @@ -261,7 +242,6 @@ <xs:element ref="MZSDeliveryID"/> </xs:sequence> </xs:complexType> - <!--### Globale Elemente ###--> <xs:element name="AppDeliveryID" nillable="false"> <xs:simpleType> <xs:restriction base="xs:token"> @@ -272,7 +252,6 @@ </xs:element> <xs:element name="MZSDeliveryID" type="xs:string"/> <xs:element name="Receiver" type="p:PersonDataType"/> - <!--### Response/Notification Untertypen ###--> <xs:element name="Success" type="SuccessType"> <xs:annotation> <xs:documentation>Zustellstück was successfully delivered to MOA-ZS</xs:documentation> @@ -329,7 +308,6 @@ </xs:extension> </xs:complexContent> </xs:complexType> - <!--### Abstrakter Antworten Typ ###--> <xs:complexType name="MessageType"> <xs:annotation> <xs:documentation>abstract message type</xs:documentation> |