{ "openapi" : "3.0.1", "info" : { "title" : "ERNP", "version" : "1.0.0" }, "servers" : [ { "url" : "https://stportal.bmi.intra.gv.at/at.gv.bmi.erpsrv-p/srv/rest/", "description" : "Produktion", "variables" : { } }, { "url" : "https://stportal.bmi.intra.gv.at/at.gv.bmi.erpsrv-e/srv/rest/", "description" : "Entwicklung", "variables" : { } }, { "url" : "https://stportal.bmi.intra.gv.at/at.gv.bmi.erpsrv-t/srv/rest/", "description" : "Interne Test", "variables" : { } }, { "url" : "https://stportal.bmi.intra.gv.at/at.gv.bmi.erpsrv-a/srv/rest/", "description" : "Externe Test", "variables" : { } }, { "url" : "https://stportal.bmi.intra.gv.at/at.gv.bmi.erpsrv-b/srv/rest/", "description" : "Businespartner Test", "variables" : { } }, { "url" : "http://localhost:29200/at.gv.bmi.erpv01-d/srv/rest/", "description" : "Lokal", "variables" : { } }, { "url" : "http://localhost:29200/at.gv.bmi.erpv01-e/srv/rest/", "description" : "Entwicklung (kein Portal)", "variables" : { } }, { "url" : "http://localhost:29200/at.gv.bmi.erpv01-t/srv/rest/", "description" : "Interne Test (kein Portal)", "variables" : { } }, { "url" : "http://localhost:29200/at.gv.bmi.erpv01-a/srv/rest/", "description" : "Externe Test (kein Portal)", "variables" : { } }, { "url" : "http://localhost:29200/at.gv.bmi.erpv11-a/srv/rest/", "description" : "Businespartner Test (kein Portal)", "variables" : { } } ], "paths" : { "/eidas/person/aendern" : { "post" : { "operationId" : "aendern", "parameters" : [ { "name" : "Client-Request-Time", "in" : "header", "description" : "Client-Requestzeit im ISO-8601 Format mit optionaler Zeitzone (zb '2016-10-27T16:36:08.993')", "schema" : { "type" : "string", "format" : "date-time" } }, { "name" : "Client-Request-Id", "in" : "header", "description" : "Client-Request ID (um Systemübergreifende Fehlersuche zu vereinfachen)", "schema" : { "type" : "string" } }, { "name" : "Client-Behkz", "in" : "header", "description" : "Client-Behördenkennzeichen", "required" : true, "schema" : { "type" : "string" } }, { "name" : "Client-Name", "in" : "header", "description" : "Client-Name bzw Applikationskürzel und Version des aufrufenden Systems (zb 'ZMR 3.4.5')", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/PersonAendern" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/PersonAendern" } } } }, "responses" : { "default" : { "description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/AendernResponse" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/AendernResponse" } } } }, "4XX" : { "description" : "Client Fehler (kann vom Client behoben werden)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } }, "5XX" : { "description" : "Server Fehler (normalerweise nicht vom Client behebbar)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } } } } }, "/eidas/person/anlegen" : { "post" : { "operationId" : "anlegen", "parameters" : [ { "name" : "Client-Request-Time", "in" : "header", "description" : "Client-Requestzeit im ISO-8601 Format mit optionaler Zeitzone (zb '2016-10-27T16:36:08.993')", "schema" : { "type" : "string", "format" : "date-time" } }, { "name" : "Client-Request-Id", "in" : "header", "description" : "Client-Request ID (um Systemübergreifende Fehlersuche zu vereinfachen)", "schema" : { "type" : "string" } }, { "name" : "Client-Behkz", "in" : "header", "description" : "Client-Behördenkennzeichen", "required" : true, "schema" : { "type" : "string" } }, { "name" : "Client-Name", "in" : "header", "description" : "Client-Name bzw Applikationskürzel und Version des aufrufenden Systems (zb 'ZMR 3.4.5')", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/PersonAnlegen" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/PersonAnlegen" } } } }, "responses" : { "default" : { "description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/AnlegenResponse" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/AnlegenResponse" } } } }, "4XX" : { "description" : "Client Fehler (kann vom Client behoben werden)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } }, "5XX" : { "description" : "Server Fehler (normalerweise nicht vom Client behebbar)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } } } } }, "/eidas/info" : { "get" : { "operationId" : "getInfo", "parameters" : [ { "name" : "Client-Request-Time", "in" : "header", "description" : "Client-Requestzeit im ISO-8601 Format mit optionaler Zeitzone (zb '2016-10-27T16:36:08.993')", "schema" : { "type" : "string", "format" : "date-time" } }, { "name" : "Client-Request-Id", "in" : "header", "description" : "Client-Request ID (um Systemübergreifende Fehlersuche zu vereinfachen)", "schema" : { "type" : "string" } }, { "name" : "Client-Behkz", "in" : "header", "description" : "Client-Behördenkennzeichen", "schema" : { "type" : "string" } }, { "name" : "Client-Name", "in" : "header", "description" : "Client-Name bzw Applikationskürzel und Version des aufrufenden Systems (zb 'ZMR 3.4.5')", "schema" : { "type" : "string" } } ], "responses" : { "default" : { "description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/ServiceInfoResponse" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/ServiceInfoResponse" } } } }, "4XX" : { "description" : "Client Fehler (kann vom Client behoben werden)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } }, "5XX" : { "description" : "Server Fehler (normalerweise nicht vom Client behebbar)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } } } } }, "/eidas/person/loeschen" : { "post" : { "operationId" : "loeschen", "parameters" : [ { "name" : "Client-Request-Time", "in" : "header", "description" : "Client-Requestzeit im ISO-8601 Format mit optionaler Zeitzone (zb '2016-10-27T16:36:08.993')", "schema" : { "type" : "string", "format" : "date-time" } }, { "name" : "Client-Request-Id", "in" : "header", "description" : "Client-Request ID (um Systemübergreifende Fehlersuche zu vereinfachen)", "schema" : { "type" : "string" } }, { "name" : "Client-Behkz", "in" : "header", "description" : "Client-Behördenkennzeichen", "required" : true, "schema" : { "type" : "string" } }, { "name" : "Client-Name", "in" : "header", "description" : "Client-Name bzw Applikationskürzel und Version des aufrufenden Systems (zb 'ZMR 3.4.5')", "required" : true, "schema" : { "type" : "string" } }, { "name" : "id", "in" : "query", "schema" : { "type" : "array", "items" : { "type" : "integer", "format" : "int64" } } } ], "responses" : { "default" : { "description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204" }, "4XX" : { "description" : "Client Fehler (kann vom Client behoben werden)", "content" : { "*/*" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } }, "5XX" : { "description" : "Server Fehler (normalerweise nicht vom Client behebbar)", "content" : { "*/*" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } } } } }, "/eidas/person/stornieren" : { "post" : { "operationId" : "stornieren", "parameters" : [ { "name" : "Client-Request-Time", "in" : "header", "description" : "Client-Requestzeit im ISO-8601 Format mit optionaler Zeitzone (zb '2016-10-27T16:36:08.993')", "schema" : { "type" : "string", "format" : "date-time" } }, { "name" : "Client-Request-Id", "in" : "header", "description" : "Client-Request ID (um Systemübergreifende Fehlersuche zu vereinfachen)", "schema" : { "type" : "string" } }, { "name" : "Client-Behkz", "in" : "header", "description" : "Client-Behördenkennzeichen", "required" : true, "schema" : { "type" : "string" } }, { "name" : "Client-Name", "in" : "header", "description" : "Client-Name bzw Applikationskürzel und Version des aufrufenden Systems (zb 'ZMR 3.4.5')", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/StornierenRequestPerson" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/StornierenRequestPerson" } } } }, "responses" : { "default" : { "description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/StornierenResponse" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/StornierenResponse" } } } }, "4XX" : { "description" : "Client Fehler (kann vom Client behoben werden)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } }, "5XX" : { "description" : "Server Fehler (normalerweise nicht vom Client behebbar)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } } } } }, "/eidas/person/suchen" : { "post" : { "operationId" : "suchen", "parameters" : [ { "name" : "Client-Request-Time", "in" : "header", "description" : "Client-Requestzeit im ISO-8601 Format mit optionaler Zeitzone (zb '2016-10-27T16:36:08.993')", "schema" : { "type" : "string", "format" : "date-time" } }, { "name" : "Client-Request-Id", "in" : "header", "description" : "Client-Request ID (um Systemübergreifende Fehlersuche zu vereinfachen)", "schema" : { "type" : "string" } }, { "name" : "Client-Behkz", "in" : "header", "description" : "Client-Behördenkennzeichen", "required" : true, "schema" : { "type" : "string" } }, { "name" : "Client-Name", "in" : "header", "description" : "Client-Name bzw Applikationskürzel und Version des aufrufenden Systems (zb 'ZMR 3.4.5')", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/PersonSuchen" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/PersonSuchen" } } } }, "responses" : { "default" : { "description" : "Erfolgreicher Response hat Status 200 wenn Responsepayload vorhanden, sonst 204", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/SuchenResponse" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/SuchenResponse" } } } }, "4XX" : { "description" : "Client Fehler (kann vom Client behoben werden)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } }, "5XX" : { "description" : "Server Fehler (normalerweise nicht vom Client behebbar)", "content" : { "application/json" : { "schema" : { "$ref" : "#/components/schemas/Fault" } }, "application/xml" : { "schema" : { "$ref" : "#/components/schemas/Fault" } } } } } } } }, "components" : { "schemas" : { "AendernResponse" : { "required" : [ "person" ], "type" : "object", "properties" : { "person" : { "$ref" : "#/components/schemas/Person" } }, "xml" : { "name" : "AendernResponse", "namespace" : "http://bmi.gv.at/ernp" } }, "AkademischerGrad" : { "required" : [ "ebene", "kurzerName", "langerName", "stellung" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "ausgestelltVon" : { "$ref" : "#/components/schemas/AusgestelltVon" }, "ebene" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Ebene" } }, "stellung" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Stellung" } }, "langerName" : { "maxLength" : 90, "minLength" : 1, "type" : "string", "xml" : { "name" : "LangerName" } }, "kurzerName" : { "maxLength" : 30, "minLength" : 1, "type" : "string", "xml" : { "name" : "KurzerName" } } } }, "Anschrift" : { "required" : [ "kennzeichen", "staat", "strasse", "type" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "staat" : { "$ref" : "#/components/schemas/Staat" }, "gemeinde" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Gemeinde" } }, "strasse" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Strasse" } }, "postleitzahl" : { "maxLength" : 9, "minLength" : 1, "type" : "string", "xml" : { "name" : "Postleitzahl" } }, "hausnummer" : { "maxLength" : 32, "minLength" : 1, "type" : "string", "xml" : { "name" : "Hausnummer" } }, "adresszusatz" : { "maxLength" : 60, "minLength" : 1, "type" : "string", "xml" : { "name" : "Adresszusatz" } }, "stiege" : { "maxLength" : 75, "minLength" : 1, "type" : "string", "xml" : { "name" : "Stiege" } }, "tuer" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "name" : "Tuer" } }, "kontaktinformationen" : { "$ref" : "#/components/schemas/Kontaktinformationen" }, "kennzeichen" : { "type" : "array", "xml" : { "name" : "AnschriftKennzeichen" }, "items" : { "type" : "string" } }, "type" : { "type" : "string" } }, "discriminator" : { "propertyName" : "type" } }, "AnschriftInland" : { "required" : [ "gemeinde", "hausnummer", "kennzeichen", "ort", "postleitzahl", "staat", "strasse" ], "type" : "object", "allOf" : [ { "$ref" : "#/components/schemas/Anschrift" }, { "type" : "object", "properties" : { "adressstatus" : { "maxLength" : 9, "minLength" : 1, "type" : "string", "xml" : { "name" : "Adressstatus" } }, "ort" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Ort" } }, "ortZweisprachig" : { "maxLength" : 45, "minLength" : 1, "type" : "string", "xml" : { "name" : "OrtZweisprachig" } }, "postort" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Postort" } }, "codes" : { "$ref" : "#/components/schemas/Anschriftcodes" }, "auskunftssperre" : { "type" : "boolean", "xml" : { "name" : "Auskunftssperre" } }, "wohnsitzqualitaet" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Wohnsitzqualitaet" } } } } ] }, "AnschriftInlandAgs" : { "required" : [ "gemeinde", "hausnummer", "kennzeichen", "ort", "postleitzahl", "staat", "strasse" ], "type" : "object", "allOf" : [ { "$ref" : "#/components/schemas/Anschrift" }, { "type" : "object", "properties" : { "adressstatus" : { "maxLength" : 9, "minLength" : 1, "type" : "string", "xml" : { "name" : "Adressstatus" } }, "ort" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Ort" } }, "ortZweisprachig" : { "maxLength" : 45, "minLength" : 1, "type" : "string", "xml" : { "name" : "OrtZweisprachig" } }, "postort" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Postort" } }, "codes" : { "$ref" : "#/components/schemas/Anschriftcodes" }, "auskunftssperre" : { "type" : "boolean", "xml" : { "name" : "Auskunftssperre" } }, "wohnsitzqualitaet" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Wohnsitzqualitaet" } }, "detailgrad" : { "type" : "string", "xml" : { "name" : "Detailgrad" } }, "nutzungsartCode" : { "type" : "string", "xml" : { "name" : "NutzungsartCode" } }, "gebaeudeeigenschaft" : { "type" : "string", "xml" : { "name" : "Gebaeudeeigenschaft" } }, "identAdresse" : { "maxLength" : 2, "minLength" : 1, "type" : "string", "xml" : { "name" : "IdentAdresse" } } } } ] }, "Anschriftcodes" : { "type" : "object", "properties" : { "adresscode" : { "maxLength" : 7, "minLength" : 7, "type" : "string", "xml" : { "name" : "Adresscode", "attribute" : true } }, "subcode" : { "maxLength" : 3, "minLength" : 3, "type" : "string", "xml" : { "name" : "Subcode", "attribute" : true } }, "ortskennziffer" : { "maxLength" : 5, "minLength" : 5, "type" : "string", "xml" : { "name" : "Ortskennziffer", "attribute" : true } }, "strassenkennziffer" : { "maxLength" : 6, "minLength" : 6, "type" : "string", "xml" : { "name" : "Strassenkennziffer", "attribute" : true } }, "objektnummer" : { "maxLength" : 7, "minLength" : 7, "type" : "string", "xml" : { "name" : "Objektnummer", "attribute" : true } }, "nutzungseinheitlaufnummer" : { "maxLength" : 4, "minLength" : 4, "type" : "string", "xml" : { "name" : "Nutzungseinheitlaufnummer", "attribute" : true } }, "adrRefkey" : { "maxLength" : 12, "minLength" : 1, "type" : "string", "xml" : { "name" : "AdrRefkey", "attribute" : true } }, "gbrRefkey" : { "maxLength" : 12, "minLength" : 1, "type" : "string", "xml" : { "name" : "GbrRefkey", "attribute" : true } }, "gemeindekennziffer" : { "maxLength" : 5, "minLength" : 5, "type" : "string", "xml" : { "name" : "Gemeindekennziffer", "attribute" : true } } } }, "AusgestelltVon" : { "required" : [ "behoerde", "datum", "staat" ], "type" : "object", "properties" : { "datum" : { "type" : "string", "format" : "date", "xml" : { "name" : "Datum" } }, "behoerde" : { "maxLength" : 90, "minLength" : 1, "type" : "string", "xml" : { "name" : "Behoerde" } }, "staat" : { "$ref" : "#/components/schemas/Staat" } } }, "Benutzer" : { "type" : "object", "properties" : { "benutzer" : { "type" : "string", "xml" : { "attribute" : true } }, "behoerdenschluessel" : { "type" : "string", "xml" : { "attribute" : true } } } }, "Eidas" : { "required" : [ "art", "staatscode2", "wert" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "art" : { "maxLength" : 256, "minLength" : 1, "type" : "string", "xml" : { "name" : "Art" } }, "wert" : { "maxLength" : 256, "minLength" : 1, "type" : "string", "xml" : { "name" : "Wert" } }, "ausstellDatum" : { "type" : "string", "format" : "date", "xml" : { "name" : "AusstellDatum" } }, "ablaufDatum" : { "type" : "string", "format" : "date", "xml" : { "name" : "AblaufDatum" } }, "ausstellBehoerde" : { "maxLength" : 90, "minLength" : 1, "type" : "string", "xml" : { "name" : "AusstellBehoerde" } }, "staatscode2" : { "maxLength" : 2, "minLength" : 1, "type" : "string", "xml" : { "name" : "Staatscode2" } } } }, "Kontaktinformationen" : { "type" : "object", "properties" : { "firmenname1" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Firmenname1" } }, "firmenname2" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Firmenname2" } }, "ansprechpartner" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Ansprechpartner" } }, "telefon" : { "maxLength" : 25, "minLength" : 1, "type" : "string", "xml" : { "name" : "Telefon" } }, "mobil" : { "maxLength" : 25, "minLength" : 1, "type" : "string", "xml" : { "name" : "Mobil" } }, "fax" : { "maxLength" : 25, "minLength" : 1, "type" : "string", "xml" : { "name" : "Fax" } }, "email" : { "maxLength" : 60, "minLength" : 1, "type" : "string", "xml" : { "name" : "Email" } }, "postfach" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "name" : "Postfach" } } } }, "LetzteOperation" : { "required" : [ "begruendung" ], "type" : "object", "properties" : { "begruendung" : { "maxLength" : 228, "minLength" : 1, "type" : "string", "xml" : { "name" : "Begruendung" } }, "durchgefuehrtVon" : { "$ref" : "#/components/schemas/Benutzer" }, "vorgang" : { "type" : "string", "xml" : { "attribute" : true } }, "zeitpunkt" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "grund" : { "maxLength" : 75, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } } } }, "PartialDate" : { "required" : [ "jahr" ], "type" : "object", "properties" : { "jahr" : { "type" : "integer", "format" : "int32", "xml" : { "attribute" : true } }, "monat" : { "type" : "integer", "format" : "int32", "xml" : { "attribute" : true } }, "tag" : { "type" : "integer", "format" : "int32", "xml" : { "attribute" : true } } } }, "Person" : { "required" : [ "letzteOperation", "personendaten", "qkz", "type" ], "type" : "object", "properties" : { "letzteOperation" : { "$ref" : "#/components/schemas/LetzteOperation" }, "personendaten" : { "$ref" : "#/components/schemas/PersonendatenErgebnis" }, "anschrift" : { "type" : "array", "xml" : { "name" : "Anschrift" }, "items" : { "$ref" : "#/components/schemas/Anschrift" } }, "akademischerGrad" : { "type" : "array", "xml" : { "name" : "AkademischerGrad" }, "items" : { "$ref" : "#/components/schemas/AkademischerGrad" } }, "reisedokument" : { "type" : "array", "xml" : { "name" : "Reisedokument" }, "items" : { "$ref" : "#/components/schemas/Reisedokument" } }, "sonstigesDokument" : { "type" : "array", "xml" : { "name" : "SonstigesDokument" }, "items" : { "$ref" : "#/components/schemas/SonstigesDokument" } }, "staatsangehoerigkeit" : { "type" : "array", "xml" : { "name" : "Staatsangehoerigkeit" }, "items" : { "$ref" : "#/components/schemas/Staatsangehoerigkeit" } }, "eidas" : { "type" : "array", "xml" : { "name" : "Eidas" }, "items" : { "$ref" : "#/components/schemas/Eidas" } }, "qkz" : { "type" : "array", "xml" : { "name" : "Qkz" }, "items" : { "type" : "string" } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "version" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "type" : { "type" : "string" } }, "discriminator" : { "propertyName" : "type" } }, "PersonendatenErgebnis" : { "required" : [ "familienname", "geburtsdatum", "geschlecht", "vorname" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "familienname" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "Familienname" } }, "nameVorEhe" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "NameVorEhe" } }, "vorname" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "Vorname" } }, "sonstigerName" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "SonstigerName" } }, "geburtsbundesland" : { "type" : "string", "xml" : { "name" : "Geburtsbundesland" }, "enum" : [ "Burgenland", "Kärnten", "Niederösterreich", "Oberösterreich", "Salzburg", "Steiermark", "Tirol", "Vorarlberg", "Wien" ] }, "geburtsort" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Geburtsort" } }, "geburtsstaat" : { "$ref" : "#/components/schemas/Staat" }, "geburtsdatum" : { "$ref" : "#/components/schemas/PartialDate" }, "geschlecht" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Geschlecht" } }, "basiszahl" : { "maxLength" : 12, "minLength" : 12, "type" : "string", "xml" : { "name" : "Basiszahl" } }, "kitquelle" : { "maxLength" : 12, "minLength" : 12, "type" : "string", "xml" : { "name" : "Kitquelle" } }, "bpkZp" : { "maxLength" : 28, "minLength" : 28, "type" : "string", "xml" : { "name" : "BpkZp" } }, "fremdBpkBmiZp" : { "maxLength" : 172, "minLength" : 172, "type" : "string", "xml" : { "name" : "FremdBpkBmiZp" } }, "sterbedatum" : { "$ref" : "#/components/schemas/PartialDate" }, "geprueft" : { "type" : "boolean", "xml" : { "name" : "Geprueft" } } } }, "Reisedokument" : { "required" : [ "art", "nummer" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "ausgestelltVon" : { "$ref" : "#/components/schemas/AusgestelltVon" }, "art" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Art" } }, "nummer" : { "maxLength" : 256, "minLength" : 1, "type" : "string", "xml" : { "name" : "Nummer" } } } }, "SonstigesDokument" : { "required" : [ "art", "nummer" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "ausgestelltVon" : { "$ref" : "#/components/schemas/AusgestelltVon" }, "art" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Art" } }, "lichtbildausweis" : { "type" : "boolean", "xml" : { "name" : "Lichtbildausweis" } }, "nummer" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Nummer" } }, "name" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Name" } } } }, "Staat" : { "type" : "object", "properties" : { "isoCode3" : { "maxLength" : 3, "minLength" : 3, "type" : "string", "xml" : { "attribute" : true } }, "name" : { "maxLength" : 45, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } } } }, "Staatsangehoerigkeit" : { "required" : [ "staat" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "staat" : { "$ref" : "#/components/schemas/Staat" } } }, "ZmrPerson" : { "required" : [ "letzteOperation", "personendaten", "qkz" ], "type" : "object", "allOf" : [ { "$ref" : "#/components/schemas/Person" }, { "type" : "object", "properties" : { "auskunftssperre" : { "type" : "boolean", "xml" : { "name" : "Auskunftssperre" } } } } ] }, "Fault" : { "required" : [ "message" ], "type" : "object", "properties" : { "message" : { "type" : "string", "xml" : { "name" : "Message" } }, "faultDetails" : { "$ref" : "#/components/schemas/FaultDetails" } }, "xml" : { "name" : "Fault", "namespace" : "http://bmi.gv.at/ernp" } }, "FaultDetails" : { "required" : [ "fault" ], "type" : "object", "properties" : { "faultNumber" : { "type" : "integer", "format" : "int32", "xml" : { "name" : "FaultNumber" } }, "fault" : { "minItems" : 1, "type" : "array", "xml" : { "name" : "Fault" }, "items" : { "$ref" : "#/components/schemas/FaultDetailsEntry" } } } }, "FaultDetailsEntry" : { "type" : "object", "properties" : { "key" : { "type" : "string", "xml" : { "attribute" : true } }, "message" : { "type" : "string", "xml" : { "attribute" : true } } } }, "Aendern" : { "type" : "object", "properties" : { "personendaten" : { "$ref" : "#/components/schemas/Personendaten" }, "anschrift" : { "type" : "array", "xml" : { "name" : "Anschrift" }, "items" : { "$ref" : "#/components/schemas/Anschrift" } }, "akademischerGrad" : { "type" : "array", "xml" : { "name" : "AkademischerGrad" }, "items" : { "$ref" : "#/components/schemas/AkademischerGrad" } }, "reisedokument" : { "type" : "array", "xml" : { "name" : "Reisedokument" }, "items" : { "$ref" : "#/components/schemas/Reisedokument" } }, "sonstigesDokument" : { "type" : "array", "xml" : { "name" : "SonstigesDokument" }, "items" : { "$ref" : "#/components/schemas/SonstigesDokument" } }, "staatsangehoerigkeit" : { "type" : "array", "xml" : { "name" : "Staatsangehoerigkeit" }, "items" : { "$ref" : "#/components/schemas/Staatsangehoerigkeit" } }, "eidas" : { "type" : "array", "xml" : { "name" : "Eidas" }, "items" : { "$ref" : "#/components/schemas/Eidas" } } } }, "Anlegen" : { "type" : "object", "properties" : { "anschrift" : { "type" : "array", "xml" : { "name" : "Anschrift" }, "items" : { "$ref" : "#/components/schemas/Anschrift" } }, "akademischerGrad" : { "type" : "array", "xml" : { "name" : "AkademischerGrad" }, "items" : { "$ref" : "#/components/schemas/AkademischerGrad" } }, "reisedokument" : { "type" : "array", "xml" : { "name" : "Reisedokument" }, "items" : { "$ref" : "#/components/schemas/Reisedokument" } }, "sonstigesDokument" : { "type" : "array", "xml" : { "name" : "SonstigesDokument" }, "items" : { "$ref" : "#/components/schemas/SonstigesDokument" } }, "staatsangehoerigkeit" : { "type" : "array", "xml" : { "name" : "Staatsangehoerigkeit" }, "items" : { "$ref" : "#/components/schemas/Staatsangehoerigkeit" } }, "eidas" : { "type" : "array", "xml" : { "name" : "Eidas" }, "items" : { "$ref" : "#/components/schemas/Eidas" } } } }, "Beenden" : { "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "array", "xml" : { "name" : "EntityId" }, "items" : { "type" : "string", "xml" : { "name" : "EntityId" } } } } }, "PersonAendern" : { "required" : [ "begruendung", "entityId", "version" ], "type" : "object", "properties" : { "begruendung" : { "maxLength" : 228, "minLength" : 1, "type" : "string", "xml" : { "name" : "Begruendung" } }, "anlegen" : { "$ref" : "#/components/schemas/Anlegen" }, "aendern" : { "$ref" : "#/components/schemas/Aendern" }, "beenden" : { "$ref" : "#/components/schemas/Beenden" }, "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "version" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } } }, "xml" : { "name" : "PersonAendern", "namespace" : "http://bmi.gv.at/ernp" } }, "Personendaten" : { "required" : [ "familienname", "geburtsdatum", "geschlecht", "vorname" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "gueltigAb" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "gueltigBis" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } }, "familienname" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "Familienname" } }, "nameVorEhe" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "NameVorEhe" } }, "vorname" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "Vorname" } }, "sonstigerName" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "SonstigerName" } }, "geburtsbundesland" : { "type" : "string", "xml" : { "name" : "Geburtsbundesland" }, "enum" : [ "Burgenland", "Kärnten", "Niederösterreich", "Oberösterreich", "Salzburg", "Steiermark", "Tirol", "Vorarlberg", "Wien" ] }, "geburtsort" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Geburtsort" } }, "geburtsstaat" : { "$ref" : "#/components/schemas/Staat" }, "geburtsdatum" : { "$ref" : "#/components/schemas/PartialDate" }, "geschlecht" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Geschlecht" } } } }, "AnlegenResponse" : { "required" : [ "person" ], "type" : "object", "properties" : { "person" : { "$ref" : "#/components/schemas/Person" } }, "xml" : { "name" : "AnlegenResponse", "namespace" : "http://bmi.gv.at/ernp" } }, "PersonAnlegen" : { "required" : [ "begruendung", "personendaten" ], "type" : "object", "properties" : { "begruendung" : { "maxLength" : 228, "minLength" : 1, "type" : "string", "xml" : { "name" : "Begruendung" } }, "personendaten" : { "$ref" : "#/components/schemas/Personendaten" }, "anschrift" : { "type" : "array", "xml" : { "name" : "Anschrift" }, "items" : { "$ref" : "#/components/schemas/Anschrift" } }, "akademischerGrad" : { "type" : "array", "xml" : { "name" : "AkademischerGrad" }, "items" : { "$ref" : "#/components/schemas/AkademischerGrad" } }, "reisedokument" : { "type" : "array", "xml" : { "name" : "Reisedokument" }, "items" : { "$ref" : "#/components/schemas/Reisedokument" } }, "sonstigesDokument" : { "type" : "array", "xml" : { "name" : "SonstigesDokument" }, "items" : { "$ref" : "#/components/schemas/SonstigesDokument" } }, "staatsangehoerigkeit" : { "type" : "array", "xml" : { "name" : "Staatsangehoerigkeit" }, "items" : { "$ref" : "#/components/schemas/Staatsangehoerigkeit" } }, "eidas" : { "type" : "array", "xml" : { "name" : "Eidas" }, "items" : { "$ref" : "#/components/schemas/Eidas" } } }, "xml" : { "name" : "PersonAnlegen", "namespace" : "http://bmi.gv.at/ernp" } }, "ServiceInfo" : { "type" : "object", "properties" : { "datum" : { "type" : "string", "format" : "date", "xml" : { "attribute" : true } }, "nachricht" : { "type" : "string", "xml" : { "attribute" : true } } } }, "ServiceInfoResponse" : { "type" : "object", "properties" : { "info" : { "type" : "array", "xml" : { "name" : "Info" }, "items" : { "$ref" : "#/components/schemas/ServiceInfo" } } }, "xml" : { "name" : "ServiceInfoResponse", "namespace" : "http://bmi.gv.at/ernp" } }, "StornierenResponse" : { "required" : [ "person" ], "type" : "object", "properties" : { "person" : { "$ref" : "#/components/schemas/Person" } }, "xml" : { "name" : "StornierenResponse", "namespace" : "http://bmi.gv.at/ernp" } }, "StornierenRequestPerson" : { "required" : [ "entityId", "version" ], "type" : "object", "properties" : { "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "attribute" : true } }, "version" : { "type" : "string", "format" : "date-time", "xml" : { "attribute" : true } } }, "xml" : { "name" : "StornierenRequestPerson", "namespace" : "http://bmi.gv.at/ernp" } }, "SuchenResponse" : { "type" : "object", "properties" : { "person" : { "type" : "array", "xml" : { "name" : "Person" }, "items" : { "$ref" : "#/components/schemas/Person" } } }, "xml" : { "name" : "SuchenResponse", "namespace" : "http://bmi.gv.at/ernp" } }, "Ergebnisoptionen" : { "type" : "object", "properties" : { "lieferePersonendaten" : { "type" : "string", "xml" : { "name" : "LieferePersonendaten" }, "default" : "Alle", "enum" : [ "Alle", "AlleOhneMeta", "AlleOhneMetaUndId", "SuchdatenPlusEines", "Mds", "EntityId", "Keine" ] }, "liefereBasiszahlen" : { "type" : "boolean", "xml" : { "name" : "LiefereBasiszahlen" }, "default" : false }, "liefereBasiszahlenErnpGeprueft" : { "type" : "boolean", "xml" : { "name" : "LiefereBasiszahlenErnpGeprueft" }, "default" : false }, "trefferLimit" : { "type" : "integer", "format" : "int32", "xml" : { "name" : "TrefferLimit" }, "default" : 150 }, "angehaengteZustaende" : { "type" : "array", "xml" : { "name" : "AngehaengteZustaende" }, "items" : { "type" : "string", "xml" : { "name" : "AngehaengteZustaende" }, "enum" : [ "Anschrift", "AkademischerGrad", "Reisedokument", "SonstigesDokument", "Staatsangehoerigkeit", "Eidas" ] } }, "angehaengteMeldungZmr" : { "type" : "string", "xml" : { "name" : "AngehaengteMeldungZmr" }, "default" : "JuengsterHwsAktuell", "enum" : [ "JuengsterHwsAktuell", "JuengsterHws", "HierarchischAktuell", "Hierarchisch", "HierarchischAktuellOhneAuskunftssperren", "HierarchischOhneAuskunftssperren" ] }, "historischePersonen" : { "type" : "string", "xml" : { "name" : "HistorischePersonen" }, "default" : "Alle", "enum" : [ "Alle", "KeinAmtBeendetBzwAbgeschlossen", "Keine" ] }, "ungeprueftePersonen" : { "type" : "boolean", "xml" : { "name" : "UngeprueftePersonen" }, "default" : true }, "kitverfolgung" : { "type" : "boolean", "xml" : { "name" : "Kitverfolgung" }, "default" : true } } }, "PersonSuchen" : { "required" : [ "begruendung", "suchdaten", "suchoptionen" ], "type" : "object", "properties" : { "begruendung" : { "maxLength" : 228, "minLength" : 1, "type" : "string", "xml" : { "name" : "Begruendung" } }, "suchoptionen" : { "$ref" : "#/components/schemas/Suchoptionen" }, "ergebnisoptionen" : { "$ref" : "#/components/schemas/Ergebnisoptionen" }, "suchdaten" : { "$ref" : "#/components/schemas/Suchdaten" } }, "xml" : { "name" : "PersonSuchen", "namespace" : "http://bmi.gv.at/ernp" } }, "SuchAnschrift" : { "type" : "object", "properties" : { "staat" : { "$ref" : "#/components/schemas/Staat" }, "gemeinde" : { "maxLength" : 60, "minLength" : 1, "type" : "string", "xml" : { "name" : "Gemeinde" } }, "strasse" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Strasse" } }, "ort" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Ort" } }, "postleitzahl" : { "maxLength" : 9, "minLength" : 1, "type" : "string", "xml" : { "name" : "Postleitzahl" } }, "hausnummer" : { "maxLength" : 32, "minLength" : 1, "type" : "string", "xml" : { "name" : "Hausnummer" } }, "adresszusatz" : { "maxLength" : 60, "minLength" : 1, "type" : "string", "xml" : { "name" : "Adresszusatz" } }, "stiege" : { "maxLength" : 75, "minLength" : 1, "type" : "string", "xml" : { "name" : "Stiege" } }, "tuer" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "name" : "Tuer" } }, "postfach" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "name" : "Postfach" } } } }, "SuchAusgestelltVon" : { "type" : "object", "properties" : { "datum" : { "type" : "string", "format" : "date", "xml" : { "name" : "Datum" } }, "behoerde" : { "maxLength" : 90, "minLength" : 1, "type" : "string", "xml" : { "name" : "Behoerde" } }, "staat" : { "$ref" : "#/components/schemas/Staat" } } }, "SuchEidas" : { "type" : "object", "properties" : { "art" : { "maxLength" : 256, "minLength" : 1, "type" : "string", "xml" : { "name" : "Art" } }, "wert" : { "maxLength" : 256, "minLength" : 1, "type" : "string", "xml" : { "name" : "Wert" } }, "ausstellDatum" : { "type" : "string", "format" : "date", "xml" : { "name" : "AusstellDatum" } }, "ablaufDatum" : { "type" : "string", "format" : "date", "xml" : { "name" : "AblaufDatum" } }, "ausstellBehoerde" : { "maxLength" : 90, "minLength" : 1, "type" : "string", "xml" : { "name" : "AusstellBehoerde" } }, "staatscode2" : { "maxLength" : 2, "minLength" : 1, "type" : "string", "xml" : { "name" : "Staatscode2" } } } }, "SuchReisedokument" : { "type" : "object", "properties" : { "art" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Art" } }, "ausgestelltVon" : { "$ref" : "#/components/schemas/SuchAusgestelltVon" }, "nummer" : { "maxLength" : 256, "minLength" : 1, "type" : "string", "xml" : { "name" : "Nummer" } } } }, "SuchStaatsangehoerigkeit" : { "type" : "object", "properties" : { "staat" : { "$ref" : "#/components/schemas/Staat" } } }, "Suchdaten" : { "required" : [ "familienname", "vorname" ], "type" : "object", "properties" : { "basiszahl" : { "maxLength" : 12, "minLength" : 12, "type" : "string", "xml" : { "name" : "Basiszahl" } }, "bpkZp" : { "maxLength" : 28, "minLength" : 28, "type" : "string", "xml" : { "name" : "BpkZp" } }, "fremdBpkBmiZp" : { "maxLength" : 172, "minLength" : 172, "type" : "string", "xml" : { "name" : "FremdBpkBmiZp" } }, "entityId" : { "maxLength" : 20, "minLength" : 1, "type" : "string", "xml" : { "name" : "EntityId" } }, "familienname" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "Familienname" } }, "nameVorEhe" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "NameVorEhe" } }, "vorname" : { "maxLength" : 500, "minLength" : 1, "type" : "string", "xml" : { "name" : "Vorname" } }, "geburtsdatum" : { "$ref" : "#/components/schemas/PartialDate" }, "geburtsort" : { "maxLength" : 54, "minLength" : 1, "type" : "string", "xml" : { "name" : "Geburtsort" } }, "geburtsstaat" : { "$ref" : "#/components/schemas/Staat" }, "geschlecht" : { "type" : "string", "description" : "Eine erweiterbare enum. Derzeit erlaubte Werte stehen im Ernp.xsd", "xml" : { "name" : "Geschlecht" } }, "anschrift" : { "$ref" : "#/components/schemas/SuchAnschrift" }, "reisedokument" : { "$ref" : "#/components/schemas/SuchReisedokument" }, "staatsangehoerigkeit" : { "$ref" : "#/components/schemas/SuchStaatsangehoerigkeit" }, "eidas" : { "type" : "array", "xml" : { "name" : "Eidas" }, "items" : { "$ref" : "#/components/schemas/SuchEidas" } } } }, "Suchoptionen" : { "required" : [ "historisch" ], "type" : "object", "properties" : { "historisch" : { "type" : "string", "xml" : { "name" : "Historisch" }, "enum" : [ "Aktuell", "AktuellDannHistorisch", "AktuellUndHistorisch" ] }, "formalisiert" : { "type" : "boolean", "xml" : { "name" : "Formalisiert" } }, "sucheMitNamensteilen" : { "type" : "boolean", "xml" : { "name" : "SucheMitNamensteilen" } }, "suchwizard" : { "type" : "boolean", "xml" : { "name" : "Suchwizard" } }, "zmr" : { "type" : "boolean", "xml" : { "name" : "Zmr" } } }, "xml" : { "name" : "Suchoptionen", "namespace" : "http://bmi.gv.at/ernp" } } } } }