summaryrefslogtreecommitdiff
path: root/src/main/resources/wsdl/ERsB/1.1/examples/example_aend_untname.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/wsdl/ERsB/1.1/examples/example_aend_untname.xml')
-rw-r--r--src/main/resources/wsdl/ERsB/1.1/examples/example_aend_untname.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/ERsB/1.1/examples/example_aend_untname.xml b/src/main/resources/wsdl/ERsB/1.1/examples/example_aend_untname.xml
new file mode 100644
index 0000000..208c5d8
--- /dev/null
+++ b/src/main/resources/wsdl/ERsB/1.1/examples/example_aend_untname.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ersb:ErsbRequest xmlns="http://statistik.at/namespace/ersb/1#"
+ xmlns:pd="http://reference.e-government.gv.at/namespace/persondata/de/20040201#"
+ xmlns:ersb="http://statistik.at/namespace/ersb/1#" xmlns:ns3="http://statistik.at/namespace/ur/stammdaten/2#"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://statistik.at/namespace/ersb/1# ../schema_strict/all_strict.xsd"
+ xsi:noNamespaceSchemaLocation="../schema_strict/all_strict.xsd">
+
+ <ersb:PersonenDaten xmlns="http://statistik.at/namespace/ersb/persondata/1#">
+ <NichtNatuerlichePerson>
+ <Identification>
+ <Value>9110001021537</Value> <!-- Identifikation des Unternehmens -->
+ <Type>ERJ</Type>
+ </Identification>
+ <ersb:UntName ersb:aktion="ALT">
+ <ns3:VollerName>Max Mustermann</ns3:VollerName>
+ </ersb:UntName>
+ <ersb:UntName ersb:aktion="NEU">
+ <ns3:VollerName>Max Mustermann &amp; Erben</ns3:VollerName>
+ </ersb:UntName>
+ </NichtNatuerlichePerson>
+ </ersb:PersonenDaten>
+</ersb:ErsbRequest>