Services

Namespace XMeld244Auskunft (wsdl)
name description
XMeld244Auskunft XMeld 2.4.4 WebServices.

The services API is also accessible by a set of client-side libraries that can be downloaded from the files and libraries page.

Data Types

XML

Namespace http://www.osci.de/xinneres/meldeanschrift/3 (schema)
type description
Meldeanschrift Dieser Datentyp repräsentiert die gemeinsamen fachlichen Vorgaben der drei Standardisierungsbereiche Meldewesen, Ausländerwesen und Personenstandswesen für eine inländische Meldeanschrift auf der Grundlage des DSMeld. Hinweis zu Hausnummernbereichen: Der DSMeld kennt keine Hausnummernbereiche. In diesen Fällen ist nur das erste Element des Hausnummernbereichs im Feld hausnummer einzutragen. Das zweite Element des Hausnummernbereichs kann in diesem Datentyp nicht übermittelt werden.

Java-Klasse für Meldeanschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Meldeanschrift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="gemeindeschluessel" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel" minOccurs="0"/>
         <element name="hausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Hausnummer" minOccurs="0"/>
         <element name="hausnummerBuchstabeZusatzziffer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.HausnummerBuchstabeZusatzziffer" minOccurs="0"/>
         <element name="postleitzahl" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Postleitzahl" minOccurs="0"/>
         <element name="stockwerkswohnungsnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Stockwerkswohnungsnummer" minOccurs="0"/>
         <element name="strasse" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Strasse" minOccurs="0"/>
         <element name="teilnummerDerHausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.TeilnummerDerHausnummer" minOccurs="0"/>
         <element name="wohnort" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnort" minOccurs="0"/>
         <element name="wohnortFruehererGemeindename" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.WohnortFruehererGemeindename" minOccurs="0"/>
         <element name="wohnungsinhaber" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnungsinhaber" minOccurs="0"/>
         <element name="zusatzangaben" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Zusatzangaben" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Namespace http://www.osci.de/xinneres/datum/2 (schema)
type description
TagesdatumMitUnbekannt Mit diesem Datentyp kann entweder ein vollständiges Tagesdatum übermittelt werden oder angegeben werden, dass ein Tagesdatum unbekannt ist. Falls das Tagesdatum vollständig bekannt ist, wird dieses im Kindelement datum übermittelt. Andernfalls wird das Kindelement unbekannt übermittelt, welches den Wert true enthält.

Java-Klasse für TagesdatumMitUnbekannt complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="TagesdatumMitUnbekannt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="datum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
TeilbekanntesDatum Mit diesem Datentyp kann entweder ein vollständig bekanntes oder ein teilweise bekanntes Datum übermittelt werden. Die Angabe einer Zeitzone ist in keinem Fall möglich.

Java-Klasse für TeilbekanntesDatum complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="TeilbekanntesDatum">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="jahrMonatTag" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="jahrMonat" type="{http://www.osci.de/xinneres/datum/2}JahrMonat"/>
         <element name="jahr" type="{http://www.osci.de/xinneres/datum/2}Jahr"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
TeilbekanntesDatumMitUnbekannt Mit diesem Datentyp kann entweder ein teilweise bekanntes Datum übermittelt oder angegeben werden, dass ein Tagesdatum vollständig unbekannt ist. Ist das Datum vollständig unbekannt, wird das Kindelement unbekannt übermittelt, welches den Wert true enthält.

Java-Klasse für TeilbekanntesDatumMitUnbekannt complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="TeilbekanntesDatumMitUnbekannt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="teilbekanntesDatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatum"/>
         <element name="unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Namespace http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2 (schema)
type description
Code.GemeindeVZ.AmtlicherGemeindeschluessel

Java-Klasse für Code.GemeindeVZ.AmtlicherGemeindeschluessel complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.GemeindeVZ.AmtlicherGemeindeschluessel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:ags" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Namespace http://www.osci.de/xinneres/auslandsanschrift/3 (schema)
type description
Auslandsanschrift.Anschriftzone Dieser Datentyp enthält die für die Zustellung im Ausland erforderlichen Angaben zur Anschriftzone, außer der Angabe des Staates. Diese Angaben beinhalten alle zur Adressierung erforderlichen Angaben inkl. des Namens der Person und bestehen aus bis zu fünf Zeilen. Diese Zeilen sind beginnend mit der Nummer 4 lückenlos zu durchzunummerieren.

Java-Klasse für Auslandsanschrift.Anschriftzone complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Auslandsanschrift.Anschriftzone">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zeile.anschrift" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="5" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Auslandsanschrift.Druckbild Dieser Datentyp repräsentiert das Druckbild einer Anschrift im Ausland, indem die Anschriftzone eines Brieffensters gemäß DIN 5008 abgebildet wird. Die Anschriftzone setzt sich aus einem Schlüsselwert für den Zielstaat und bis zu fünf weiteren Zeilen für die übrigen Adressierungsangaben zusammen. Angaben zur Vermerkzone können mit diesem Datentypen nicht abgebildet werden. Die ersten fünf Zeilen werden mit den Angaben zur Anschrift im Ausland gefüllt. Leerzeilen sind dabei nicht zulässig. Entsprechend DIN 5008 sind die Zeilen beginnend mit der Nummer 4 lückenlos durchzunummerieren und Zeilennummern nicht mehrfach zu verwenden. Der Ortsname in der Anschrift sollte in Großbuchstaben und in der Sprache des Zielstaates erfasst und übermittelt werden. Für die Erstellung des Druckbildes ist der übermittelte Schlüsselwert des Zielstaates in eine für die Zustellung geeignete Klartextform - d. h. in Großbuchstaben und in die deutsche Sprache - zu überführen.

Java-Klasse für Auslandsanschrift.Druckbild complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Auslandsanschrift.Druckbild">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="staat" type="{http://www.osci.de/xinneres/auslandsanschrift/3}Code.Zielstaat"/>
         <element name="anschriftzone" type="{http://www.osci.de/xinneres/auslandsanschrift/3}Auslandsanschrift.Anschriftzone" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Code.Zielstaat

Java-Klasse für Code.Zielstaat complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Zielstaat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:staat" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
ZeileAufschrift Dieser Datentyp repräsentiert eine Zeile einer Aufschrift gemäß DIN 5008 und besteht aus dem Inhalt der Zeile sowie der Angabe der Zeilennummer in der Aufschrift. Sofern dieser Datentyp für die Übermittlung einer Zeile der Anschriftzone verwendet wird, sind ausschließlich die Zeilennummern 4 bis 8 zu verwenden. Zeilen der Vermerkzone werden in dem Datentyp Auslandsanschrift.Druckbild nicht übermittelt. Sofern in einem xinneres-fachmodul der Bedarf besteht, kann der Datentyp aber im Rahmen der Einbindung in das xinneres-fachmodul um weitere ZeileAufschrift-Kindelemente für die Vermerkzone ergänzt werden. Für diese Zeilen sind ausschließlich die Zeilennummern 1 bis 3 zu verwenden.

Java-Klasse für ZeileAufschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="ZeileAufschrift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zeilennummer" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift.Zeilennummer"/>
         <element name="inhalt" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift.Inhalt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Namespace http://www.osci.de/xinneres/behoerde/4 (schema)
type description
Behoerde Dieser Typ enthält Angaben über den Namen und die Erreichbarkeit einer Behörde. Eine Behörde im Sinne des Verwaltungsverfahrensgesetzes ist jede Stelle, die Aufgaben der öffentlichen Verwaltung wahrnimmt.

Java-Klasse für Behoerde complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Behoerde">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="behoerdenkennung" type="{http://www.osci.de/xinneres/behoerde/4}Behoerdenkennung"/>
         <element name="erreichbarkeit" type="{http://www.osci.de/xinneres/kommunikation/3}Kommunikation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xinneres/postanschrift/3}PostalischeInlandsanschrift" minOccurs="0"/>
         <element name="behoerdenname" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Behoerde.Erreichbar Dieser Typ enthält Angaben über den Namen und die Erreichbarkeit einer Behörde. Eine Behörde im Sinne des Verwaltungsverfahrensgesetzes ist jede Stelle, die Aufgaben der öffentlichen Verwaltung wahrnimmt. Anders als in dem Typ Behoerde sind in diesem Typen alle Angaben zur Kontaktaufnahme mit der übermittelten Behörde Pflichtelemente.

Java-Klasse für Behoerde.Erreichbar complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Behoerde.Erreichbar">
   <complexContent>
     <restriction base="{http://www.osci.de/xinneres/behoerde/4}Behoerde">
       <sequence>
         <element name="behoerdenkennung" type="{http://www.osci.de/xinneres/behoerde/4}Behoerdenkennung"/>
         <element name="erreichbarkeit" type="{http://www.osci.de/xinneres/kommunikation/3}Kommunikation" maxOccurs="unbounded"/>
         <element name="anschrift" type="{http://www.osci.de/xinneres/postanschrift/3}PostalischeInlandsanschrift"/>
         <element name="behoerdenname" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Behoerdenkennung Die Behoerdenkennung fasst die Elemente zusammen, unter denen eine Behörde als Anbieter elektronischer Services im DVDV verzeichnet ist. Sie besteht aus einem Präfix und der eigentlichen Kennung. Grundsätzlich gibt es zu jedem Präfix eine entsprechende Schlüsseltabelle für die Kennung. Zum Beispiel werden Standesämter über das Präfix psw und die Standesamtsnummer adressiert.

Java-Klasse für Behoerdenkennung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Behoerdenkennung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="praefix" type="{http://www.osci.de/xinneres/behoerde/4}Code.Praefix"/>
         <element name="kennung" type="{http://www.osci.de/xinneres/behoerde/4}Code.Behoerdenkennung"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Code.Behoerdenkennung Die zu verwendende Schlüsseltabelle ergibt sich aus dem Nachrichtenkontext. Zum Beispiel ist bei der Datenübermittlung an ein Standesamt die Schlüsseltabelle der Standesamtsnummern und somit eine Standesamtsnummer als Behördenkennung zu verwenden.

Java-Klasse für Code.Behoerdenkennung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Behoerdenkennung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
       </sequence>
       <attribute name="listURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Praefix

Java-Klasse für Code.Praefix complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Praefix">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:xoev-de:bund:bmi:bit:codeliste:dvdv.praefix" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Namespace http://www.osci.de/xinneres/rueckweisung/3 (schema)
type description
Rueckweisung.RueckweisendeStelle Die rückweisende Stelle kann eine der Institutionen sein, die sich auf dem Weg zwischen Autor und Leser befinden.

Java-Klasse für Rueckweisung.RueckweisendeStelle complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Rueckweisung.RueckweisendeStelle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pruefinstanz" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="anschrift" type="{http://www.osci.de/xinneres/postanschrift/3}PostalischeInlandsanschrift"/>
         <element name="erreichbarkeit" type="{http://www.osci.de/xinneres/kommunikation/3}Kommunikation" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Namespace http://www.osci.de/xinneres/allgemeinername/2 (schema)
type description
AllgemeinerName Dieser Datentyp repräsentiert die gemeinsamen Eigenschaften von Vor- und Familiennamen nach deutschem Personenstandsrecht. Der Vor- oder Familienname wird in Form einer Zeichenkette in dem Kindelement name übermittelt, in der eventuell vorhandene und als Namenszusätze bekannte Bestandteile nicht gesondert ausgezeichnet oder abgetrennt werden. Die Modellierung von AllgemeinerName als Choice-Struktur erlaubt es, die Sonderfälle eines zu Recht fehlenden Vornamens oder Familiennamens zu übermitteln. Sofern bei einem ausländischen Namen kein Vorname gemäß deutscher Systematik vorhanden ist, bzw. der Familienname eines Kindes zu übermitteln ist, welches verstorben ist, ohne einen Familiennamen erhalten zu haben, wird statt des Kindelements name das Kindelement nichtVorhanden mit dem Wert true übermittelt.

Java-Klasse für AllgemeinerName complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="AllgemeinerName">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="name" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="nichtVorhanden" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Namespace http://www.osci.de/xinneres/postanschrift/3 (schema)
type description
PostalischeInlandsanschrift Dieser Datentyp beinhaltet die Angaben für die Adressierung im Inland. Es können entweder Angaben zu einer Gebäudeanschrift oder zu einer Postfachanschrift übermittelt werden.

Java-Klasse für PostalischeInlandsanschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="PostalischeInlandsanschrift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="gebaeude" type="{http://www.osci.de/xinneres/postanschrift/3}PostalischeInlandsanschrift.Gebaeudeanschrift"/>
         <element name="postfach" type="{http://www.osci.de/xinneres/postanschrift/3}PostalischeInlandsanschrift.Postfachanschrift"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
PostalischeInlandsanschrift.Basis Dieser Datentyp bildet die Basis einer postalischen Gebäudeanschrift. Er basiert auf der Meldeanschrift, enthält aber nur die für die Adressierung erforderlichen Angaben. Die Angabe des Wohnort, der Postleitzahl und der Straße sind in diesem Datentyp verpflichtend.

Java-Klasse für PostalischeInlandsanschrift.Basis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="PostalischeInlandsanschrift.Basis">
   <complexContent>
     <restriction base="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift">
       <sequence>
         <element name="hausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Hausnummer" minOccurs="0"/>
         <element name="hausnummerBuchstabeZusatzziffer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.HausnummerBuchstabeZusatzziffer" minOccurs="0"/>
         <element name="postleitzahl" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Postleitzahl"/>
         <element name="stockwerkswohnungsnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Stockwerkswohnungsnummer" minOccurs="0"/>
         <element name="strasse" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Strasse"/>
         <element name="teilnummerDerHausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.TeilnummerDerHausnummer" minOccurs="0"/>
         <element name="wohnort" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnort"/>
         <element name="wohnortFruehererGemeindename" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.WohnortFruehererGemeindename" minOccurs="0"/>
         <element name="wohnungsinhaber" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnungsinhaber" minOccurs="0"/>
         <element name="zusatzangaben" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Zusatzangaben" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PostalischeInlandsanschrift.Gebaeudeanschrift Dieser Datentyp beinhaltet die Angaben für die Adressierung im Inland, soweit es sich um eine Gebäudeanschrift (und nicht um eine Postfachanschrift) handelt.

Java-Klasse für PostalischeInlandsanschrift.Gebaeudeanschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="PostalischeInlandsanschrift.Gebaeudeanschrift">
   <complexContent>
     <extension base="{http://www.osci.de/xinneres/postanschrift/3}PostalischeInlandsanschrift.Basis">
       <sequence>
         <element name="hausnummern.bis" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="hausnummer.bis" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Hausnummer" minOccurs="0"/>
                   <element name="hausnummerbuchstabezusatzziffer.bis" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.HausnummerBuchstabeZusatzziffer" minOccurs="0"/>
                   <element name="teilnummerderhausnummer.bis" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.TeilnummerDerHausnummer" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
HausnummernBis (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hausnummer.bis" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Hausnummer" minOccurs="0"/>
         <element name="hausnummerbuchstabezusatzziffer.bis" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.HausnummerBuchstabeZusatzziffer" minOccurs="0"/>
         <element name="teilnummerderhausnummer.bis" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.TeilnummerDerHausnummer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
PostalischeInlandsanschrift.Postfachanschrift Dieser Datentyp beinhaltet die Angaben für die Adressierung im Inland, soweit es sich um eine Postfachanschrift (und nicht um eine Gebäudeanschrift) handelt.

Java-Klasse für PostalischeInlandsanschrift.Postfachanschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="PostalischeInlandsanschrift.Postfachanschrift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="postfach" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="wohnort" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnort"/>
         <element name="postleitzahl" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Postleitzahl"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Namespace http://www.osci.de/xmeld244 (schema)
type description
AdministrationFreitext0905 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="betroffener">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="identifikation.mb2mb" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
                   <element name="identifikation.bzst">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.identifikation.person"/>
                             <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
                             <element name="konfliktkennzeichen" type="{http://www.osci.de/xmeld244}type.bzst.konfliktkennzeichen" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="identifikation.sonstige" type="{http://www.osci.de/xmeld244}type.identifikation.personanschrift"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sachverhalt.unformatiert">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="titel" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="inhalt" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sachverhalt.formatiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="mimetype" type="{http://www.osci.de/xmeld244}Code.MIME-Type"/>
                   <element name="inhalt" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="bezugsnachricht" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
                   <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Betroffener (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="identifikation.mb2mb" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="identifikation.bzst">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.identifikation.person"/>
                   <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
                   <element name="konfliktkennzeichen" type="{http://www.osci.de/xmeld244}type.bzst.konfliktkennzeichen" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.sonstige" type="{http://www.osci.de/xmeld244}type.identifikation.personanschrift"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
IdentifikationBzst (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.identifikation.person"/>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
         <element name="konfliktkennzeichen" type="{http://www.osci.de/xmeld244}type.bzst.konfliktkennzeichen" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Bezugsnachricht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
SachverhaltFormatiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mimetype" type="{http://www.osci.de/xmeld244}Code.MIME-Type"/>
         <element name="inhalt" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
SachverhaltUnformatiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="titel" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="inhalt" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AdministrationQuittierungbestandslieferung0928 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="uebermittlungsart" type="{http://www.osci.de/xmeld244}Code.XMeld.Nachrichten"/>
         <element name="quittierung" type="{http://www.osci.de/xmeld244}type.quittierung"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AdministrationReturntosender0900 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.datenuebermittlung.b2b">
       <sequence>
         <element name="rts.container" type="{http://www.osci.de/xmeld244}type.administration.returntosender.container"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AdministrationReturntosender0910 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="rts.container" type="{http://www.osci.de/xmeld244}type.administration.returntosender.container.ohne.ursprungsnachricht"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AdministrationUnplausibleMeldeverhaeltnisse0930 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Melderegister.Abweichung"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="auszugsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AnmeldungDatenanforderung0300 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="anwenderkennung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="betroffene" type="{http://www.osci.de/xmeld244}type.anmeldung.identifikation"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AnmeldungDatenbereitstellung0301 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="zuziehende.person" type="{http://www.osci.de/xmeld244}type.anmeldung.zuziehende.person" maxOccurs="unbounded"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AuslaenderzentralregisterAuslaenderzentralregistermitteilung1650 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="azrNummer" type="{http://www.osci.de/xinneres/azrnummer/1}AZRNummer"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht"/>
         <element name="letzteFruehereAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="anwender" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AuslaenderzentralregisterFehlermitteilung1652 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="azrNummer" type="{http://www.osci.de/xinneres/azrnummer/1}AZRNummer"/>
         <element name="fehlergrund" type="{http://www.osci.de/xmeld244}Code.AZR.Fehlercode.Fachlich"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht"/>
         <element name="letzteFruehereAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AuslaenderzentralregisterMitteilungAnMeldebehoerde1651 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="azrNummer" type="{http://www.osci.de/xinneres/azrnummer/1}AZRNummer"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.AZR.Anlass"/>
         <element name="azrNummer.neu" type="{http://www.osci.de/xinneres/azrnummer/1}AZRNummer" minOccurs="0"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="letzteFruehereAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="geloeschteAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="auskunftssperre" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Code.AZR.Anlass

Java-Klasse für Code.AZR.Anlass complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.AZR.Anlass">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="06"/>
               <enumeration value="07"/>
               <enumeration value="08"/>
               <enumeration value="10"/>
               <enumeration value="12"/>
               <enumeration value="15"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:azr.anlass" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="5" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeAZRAnlassEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="06"/>
     <enumeration value="07"/>
     <enumeration value="08"/>
     <enumeration value="10"/>
     <enumeration value="12"/>
     <enumeration value="15"/>
   </restriction>
 </simpleType>
 
Code.AZR.Fehlercode.Fachlich

Java-Klasse für Code.AZR.Fehlercode.Fachlich complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.AZR.Fehlercode.Fachlich">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:xoev-de:bund:bva:azr:codeliste:xmeld.fachliche-fehlercodes" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Anschrift.Unbekannt

Java-Klasse für Code.Anschrift.Unbekannt complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Anschrift.Unbekannt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:anschrift.unbekannt" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="3" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeAnschriftUnbekanntEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="0"/>
     <enumeration value="1"/>
     <enumeration value="2"/>
   </restriction>
 </simpleType>
 
Code.Antwortstatus

Java-Klasse für Code.Antwortstatus complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Antwortstatus">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="00"/>
               <enumeration value="01"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
               <enumeration value="05"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:antwortstatus" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeAntwortstatusEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="00"/>
     <enumeration value="01"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
     <enumeration value="05"/>
   </restriction>
 </simpleType>
 
Code.Auskunftssperre

Java-Klasse für Code.Auskunftssperre complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Auskunftssperre">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
               <enumeration value="12"/>
               <enumeration value="13"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:auskunftssperre" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="7" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeAuskunftssperreEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="10"/>
     <enumeration value="11"/>
     <enumeration value="12"/>
     <enumeration value="13"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="5"/>
     <enumeration value="6"/>
     <enumeration value="7"/>
   </restriction>
 </simpleType>
 
Code.BZSt.Anforderung.IdNr

Java-Klasse für Code.BZSt.Anforderung.IdNr complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BZSt.Anforderung.IdNr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="06"/>
               <enumeration value="07"/>
               <enumeration value="08"/>
               <enumeration value="09"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:bzst.anforderung.idnr" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="5" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBZStAnforderungIdNrEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="06"/>
     <enumeration value="07"/>
     <enumeration value="08"/>
     <enumeration value="09"/>
   </restriction>
 </simpleType>
 
Code.BZSt.Antwort.IdNr-Ehegatte-Lebenspartner

Java-Klasse für Code.BZSt.Antwort.IdNr-Ehegatte-Lebenspartner complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BZSt.Antwort.IdNr-Ehegatte-Lebenspartner">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:bzst.antwort.idnr-ehegatte-lebenspartner" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBZStAntwortIdNrEhegatteLebenspartnerEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
   </restriction>
 </simpleType>
 
Code.BZSt.Beendigung.der.Zustaendigkeit

Java-Klasse für Code.BZSt.Beendigung.der.Zustaendigkeit complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BZSt.Beendigung.der.Zustaendigkeit">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
               <enumeration value="09"/>
               <enumeration value="10"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:bzst.beendigung.der.zustaendigkeit" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBZStBeendigungderZustaendigkeitEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
     <enumeration value="09"/>
     <enumeration value="10"/>
   </restriction>
 </simpleType>
 
Code.BZSt.Fehlercode.Fachlich

Java-Klasse für Code.BZSt.Fehlercode.Fachlich complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BZSt.Fehlercode.Fachlich">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:bzst:schluessel:fachliche.fehlercodes" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.BZSt.Hinweis.auf.Inkonsistenz

Java-Klasse für Code.BZSt.Hinweis.auf.Inkonsistenz complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BZSt.Hinweis.auf.Inkonsistenz">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="05"/>
               <enumeration value="06"/>
               <enumeration value="08"/>
               <enumeration value="09"/>
               <enumeration value="10"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:bzst.hinweis.auf.inkonsistenz" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="4" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBZStHinweisaufInkonsistenzEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="05"/>
     <enumeration value="06"/>
     <enumeration value="08"/>
     <enumeration value="09"/>
     <enumeration value="10"/>
   </restriction>
 </simpleType>
 
Code.BZSt.Hinweis.auf.Inkonsistenz.Rolle.beteiligte.Person

Java-Klasse für Code.BZSt.Hinweis.auf.Inkonsistenz.Rolle.beteiligte.Person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BZSt.Hinweis.auf.Inkonsistenz.Rolle.beteiligte.Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:bzst.hinweis.auf.inkonsistenz.rolle.beteiligte.person" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBZStHinweisaufInkonsistenzRollebeteiligtePersonEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
     <enumeration value="5"/>
     <enumeration value="6"/>
   </restriction>
 </simpleType>
 
Code.Behoerdenauskunft.Aktualitaet.Suche.Status

Java-Klasse für Code.Behoerdenauskunft.Aktualitaet.Suche.Status complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Behoerdenauskunft.Aktualitaet.Suche.Status">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:behoerdenauskunft.aktualitaet.suche.status" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBehoerdenauskunftAktualitaetSucheStatusEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
   </restriction>
 </simpleType>
 
Code.Behoerdenauskunft.Anforderungselement

Java-Klasse für Code.Behoerdenauskunft.Anforderungselement complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Behoerdenauskunft.Anforderungselement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="10"/>
               <enumeration value="100"/>
               <enumeration value="101"/>
               <enumeration value="102"/>
               <enumeration value="103"/>
               <enumeration value="104"/>
               <enumeration value="105"/>
               <enumeration value="106"/>
               <enumeration value="107"/>
               <enumeration value="108"/>
               <enumeration value="109"/>
               <enumeration value="11"/>
               <enumeration value="110"/>
               <enumeration value="111"/>
               <enumeration value="112"/>
               <enumeration value="113"/>
               <enumeration value="114"/>
               <enumeration value="115"/>
               <enumeration value="116"/>
               <enumeration value="117"/>
               <enumeration value="118"/>
               <enumeration value="119"/>
               <enumeration value="12"/>
               <enumeration value="120"/>
               <enumeration value="121"/>
               <enumeration value="122"/>
               <enumeration value="123"/>
               <enumeration value="124"/>
               <enumeration value="125"/>
               <enumeration value="126"/>
               <enumeration value="127"/>
               <enumeration value="128"/>
               <enumeration value="129"/>
               <enumeration value="13"/>
               <enumeration value="130"/>
               <enumeration value="131"/>
               <enumeration value="132"/>
               <enumeration value="133"/>
               <enumeration value="134"/>
               <enumeration value="135"/>
               <enumeration value="136"/>
               <enumeration value="137"/>
               <enumeration value="138"/>
               <enumeration value="139"/>
               <enumeration value="14"/>
               <enumeration value="140"/>
               <enumeration value="141"/>
               <enumeration value="142"/>
               <enumeration value="143"/>
               <enumeration value="144"/>
               <enumeration value="145"/>
               <enumeration value="146"/>
               <enumeration value="147"/>
               <enumeration value="148"/>
               <enumeration value="149"/>
               <enumeration value="15"/>
               <enumeration value="150"/>
               <enumeration value="151"/>
               <enumeration value="152"/>
               <enumeration value="153"/>
               <enumeration value="155"/>
               <enumeration value="156"/>
               <enumeration value="157"/>
               <enumeration value="158"/>
               <enumeration value="159"/>
               <enumeration value="16"/>
               <enumeration value="160"/>
               <enumeration value="161"/>
               <enumeration value="162"/>
               <enumeration value="163"/>
               <enumeration value="164"/>
               <enumeration value="165"/>
               <enumeration value="166"/>
               <enumeration value="167"/>
               <enumeration value="168"/>
               <enumeration value="169"/>
               <enumeration value="17"/>
               <enumeration value="170"/>
               <enumeration value="171"/>
               <enumeration value="172"/>
               <enumeration value="173"/>
               <enumeration value="174"/>
               <enumeration value="175"/>
               <enumeration value="176"/>
               <enumeration value="177"/>
               <enumeration value="178"/>
               <enumeration value="179"/>
               <enumeration value="18"/>
               <enumeration value="180"/>
               <enumeration value="181"/>
               <enumeration value="182"/>
               <enumeration value="183"/>
               <enumeration value="184"/>
               <enumeration value="185"/>
               <enumeration value="186"/>
               <enumeration value="187"/>
               <enumeration value="188"/>
               <enumeration value="189"/>
               <enumeration value="19"/>
               <enumeration value="190"/>
               <enumeration value="191"/>
               <enumeration value="192"/>
               <enumeration value="193"/>
               <enumeration value="194"/>
               <enumeration value="195"/>
               <enumeration value="196"/>
               <enumeration value="197"/>
               <enumeration value="198"/>
               <enumeration value="199"/>
               <enumeration value="2"/>
               <enumeration value="20"/>
               <enumeration value="200"/>
               <enumeration value="21"/>
               <enumeration value="22"/>
               <enumeration value="23"/>
               <enumeration value="24"/>
               <enumeration value="25"/>
               <enumeration value="26"/>
               <enumeration value="27"/>
               <enumeration value="28"/>
               <enumeration value="29"/>
               <enumeration value="3"/>
               <enumeration value="30"/>
               <enumeration value="31"/>
               <enumeration value="32"/>
               <enumeration value="33"/>
               <enumeration value="34"/>
               <enumeration value="35"/>
               <enumeration value="36"/>
               <enumeration value="37"/>
               <enumeration value="38"/>
               <enumeration value="39"/>
               <enumeration value="4"/>
               <enumeration value="40"/>
               <enumeration value="41"/>
               <enumeration value="43"/>
               <enumeration value="44"/>
               <enumeration value="45"/>
               <enumeration value="46"/>
               <enumeration value="47"/>
               <enumeration value="48"/>
               <enumeration value="49"/>
               <enumeration value="5"/>
               <enumeration value="50"/>
               <enumeration value="51"/>
               <enumeration value="52"/>
               <enumeration value="53"/>
               <enumeration value="54"/>
               <enumeration value="55"/>
               <enumeration value="56"/>
               <enumeration value="57"/>
               <enumeration value="58"/>
               <enumeration value="59"/>
               <enumeration value="6"/>
               <enumeration value="60"/>
               <enumeration value="61"/>
               <enumeration value="62"/>
               <enumeration value="63"/>
               <enumeration value="64"/>
               <enumeration value="65"/>
               <enumeration value="66"/>
               <enumeration value="67"/>
               <enumeration value="68"/>
               <enumeration value="69"/>
               <enumeration value="70"/>
               <enumeration value="71"/>
               <enumeration value="72"/>
               <enumeration value="73"/>
               <enumeration value="74"/>
               <enumeration value="75"/>
               <enumeration value="76"/>
               <enumeration value="77"/>
               <enumeration value="78"/>
               <enumeration value="79"/>
               <enumeration value="80"/>
               <enumeration value="81"/>
               <enumeration value="82"/>
               <enumeration value="83"/>
               <enumeration value="84"/>
               <enumeration value="85"/>
               <enumeration value="86"/>
               <enumeration value="87"/>
               <enumeration value="88"/>
               <enumeration value="89"/>
               <enumeration value="9"/>
               <enumeration value="90"/>
               <enumeration value="91"/>
               <enumeration value="92"/>
               <enumeration value="93"/>
               <enumeration value="94"/>
               <enumeration value="95"/>
               <enumeration value="96"/>
               <enumeration value="97"/>
               <enumeration value="98"/>
               <enumeration value="99"/>
             </restriction>
           </simpleType>
         </element>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:behoerdenauskunft.anforderungselement" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="10" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBehoerdenauskunftAnforderungselementEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="10"/>
     <enumeration value="100"/>
     <enumeration value="101"/>
     <enumeration value="102"/>
     <enumeration value="103"/>
     <enumeration value="104"/>
     <enumeration value="105"/>
     <enumeration value="106"/>
     <enumeration value="107"/>
     <enumeration value="108"/>
     <enumeration value="109"/>
     <enumeration value="11"/>
     <enumeration value="110"/>
     <enumeration value="111"/>
     <enumeration value="112"/>
     <enumeration value="113"/>
     <enumeration value="114"/>
     <enumeration value="115"/>
     <enumeration value="116"/>
     <enumeration value="117"/>
     <enumeration value="118"/>
     <enumeration value="119"/>
     <enumeration value="12"/>
     <enumeration value="120"/>
     <enumeration value="121"/>
     <enumeration value="122"/>
     <enumeration value="123"/>
     <enumeration value="124"/>
     <enumeration value="125"/>
     <enumeration value="126"/>
     <enumeration value="127"/>
     <enumeration value="128"/>
     <enumeration value="129"/>
     <enumeration value="13"/>
     <enumeration value="130"/>
     <enumeration value="131"/>
     <enumeration value="132"/>
     <enumeration value="133"/>
     <enumeration value="134"/>
     <enumeration value="135"/>
     <enumeration value="136"/>
     <enumeration value="137"/>
     <enumeration value="138"/>
     <enumeration value="139"/>
     <enumeration value="14"/>
     <enumeration value="140"/>
     <enumeration value="141"/>
     <enumeration value="142"/>
     <enumeration value="143"/>
     <enumeration value="144"/>
     <enumeration value="145"/>
     <enumeration value="146"/>
     <enumeration value="147"/>
     <enumeration value="148"/>
     <enumeration value="149"/>
     <enumeration value="15"/>
     <enumeration value="150"/>
     <enumeration value="151"/>
     <enumeration value="152"/>
     <enumeration value="153"/>
     <enumeration value="155"/>
     <enumeration value="156"/>
     <enumeration value="157"/>
     <enumeration value="158"/>
     <enumeration value="159"/>
     <enumeration value="16"/>
     <enumeration value="160"/>
     <enumeration value="161"/>
     <enumeration value="162"/>
     <enumeration value="163"/>
     <enumeration value="164"/>
     <enumeration value="165"/>
     <enumeration value="166"/>
     <enumeration value="167"/>
     <enumeration value="168"/>
     <enumeration value="169"/>
     <enumeration value="17"/>
     <enumeration value="170"/>
     <enumeration value="171"/>
     <enumeration value="172"/>
     <enumeration value="173"/>
     <enumeration value="174"/>
     <enumeration value="175"/>
     <enumeration value="176"/>
     <enumeration value="177"/>
     <enumeration value="178"/>
     <enumeration value="179"/>
     <enumeration value="18"/>
     <enumeration value="180"/>
     <enumeration value="181"/>
     <enumeration value="182"/>
     <enumeration value="183"/>
     <enumeration value="184"/>
     <enumeration value="185"/>
     <enumeration value="186"/>
     <enumeration value="187"/>
     <enumeration value="188"/>
     <enumeration value="189"/>
     <enumeration value="19"/>
     <enumeration value="190"/>
     <enumeration value="191"/>
     <enumeration value="192"/>
     <enumeration value="193"/>
     <enumeration value="194"/>
     <enumeration value="195"/>
     <enumeration value="196"/>
     <enumeration value="197"/>
     <enumeration value="198"/>
     <enumeration value="199"/>
     <enumeration value="2"/>
     <enumeration value="20"/>
     <enumeration value="200"/>
     <enumeration value="21"/>
     <enumeration value="22"/>
     <enumeration value="23"/>
     <enumeration value="24"/>
     <enumeration value="25"/>
     <enumeration value="26"/>
     <enumeration value="27"/>
     <enumeration value="28"/>
     <enumeration value="29"/>
     <enumeration value="3"/>
     <enumeration value="30"/>
     <enumeration value="31"/>
     <enumeration value="32"/>
     <enumeration value="33"/>
     <enumeration value="34"/>
     <enumeration value="35"/>
     <enumeration value="36"/>
     <enumeration value="37"/>
     <enumeration value="38"/>
     <enumeration value="39"/>
     <enumeration value="4"/>
     <enumeration value="40"/>
     <enumeration value="41"/>
     <enumeration value="43"/>
     <enumeration value="44"/>
     <enumeration value="45"/>
     <enumeration value="46"/>
     <enumeration value="47"/>
     <enumeration value="48"/>
     <enumeration value="49"/>
     <enumeration value="5"/>
     <enumeration value="50"/>
     <enumeration value="51"/>
     <enumeration value="52"/>
     <enumeration value="53"/>
     <enumeration value="54"/>
     <enumeration value="55"/>
     <enumeration value="56"/>
     <enumeration value="57"/>
     <enumeration value="58"/>
     <enumeration value="59"/>
     <enumeration value="6"/>
     <enumeration value="60"/>
     <enumeration value="61"/>
     <enumeration value="62"/>
     <enumeration value="63"/>
     <enumeration value="64"/>
     <enumeration value="65"/>
     <enumeration value="66"/>
     <enumeration value="67"/>
     <enumeration value="68"/>
     <enumeration value="69"/>
     <enumeration value="70"/>
     <enumeration value="71"/>
     <enumeration value="72"/>
     <enumeration value="73"/>
     <enumeration value="74"/>
     <enumeration value="75"/>
     <enumeration value="76"/>
     <enumeration value="77"/>
     <enumeration value="78"/>
     <enumeration value="79"/>
     <enumeration value="80"/>
     <enumeration value="81"/>
     <enumeration value="82"/>
     <enumeration value="83"/>
     <enumeration value="84"/>
     <enumeration value="85"/>
     <enumeration value="86"/>
     <enumeration value="87"/>
     <enumeration value="88"/>
     <enumeration value="89"/>
     <enumeration value="9"/>
     <enumeration value="90"/>
     <enumeration value="91"/>
     <enumeration value="92"/>
     <enumeration value="93"/>
     <enumeration value="94"/>
     <enumeration value="95"/>
     <enumeration value="96"/>
     <enumeration value="97"/>
     <enumeration value="98"/>
     <enumeration value="99"/>
   </restriction>
 </simpleType>
 
Code.Behoerdenauskunft.Ergebnisstatus

Java-Klasse für Code.Behoerdenauskunft.Ergebnisstatus complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Behoerdenauskunft.Ergebnisstatus">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:behoerdenauskunft.ergebnisstatus" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="4" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBehoerdenauskunftErgebnisstatusEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
   </restriction>
 </simpleType>
 
Code.Behoerdenauskunft.Nichterstellung.Grund

Java-Klasse für Code.Behoerdenauskunft.Nichterstellung.Grund complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Behoerdenauskunft.Nichterstellung.Grund">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
               <enumeration value="05"/>
               <enumeration value="06"/>
               <enumeration value="07"/>
               <enumeration value="08"/>
               <enumeration value="09"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
               <enumeration value="12"/>
               <enumeration value="13"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:behoerdenauskunft.nichterstellung.grund" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBehoerdenauskunftNichterstellungGrundEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
     <enumeration value="05"/>
     <enumeration value="06"/>
     <enumeration value="07"/>
     <enumeration value="08"/>
     <enumeration value="09"/>
     <enumeration value="10"/>
     <enumeration value="11"/>
     <enumeration value="12"/>
     <enumeration value="13"/>
   </restriction>
 </simpleType>
 
Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Sonstige

Java-Klasse für Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Sonstige complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Sonstige">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:bfj:schluesseltabelle:anerkennungsform.sonstige" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="1.0" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBfJFuehrungszeugnisAnerkennungsformSonstigeEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="2"/>
   </restriction>
 </simpleType>
 
Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Ueberbeglaubigung

Java-Klasse für Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Ueberbeglaubigung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Ueberbeglaubigung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:bfj:schluesseltabelle:anerkennungsform.ueberbeglaubigung" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="1.0" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBfJFuehrungszeugnisAnerkennungsformUeberbeglaubigungEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
   </restriction>
 </simpleType>
 
Code.BfJ.Fuehrungszeugnis.Anfrageart

Java-Klasse für Code.BfJ.Fuehrungszeugnis.Anfrageart complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BfJ.Fuehrungszeugnis.Anfrageart">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="NB"/>
               <enumeration value="NE"/>
               <enumeration value="NG"/>
               <enumeration value="NV"/>
               <enumeration value="OB"/>
               <enumeration value="OE"/>
               <enumeration value="OG"/>
               <enumeration value="OH"/>
               <enumeration value="PB"/>
               <enumeration value="PE"/>
               <enumeration value="PG"/>
               <enumeration value="PH"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:bfj:schluesseltabelle:fuehrungszeugnis.anfrageart" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="1.0" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBfJFuehrungszeugnisAnfrageartEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="NB"/>
     <enumeration value="NE"/>
     <enumeration value="NG"/>
     <enumeration value="NV"/>
     <enumeration value="OB"/>
     <enumeration value="OE"/>
     <enumeration value="OG"/>
     <enumeration value="OH"/>
     <enumeration value="PB"/>
     <enumeration value="PE"/>
     <enumeration value="PG"/>
     <enumeration value="PH"/>
   </restriction>
 </simpleType>
 
Code.BfJ.Fuehrungszeugnis.Behoerdenkennzeichen

Java-Klasse für Code.BfJ.Fuehrungszeugnis.Behoerdenkennzeichen complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BfJ.Fuehrungszeugnis.Behoerdenkennzeichen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:bfj:schluesseltabelle:behoerdenkennzeichen" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.BfJ.Fuehrungszeugnis.Gebuehr

Java-Klasse für Code.BfJ.Fuehrungszeugnis.Gebuehr complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BfJ.Fuehrungszeugnis.Gebuehr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="A"/>
               <enumeration value="M"/>
               <enumeration value="N"/>
               <enumeration value="V"/>
               <enumeration value="W"/>
               <enumeration value="Z"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:bfj:schluesseltabelle:fuehrungszeugnis.gebuehr" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="1.0" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeBfJFuehrungszeugnisGebuehrEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="A"/>
     <enumeration value="M"/>
     <enumeration value="N"/>
     <enumeration value="V"/>
     <enumeration value="W"/>
     <enumeration value="Z"/>
   </restriction>
 </simpleType>
 
Code.BfJ.Fuehrungszeugnis.Justizbehoerdenkennzeichen

Java-Klasse für Code.BfJ.Fuehrungszeugnis.Justizbehoerdenkennzeichen complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BfJ.Fuehrungszeugnis.Justizbehoerdenkennzeichen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:bfj:schluesseltabelle:justizbehoerdenkennzeichen" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.BfJ.Fuehrungszeugnis.Verwendungszweck

Java-Klasse für Code.BfJ.Fuehrungszeugnis.Verwendungszweck complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.BfJ.Fuehrungszeugnis.Verwendungszweck">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:bfj:schluesseltabelle:fuehrungszeugnis.verwendungszweck" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.DSRV.Bruttolieferung.Anlass

Java-Klasse für Code.DSRV.Bruttolieferung.Anlass complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.DSRV.Bruttolieferung.Anlass">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="05"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:dsrv.anlass.bruttolieferung" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeDSRVBruttolieferungAnlassEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="05"/>
   </restriction>
 </simpleType>
 
Code.Ehegatte.oder.Lebenspartner

Java-Klasse für Code.Ehegatte.oder.Lebenspartner complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Ehegatte.oder.Lebenspartner">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="EG"/>
               <enumeration value="LP"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:ehegatte.oder.lebenspartner" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeEhegatteoderLebenspartnerEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="EG"/>
     <enumeration value="LP"/>
   </restriction>
 </simpleType>
 
Code.Familienstand

Java-Klasse für Code.Familienstand complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Familienstand">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="EA"/>
               <enumeration value="GS"/>
               <enumeration value="LA"/>
               <enumeration value="LD"/>
               <enumeration value="LE"/>
               <enumeration value="LP"/>
               <enumeration value="LV"/>
               <enumeration value="NB"/>
               <enumeration value="VH"/>
               <enumeration value="VW"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:familienstand" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeFamilienstandEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="EA"/>
     <enumeration value="GS"/>
     <enumeration value="LA"/>
     <enumeration value="LD"/>
     <enumeration value="LE"/>
     <enumeration value="LP"/>
     <enumeration value="LV"/>
     <enumeration value="NB"/>
     <enumeration value="VH"/>
     <enumeration value="VW"/>
   </restriction>
 </simpleType>
 
Code.Familienstand.Beendigungsgrund

Java-Klasse für Code.Familienstand.Beendigungsgrund complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Familienstand.Beendigungsgrund">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:familienstand.beendigungsgrund" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeFamilienstandBeendigungsgrundEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
     <enumeration value="5"/>
     <enumeration value="7"/>
     <enumeration value="8"/>
   </restriction>
 </simpleType>
 
Code.Fortschreibung.Aenderungsart

Java-Klasse für Code.Fortschreibung.Aenderungsart complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Fortschreibung.Aenderungsart">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:xoev-de:xmeld:codeliste:xmeld.fortschreibung.aenderungsart" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="1" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeFortschreibungAenderungsartEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
   </restriction>
 </simpleType>
 
Code.Fortschreibung.Datenuebermittlungsanlaesse.Fachspezifisch

Java-Klasse für Code.Fortschreibung.Datenuebermittlungsanlaesse.Fachspezifisch complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Fortschreibung.Datenuebermittlungsanlaesse.Fachspezifisch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:fortschreibung.datenuebermittlungsanlaesse.fachspezifisch" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeFortschreibungDatenuebermittlungsanlaesseFachspezifischEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
   </restriction>
 </simpleType>
 
Code.Gebiet

Java-Klasse für Code.Gebiet complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Gebiet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:staatsgebiete" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Geschlecht

Java-Klasse für Code.Geschlecht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Geschlecht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:geschlecht" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Gesetzlicher.Vertreter

Java-Klasse für Code.Gesetzlicher.Vertreter complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Gesetzlicher.Vertreter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:gesetzlicher.vertreter" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Kirche.Hintergrundinformation

Java-Klasse für Code.Kirche.Hintergrundinformation complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Kirche.Hintergrundinformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:xoev-de:xmeld:codeliste:xmeld.kirche.hintergrundinformation" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="1" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeKircheHintergrundinformationEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
   </restriction>
 </simpleType>
 
Code.LRA.Aenderung.Anlass

Java-Klasse für Code.LRA.Aenderung.Anlass complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.LRA.Aenderung.Anlass">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
               <enumeration value="05"/>
               <enumeration value="06"/>
               <enumeration value="07"/>
               <enumeration value="08"/>
               <enumeration value="09"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:lra.aenderung.anlass" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="3" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeLRAAenderungAnlassEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
     <enumeration value="05"/>
     <enumeration value="06"/>
     <enumeration value="07"/>
     <enumeration value="08"/>
     <enumeration value="09"/>
     <enumeration value="10"/>
     <enumeration value="11"/>
   </restriction>
 </simpleType>
 
Code.MIME-Type

Java-Klasse für Code.MIME-Type complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.MIME-Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="application/pdf"/>
               <enumeration value="text/html"/>
               <enumeration value="text/rtf"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:mime-type" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeMIMETypeEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="application/pdf"/>
     <enumeration value="text/html"/>
     <enumeration value="text/rtf"/>
   </restriction>
 </simpleType>
 
Code.Melderegister.Abweichung

Java-Klasse für Code.Melderegister.Abweichung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Melderegister.Abweichung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:melderegister.abweichung" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="4" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeMelderegisterAbweichungEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="0"/>
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
     <enumeration value="5"/>
     <enumeration value="6"/>
     <enumeration value="7"/>
     <enumeration value="8"/>
   </restriction>
 </simpleType>
 
Code.Melderegisterauskunft.Ergebnisstatus

Java-Klasse für Code.Melderegisterauskunft.Ergebnisstatus complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Melderegisterauskunft.Ergebnisstatus">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="05"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:melderegisterauskunft.ergebnisstatus" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="3" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeMelderegisterauskunftErgebnisstatusEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="05"/>
   </restriction>
 </simpleType>
 
Code.Melderegisterauskunft.gewerblicher.Zweck

Java-Klasse für Code.Melderegisterauskunft.gewerblicher.Zweck complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Melderegisterauskunft.gewerblicher.Zweck">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:melderegisterauskunft.gewerblicher.zweck" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Melderegisterauskunft.Nichterstellung.Grund

Java-Klasse für Code.Melderegisterauskunft.Nichterstellung.Grund complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Melderegisterauskunft.Nichterstellung.Grund">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="04"/>
               <enumeration value="05"/>
               <enumeration value="06"/>
               <enumeration value="07"/>
               <enumeration value="08"/>
               <enumeration value="09"/>
               <enumeration value="10"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:melderegisterauskunft.nichterstellung.grund" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="4" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeMelderegisterauskunftNichterstellungGrundEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="04"/>
     <enumeration value="05"/>
     <enumeration value="06"/>
     <enumeration value="07"/>
     <enumeration value="08"/>
     <enumeration value="09"/>
     <enumeration value="10"/>
   </restriction>
 </simpleType>
 
Code.Melderegisterauskunft.Optionen

Java-Klasse für Code.Melderegisterauskunft.Optionen complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Melderegisterauskunft.Optionen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="04"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:melderegisterauskunft.optionen" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeMelderegisterauskunftOptionenEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="04"/>
   </restriction>
 </simpleType>
 
Code.Melderegisterauskunft.Zusatzinformation

Java-Klasse für Code.Melderegisterauskunft.Zusatzinformation complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Melderegisterauskunft.Zusatzinformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
               <enumeration value="05"/>
               <enumeration value="06"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:melderegisterauskunft.zusatzinformation" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeMelderegisterauskunftZusatzinformationEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
     <enumeration value="05"/>
     <enumeration value="06"/>
   </restriction>
 </simpleType>
 
Code.Partnerdaten.Anlass.der.Fortschreibung

Java-Klasse für Code.Partnerdaten.Anlass.der.Fortschreibung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Partnerdaten.Anlass.der.Fortschreibung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:partnerdaten.anlass.der.fortschreibung" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodePartnerdatenAnlassderFortschreibungEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
   </restriction>
 </simpleType>
 
Code.Partnerschaftsinformation

Java-Klasse für Code.Partnerschaftsinformation complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Partnerschaftsinformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:partnerschaftsinformation" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodePartnerschaftsinformationEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
   </restriction>
 </simpleType>
 
Code.Pass.und.Ausweisdokumente

Java-Klasse für Code.Pass.und.Ausweisdokumente complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Pass.und.Ausweisdokumente">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
               <enumeration value="05"/>
               <enumeration value="06"/>
               <enumeration value="07"/>
               <enumeration value="08"/>
               <enumeration value="09"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
               <enumeration value="12"/>
               <enumeration value="13"/>
               <enumeration value="14"/>
               <enumeration value="15"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:pass.und.ausweisdokumente" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="5" />
     </restriction>
   </complexContent>
 </complexType>
 
CodePassundAusweisdokumenteEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
     <enumeration value="05"/>
     <enumeration value="06"/>
     <enumeration value="07"/>
     <enumeration value="08"/>
     <enumeration value="09"/>
     <enumeration value="10"/>
     <enumeration value="11"/>
     <enumeration value="12"/>
     <enumeration value="13"/>
     <enumeration value="14"/>
     <enumeration value="15"/>
   </restriction>
 </simpleType>
 
Code.Passversagung.Status

Java-Klasse für Code.Passversagung.Status complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Passversagung.Status">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:passversagung.status" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="3" />
     </restriction>
   </complexContent>
 </complexType>
 
CodePassversagungStatusEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
     <enumeration value="5"/>
     <enumeration value="6"/>
     <enumeration value="7"/>
     <enumeration value="8"/>
   </restriction>
 </simpleType>
 
Code.Religion.nicht.Steuer.erhebend

Java-Klasse für Code.Religion.nicht.Steuer.erhebend complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Religion.nicht.Steuer.erhebend">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:religion.nicht.steuererhebend" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Religion.Steuer.erhebend

Java-Klasse für Code.Religion.Steuer.erhebend complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Religion.Steuer.erhebend">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:religion.steuererhebend" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Ruecksendung.einer.Nachricht

Java-Klasse für Code.Ruecksendung.einer.Nachricht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Ruecksendung.einer.Nachricht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="S000"/>
               <enumeration value="S100"/>
               <enumeration value="S999"/>
               <enumeration value="T000"/>
               <enumeration value="T001"/>
               <enumeration value="T002"/>
               <enumeration value="T003"/>
               <enumeration value="T010"/>
               <enumeration value="T011"/>
               <enumeration value="T020"/>
               <enumeration value="T070"/>
               <enumeration value="T080"/>
               <enumeration value="T099"/>
               <enumeration value="V000"/>
               <enumeration value="X000"/>
               <enumeration value="X001"/>
               <enumeration value="X010"/>
               <enumeration value="X011"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:ruecksendung.einer.nachricht" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="3" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeRuecksendungeinerNachrichtEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="S000"/>
     <enumeration value="S100"/>
     <enumeration value="S999"/>
     <enumeration value="T000"/>
     <enumeration value="T001"/>
     <enumeration value="T002"/>
     <enumeration value="T003"/>
     <enumeration value="T010"/>
     <enumeration value="T011"/>
     <enumeration value="T020"/>
     <enumeration value="T070"/>
     <enumeration value="T080"/>
     <enumeration value="T099"/>
     <enumeration value="V000"/>
     <enumeration value="X000"/>
     <enumeration value="X001"/>
     <enumeration value="X010"/>
     <enumeration value="X011"/>
   </restriction>
 </simpleType>
 
Code.Staat

Java-Klasse für Code.Staat complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Staat">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:staat" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Staatsangehoerigkeit

Java-Klasse für Code.Staatsangehoerigkeit complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Staatsangehoerigkeit">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:staatsangehoerigkeit" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Staatsangehoerigkeit.Glaubhaftmachung

Java-Klasse für Code.Staatsangehoerigkeit.Glaubhaftmachung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Staatsangehoerigkeit.Glaubhaftmachung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
               <enumeration value="9"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:staatsangehoerigkeit.glaubhaftmachung" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="3" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeStaatsangehoerigkeitGlaubhaftmachungEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
     <enumeration value="5"/>
     <enumeration value="6"/>
     <enumeration value="7"/>
     <enumeration value="8"/>
     <enumeration value="9"/>
   </restriction>
 </simpleType>
 
Code.Stornierung

Java-Klasse für Code.Stornierung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Stornierung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:stornierung" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeStornierungEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
   </restriction>
 </simpleType>
 
Code.VerwaltungspolitischeCodierung.Bezirk

Java-Klasse für Code.VerwaltungspolitischeCodierung.Bezirk complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.VerwaltungspolitischeCodierung.Bezirk">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:bezirk" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.VerwaltungspolitischeCodierung.Bundesland

Java-Klasse für Code.VerwaltungspolitischeCodierung.Bundesland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.VerwaltungspolitischeCodierung.Bundesland">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:bundesland" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.VerwaltungspolitischeCodierung.Kreis

Java-Klasse für Code.VerwaltungspolitischeCodierung.Kreis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.VerwaltungspolitischeCodierung.Kreis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:kreis" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.VerwaltungspolitischeCodierung.Regionalschluessel

Java-Klasse für Code.VerwaltungspolitischeCodierung.Regionalschluessel complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.VerwaltungspolitischeCodierung.Regionalschluessel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:bund:destatis:bevoelkerungsstatistik:schluessel:rs" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.Vorausgefuellter.Meldeschein.Antwortstatus

Java-Klasse für Code.Vorausgefuellter.Meldeschein.Antwortstatus complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Vorausgefuellter.Meldeschein.Antwortstatus">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
               <enumeration value="04"/>
               <enumeration value="07"/>
               <enumeration value="09"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:vorausgefuellter.meldeschein.antwortstatus" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeVorausgefuellterMeldescheinAntwortstatusEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
     <enumeration value="04"/>
     <enumeration value="07"/>
     <enumeration value="09"/>
   </restriction>
 </simpleType>
 
Code.Wahlausschluss

Java-Klasse für Code.Wahlausschluss complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Wahlausschluss">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:wahlausschluss" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="3" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeWahlausschlussEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
   </restriction>
 </simpleType>
 
Code.Wohnungsart

Java-Klasse für Code.Wohnungsart complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Wohnungsart">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:wohnungsart" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="4" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeWohnungsartEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
     <enumeration value="5"/>
     <enumeration value="6"/>
     <enumeration value="7"/>
   </restriction>
 </simpleType>
 
Code.Wohnungsstatus

Java-Klasse für Code.Wohnungsstatus complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.Wohnungsstatus">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:dsmeld:schluesseltabelle:wohnungsstatus" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeWohnungsstatusEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="0"/>
     <enumeration value="1"/>
     <enumeration value="2"/>
   </restriction>
 </simpleType>
 
Code.XMeld.Datenuebermittlungsanlaesse

Java-Klasse für Code.XMeld.Datenuebermittlungsanlaesse complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.XMeld.Datenuebermittlungsanlaesse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="10"/>
               <enumeration value="11"/>
               <enumeration value="12"/>
               <enumeration value="13"/>
               <enumeration value="14"/>
               <enumeration value="15"/>
               <enumeration value="16"/>
               <enumeration value="17"/>
               <enumeration value="18"/>
               <enumeration value="19"/>
               <enumeration value="2"/>
               <enumeration value="20"/>
               <enumeration value="21"/>
               <enumeration value="22"/>
               <enumeration value="23"/>
               <enumeration value="24"/>
               <enumeration value="25"/>
               <enumeration value="26"/>
               <enumeration value="27"/>
               <enumeration value="28"/>
               <enumeration value="29"/>
               <enumeration value="3"/>
               <enumeration value="30"/>
               <enumeration value="31"/>
               <enumeration value="32"/>
               <enumeration value="33"/>
               <enumeration value="34"/>
               <enumeration value="35"/>
               <enumeration value="36"/>
               <enumeration value="37"/>
               <enumeration value="38"/>
               <enumeration value="39"/>
               <enumeration value="4"/>
               <enumeration value="40"/>
               <enumeration value="41"/>
               <enumeration value="5"/>
               <enumeration value="6"/>
               <enumeration value="7"/>
               <enumeration value="8"/>
               <enumeration value="9"/>
             </restriction>
           </simpleType>
         </element>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0" form="unqualified"/>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:xmeld.datenuebermittlungsanlaesse" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="6" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeXMeldDatenuebermittlungsanlaesseEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="10"/>
     <enumeration value="11"/>
     <enumeration value="12"/>
     <enumeration value="13"/>
     <enumeration value="14"/>
     <enumeration value="15"/>
     <enumeration value="16"/>
     <enumeration value="17"/>
     <enumeration value="18"/>
     <enumeration value="19"/>
     <enumeration value="2"/>
     <enumeration value="20"/>
     <enumeration value="21"/>
     <enumeration value="22"/>
     <enumeration value="23"/>
     <enumeration value="24"/>
     <enumeration value="25"/>
     <enumeration value="26"/>
     <enumeration value="27"/>
     <enumeration value="28"/>
     <enumeration value="29"/>
     <enumeration value="3"/>
     <enumeration value="30"/>
     <enumeration value="31"/>
     <enumeration value="32"/>
     <enumeration value="33"/>
     <enumeration value="34"/>
     <enumeration value="35"/>
     <enumeration value="36"/>
     <enumeration value="37"/>
     <enumeration value="38"/>
     <enumeration value="39"/>
     <enumeration value="4"/>
     <enumeration value="40"/>
     <enumeration value="41"/>
     <enumeration value="5"/>
     <enumeration value="6"/>
     <enumeration value="7"/>
     <enumeration value="8"/>
     <enumeration value="9"/>
   </restriction>
 </simpleType>
 
Code.XMeldIT.Aenderungsart

Java-Klasse für Code.XMeldIT.Aenderungsart complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.XMeldIT.Aenderungsart">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="101"/>
               <enumeration value="102"/>
               <enumeration value="103"/>
               <enumeration value="104"/>
               <enumeration value="201"/>
               <enumeration value="202"/>
               <enumeration value="301"/>
               <enumeration value="302"/>
               <enumeration value="303"/>
               <enumeration value="304"/>
               <enumeration value="305"/>
               <enumeration value="307"/>
               <enumeration value="308"/>
               <enumeration value="309"/>
               <enumeration value="310"/>
               <enumeration value="311"/>
               <enumeration value="312"/>
               <enumeration value="313"/>
               <enumeration value="314"/>
               <enumeration value="315"/>
               <enumeration value="316"/>
               <enumeration value="317"/>
               <enumeration value="321"/>
               <enumeration value="322"/>
               <enumeration value="323"/>
               <enumeration value="324"/>
               <enumeration value="325"/>
               <enumeration value="380"/>
               <enumeration value="381"/>
               <enumeration value="382"/>
               <enumeration value="383"/>
               <enumeration value="384"/>
               <enumeration value="385"/>
               <enumeration value="386"/>
               <enumeration value="390"/>
               <enumeration value="701"/>
               <enumeration value="703"/>
               <enumeration value="704"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:xmeldit.aenderungsart" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="5" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeXMeldITAenderungsartEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="101"/>
     <enumeration value="102"/>
     <enumeration value="103"/>
     <enumeration value="104"/>
     <enumeration value="201"/>
     <enumeration value="202"/>
     <enumeration value="301"/>
     <enumeration value="302"/>
     <enumeration value="303"/>
     <enumeration value="304"/>
     <enumeration value="305"/>
     <enumeration value="307"/>
     <enumeration value="308"/>
     <enumeration value="309"/>
     <enumeration value="310"/>
     <enumeration value="311"/>
     <enumeration value="312"/>
     <enumeration value="313"/>
     <enumeration value="314"/>
     <enumeration value="315"/>
     <enumeration value="316"/>
     <enumeration value="317"/>
     <enumeration value="321"/>
     <enumeration value="322"/>
     <enumeration value="323"/>
     <enumeration value="324"/>
     <enumeration value="325"/>
     <enumeration value="380"/>
     <enumeration value="381"/>
     <enumeration value="382"/>
     <enumeration value="383"/>
     <enumeration value="384"/>
     <enumeration value="385"/>
     <enumeration value="386"/>
     <enumeration value="390"/>
     <enumeration value="701"/>
     <enumeration value="703"/>
     <enumeration value="704"/>
   </restriction>
 </simpleType>
 
Code.XMeldIT.Art.der.Untersuchung

Java-Klasse für Code.XMeldIT.Art.der.Untersuchung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.XMeldIT.Art.der.Untersuchung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="5"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:xmeldit.art.der.untersuchung" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeXMeldITArtderUntersuchungEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="1"/>
     <enumeration value="2"/>
     <enumeration value="3"/>
     <enumeration value="4"/>
     <enumeration value="5"/>
   </restriction>
 </simpleType>
 
Code.XMeldIT.Fehlercodes.landesspezifisch Mit diesem Code-Datentyp können Schlüsseltabellen mit landesspezifischen Fehlercodes eingebunden werden.

Java-Klasse für Code.XMeldIT.Fehlercodes.landesspezifisch complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.XMeldIT.Fehlercodes.landesspezifisch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
       </sequence>
       <attribute name="listURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="listVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
     </restriction>
   </complexContent>
 </complexType>
 
Code.XMeldIT.Konsequenz.Fehler

Java-Klasse für Code.XMeldIT.Konsequenz.Fehler complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.XMeldIT.Konsequenz.Fehler">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="01"/>
               <enumeration value="02"/>
               <enumeration value="03"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:xmeldit.konsequenz.fehler" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeXMeldITKonsequenzFehlerEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="01"/>
     <enumeration value="02"/>
     <enumeration value="03"/>
   </restriction>
 </simpleType>
 
Code.XMeld.Nachrichten

Java-Klasse für Code.XMeld.Nachrichten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Code.XMeld.Nachrichten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" form="unqualified">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="0001"/>
               <enumeration value="0002"/>
               <enumeration value="0003"/>
               <enumeration value="0006"/>
               <enumeration value="0014"/>
               <enumeration value="0040"/>
               <enumeration value="0063"/>
               <enumeration value="0064"/>
               <enumeration value="0065"/>
               <enumeration value="0066"/>
               <enumeration value="0067"/>
               <enumeration value="0068"/>
               <enumeration value="0069"/>
               <enumeration value="0070"/>
               <enumeration value="0074"/>
               <enumeration value="0075"/>
               <enumeration value="0078"/>
               <enumeration value="0079"/>
               <enumeration value="0081"/>
               <enumeration value="0085"/>
               <enumeration value="0088"/>
               <enumeration value="0089"/>
               <enumeration value="0090"/>
               <enumeration value="0091"/>
               <enumeration value="0092"/>
               <enumeration value="0093"/>
               <enumeration value="0094"/>
               <enumeration value="0095"/>
               <enumeration value="0096"/>
               <enumeration value="0097"/>
               <enumeration value="0098"/>
               <enumeration value="0099"/>
               <enumeration value="0100"/>
               <enumeration value="0103"/>
               <enumeration value="0104"/>
               <enumeration value="0197"/>
               <enumeration value="0198"/>
               <enumeration value="0201"/>
               <enumeration value="0202"/>
               <enumeration value="0203"/>
               <enumeration value="0204"/>
               <enumeration value="0206"/>
               <enumeration value="0221"/>
               <enumeration value="0223"/>
               <enumeration value="0224"/>
               <enumeration value="0300"/>
               <enumeration value="0301"/>
               <enumeration value="0430"/>
               <enumeration value="0500"/>
               <enumeration value="0501"/>
               <enumeration value="0502"/>
               <enumeration value="0503"/>
               <enumeration value="0504"/>
               <enumeration value="0507"/>
               <enumeration value="0508"/>
               <enumeration value="0509"/>
               <enumeration value="0510"/>
               <enumeration value="0511"/>
               <enumeration value="0512"/>
               <enumeration value="0513"/>
               <enumeration value="0515"/>
               <enumeration value="0516"/>
               <enumeration value="0517"/>
               <enumeration value="0518"/>
               <enumeration value="0519"/>
               <enumeration value="0520"/>
               <enumeration value="0521"/>
               <enumeration value="0522"/>
               <enumeration value="0523"/>
               <enumeration value="0545"/>
               <enumeration value="0550"/>
               <enumeration value="0557"/>
               <enumeration value="0560"/>
               <enumeration value="0561"/>
               <enumeration value="0600"/>
               <enumeration value="0601"/>
               <enumeration value="0602"/>
               <enumeration value="0603"/>
               <enumeration value="0604"/>
               <enumeration value="0810"/>
               <enumeration value="0811"/>
               <enumeration value="0812"/>
               <enumeration value="0820"/>
               <enumeration value="0851"/>
               <enumeration value="0852"/>
               <enumeration value="0853"/>
               <enumeration value="0854"/>
               <enumeration value="0900"/>
               <enumeration value="0905"/>
               <enumeration value="0910"/>
               <enumeration value="0928"/>
               <enumeration value="0930"/>
               <enumeration value="1000"/>
               <enumeration value="1001"/>
               <enumeration value="1002"/>
               <enumeration value="1003"/>
               <enumeration value="1004"/>
               <enumeration value="1005"/>
               <enumeration value="1009"/>
               <enumeration value="1010"/>
               <enumeration value="1100"/>
               <enumeration value="1101"/>
               <enumeration value="1104"/>
               <enumeration value="1320"/>
               <enumeration value="1321"/>
               <enumeration value="1322"/>
               <enumeration value="1324"/>
               <enumeration value="1325"/>
               <enumeration value="1400"/>
               <enumeration value="1499"/>
               <enumeration value="1500"/>
               <enumeration value="1501"/>
               <enumeration value="1600"/>
               <enumeration value="1601"/>
               <enumeration value="1603"/>
               <enumeration value="1604"/>
               <enumeration value="1605"/>
               <enumeration value="1610"/>
               <enumeration value="1612"/>
               <enumeration value="1650"/>
               <enumeration value="1651"/>
               <enumeration value="1652"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:de:xmeld:schluesseltabelle:xmeld.nachrichten" />
       <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" fixed="2.4.4" />
     </restriction>
   </complexContent>
 </complexType>
 
CodeXMeldNachrichtenEnum (Anonymous)

Java-Klasse für null.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="0001"/>
     <enumeration value="0002"/>
     <enumeration value="0003"/>
     <enumeration value="0006"/>
     <enumeration value="0014"/>
     <enumeration value="0040"/>
     <enumeration value="0063"/>
     <enumeration value="0064"/>
     <enumeration value="0065"/>
     <enumeration value="0066"/>
     <enumeration value="0067"/>
     <enumeration value="0068"/>
     <enumeration value="0069"/>
     <enumeration value="0070"/>
     <enumeration value="0074"/>
     <enumeration value="0075"/>
     <enumeration value="0078"/>
     <enumeration value="0079"/>
     <enumeration value="0081"/>
     <enumeration value="0085"/>
     <enumeration value="0088"/>
     <enumeration value="0089"/>
     <enumeration value="0090"/>
     <enumeration value="0091"/>
     <enumeration value="0092"/>
     <enumeration value="0093"/>
     <enumeration value="0094"/>
     <enumeration value="0095"/>
     <enumeration value="0096"/>
     <enumeration value="0097"/>
     <enumeration value="0098"/>
     <enumeration value="0099"/>
     <enumeration value="0100"/>
     <enumeration value="0103"/>
     <enumeration value="0104"/>
     <enumeration value="0197"/>
     <enumeration value="0198"/>
     <enumeration value="0201"/>
     <enumeration value="0202"/>
     <enumeration value="0203"/>
     <enumeration value="0204"/>
     <enumeration value="0206"/>
     <enumeration value="0221"/>
     <enumeration value="0223"/>
     <enumeration value="0224"/>
     <enumeration value="0300"/>
     <enumeration value="0301"/>
     <enumeration value="0430"/>
     <enumeration value="0500"/>
     <enumeration value="0501"/>
     <enumeration value="0502"/>
     <enumeration value="0503"/>
     <enumeration value="0504"/>
     <enumeration value="0507"/>
     <enumeration value="0508"/>
     <enumeration value="0509"/>
     <enumeration value="0510"/>
     <enumeration value="0511"/>
     <enumeration value="0512"/>
     <enumeration value="0513"/>
     <enumeration value="0515"/>
     <enumeration value="0516"/>
     <enumeration value="0517"/>
     <enumeration value="0518"/>
     <enumeration value="0519"/>
     <enumeration value="0520"/>
     <enumeration value="0521"/>
     <enumeration value="0522"/>
     <enumeration value="0523"/>
     <enumeration value="0545"/>
     <enumeration value="0550"/>
     <enumeration value="0557"/>
     <enumeration value="0560"/>
     <enumeration value="0561"/>
     <enumeration value="0600"/>
     <enumeration value="0601"/>
     <enumeration value="0602"/>
     <enumeration value="0603"/>
     <enumeration value="0604"/>
     <enumeration value="0810"/>
     <enumeration value="0811"/>
     <enumeration value="0812"/>
     <enumeration value="0820"/>
     <enumeration value="0851"/>
     <enumeration value="0852"/>
     <enumeration value="0853"/>
     <enumeration value="0854"/>
     <enumeration value="0900"/>
     <enumeration value="0905"/>
     <enumeration value="0910"/>
     <enumeration value="0928"/>
     <enumeration value="0930"/>
     <enumeration value="1000"/>
     <enumeration value="1001"/>
     <enumeration value="1002"/>
     <enumeration value="1003"/>
     <enumeration value="1004"/>
     <enumeration value="1005"/>
     <enumeration value="1009"/>
     <enumeration value="1010"/>
     <enumeration value="1100"/>
     <enumeration value="1101"/>
     <enumeration value="1104"/>
     <enumeration value="1320"/>
     <enumeration value="1321"/>
     <enumeration value="1322"/>
     <enumeration value="1324"/>
     <enumeration value="1325"/>
     <enumeration value="1400"/>
     <enumeration value="1499"/>
     <enumeration value="1500"/>
     <enumeration value="1501"/>
     <enumeration value="1600"/>
     <enumeration value="1601"/>
     <enumeration value="1603"/>
     <enumeration value="1604"/>
     <enumeration value="1605"/>
     <enumeration value="1610"/>
     <enumeration value="1612"/>
     <enumeration value="1650"/>
     <enumeration value="1651"/>
     <enumeration value="1652"/>
   </restriction>
 </simpleType>
 
DatenabrufeAntwort1321 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="suchprofilZitiert" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil"/>
         <element name="antwortSuchanfrage" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.SuchanfrageAntwort"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenabrufeAntwortAsynchron1325 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="suchprofilZitiert" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil"/>
         <element name="antwortSuchanfrage" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.SuchanfrageAntwort"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenabrufeAussteuerungSuchanfrage1322 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="gefundenePerson" type="{http://www.osci.de/xmeld244}type.Aussteuerung.Identifikation.Person"/>
         <element name="nachricht" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="nachrichtenart" type="{http://www.osci.de/xmeld244}Code.XMeld.Nachrichten"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenabrufeSuchanfrage1320 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="datenAbrufendeStelle" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.DatenAbrufendeStelle"/>
         <element name="suchprofil" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil"/>
         <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Steuerungsinformationen"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenabrufeSuchanfrageAsynchron1324 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="datenAbrufendeStelle" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.DatenAbrufendeStelle"/>
         <element name="suchprofil" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil"/>
         <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Steuerungsinformationen"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungAenderung1001 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="aenderung" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
                   <element name="merkmal.leben" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="aenderung.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Familienname" minOccurs="0"/>
                   <element name="aenderung.ehename" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
                   <element name="aenderung.lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
                   <element name="aenderung.geburtsname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
                   <element name="aenderung.frueherer.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
                   <element name="aenderung.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                   <element name="aenderung.rufname" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                   <element name="aenderung.fruehere.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                   <element name="aenderung.doktorgrad" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.doktorgrad" minOccurs="0"/>
                   <element name="aenderung.geburtsdaten" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geburtsdaten" minOccurs="0"/>
                   <element name="aenderung.geschlecht" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geschlecht" minOccurs="0"/>
                   <element name="aenderung.anschrift.gegenwaertig" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
                   <element name="aenderung.anschrift.bisher" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
                   <element name="aenderung.sterbetag" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Sterbetag" minOccurs="0"/>
                   <element name="aenderung.eheLpBeginn" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.EheLpBeginn" minOccurs="0"/>
                   <element name="aenderung.datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.EheLpBeginn" minOccurs="0"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Aenderung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
         <element name="merkmal.leben" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="aenderung.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Familienname" minOccurs="0"/>
         <element name="aenderung.ehename" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
         <element name="aenderung.lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
         <element name="aenderung.geburtsname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
         <element name="aenderung.frueherer.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
         <element name="aenderung.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
         <element name="aenderung.rufname" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
         <element name="aenderung.fruehere.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
         <element name="aenderung.doktorgrad" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.doktorgrad" minOccurs="0"/>
         <element name="aenderung.geburtsdaten" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geburtsdaten" minOccurs="0"/>
         <element name="aenderung.geschlecht" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geschlecht" minOccurs="0"/>
         <element name="aenderung.anschrift.gegenwaertig" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
         <element name="aenderung.anschrift.bisher" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
         <element name="aenderung.sterbetag" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Sterbetag" minOccurs="0"/>
         <element name="aenderung.eheLpBeginn" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.EheLpBeginn" minOccurs="0"/>
         <element name="aenderung.datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.EheLpBeginn" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungAenderungIdNr0522 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.bzst" type="{http://www.osci.de/xmeld244}type.identifikation.bzst"/>
         <element name="idNr.vorher" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="idNr.nachher" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="erinnerungsmanagement">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="kennzeichen" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="status" type="{http://www.osci.de/xmeld244}type.BZSt.Erinnerungsstatus"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Erinnerungsmanagement (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kennzeichen" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="status" type="{http://www.osci.de/xmeld244}type.BZSt.Erinnerungsstatus"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungAenderungSteuerpflichtiger0502 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="aenderungsteuerpflichtiger">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
                   <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
                   <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
                   <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Aenderungsteuerpflichtiger (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
         <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungAnforderungIdNr0500 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="anforderungidnr">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anforderungsartidnr" type="{http://www.osci.de/xmeld244}Code.BZSt.Anforderung.IdNr"/>
                   <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
                   <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                   <element name="zustaendigkeitsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Anforderungidnr (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anforderungsartidnr" type="{http://www.osci.de/xmeld244}Code.BZSt.Anforderung.IdNr"/>
         <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
         <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="zustaendigkeitsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungAnfrageidnrauswaertigerehegattelebenspartner0518 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="anfrage">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="betroffene.person.gemeldet">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                             <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ehegatte.lebenspartner.auswaertig">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
                             <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                             <element name="gemeinde" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Anfrage (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="betroffene.person.gemeldet">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                   <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ehegatte.lebenspartner.auswaertig">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
                   <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                   <element name="gemeinde" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
BetroffenePersonGemeldet (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
EhegatteLebenspartnerAuswaertig (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="gemeinde" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungAntwortIdnrPartnerAuswaertig0519 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="antwort">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="idnr.betroffene.person" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                   <element name="anfrage">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
                             <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                             <element name="gemeinde" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ergebnis">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="ehegatte.lebenspartner.auswaertig">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                                       <element name="name.abweichend" type="{http://www.osci.de/xmeld244}type.bzst.name" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="grundkeintreffer" type="{http://www.osci.de/xmeld244}Code.BZSt.Antwort.IdNr-Ehegatte-Lebenspartner"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Antwort (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="idnr.betroffene.person" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="anfrage">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
                   <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                   <element name="gemeinde" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ergebnis">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="ehegatte.lebenspartner.auswaertig">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                             <element name="name.abweichend" type="{http://www.osci.de/xmeld244}type.bzst.name" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="grundkeintreffer" type="{http://www.osci.de/xmeld244}Code.BZSt.Antwort.IdNr-Ehegatte-Lebenspartner"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Anfrage (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="gemeinde" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ergebnis (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="ehegatte.lebenspartner.auswaertig">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                   <element name="name.abweichend" type="{http://www.osci.de/xmeld244}type.bzst.name" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="grundkeintreffer" type="{http://www.osci.de/xmeld244}Code.BZSt.Antwort.IdNr-Ehegatte-Lebenspartner"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
EhegatteLebenspartnerAuswaertig (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="name.abweichend" type="{http://www.osci.de/xmeld244}type.bzst.name" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungAntwortidnr0501 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="antwortidnrsteuerpflichtiger">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
                   <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                   <element name="identifikation.bzst" type="{http://www.osci.de/xmeld244}type.identifikation.bzst"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Antwortidnrsteuerpflichtiger (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
         <element name="idnr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="identifikation.bzst" type="{http://www.osci.de/xmeld244}type.identifikation.bzst"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungAussteuerungManuelleKlaerung0520 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
         <element name="identifikation.bzst" type="{http://www.osci.de/xmeld244}type.identifikation.bzst"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungBruttodaten1000 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="bruttodaten" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
                   <element name="anlass" type="{http://www.osci.de/xmeld244}Code.DSRV.Bruttolieferung.Anlass"/>
                   <element name="namen" type="{http://www.osci.de/xmeld244}type.DSRV.NameNatuerlichePerson"/>
                   <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt" minOccurs="0"/>
                   <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht" minOccurs="0"/>
                   <element name="anschrift.gegenwaertig" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk" minOccurs="0"/>
                   <element name="anschrift.bisher" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk" minOccurs="0"/>
                   <element name="eheLpBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Bruttodaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.DSRV.Bruttolieferung.Anlass"/>
         <element name="namen" type="{http://www.osci.de/xmeld244}type.DSRV.NameNatuerlichePerson"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht" minOccurs="0"/>
         <element name="anschrift.gegenwaertig" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk" minOccurs="0"/>
         <element name="anschrift.bisher" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk" minOccurs="0"/>
         <element name="eheLpBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungBzranfrage0430 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="aktenzeichennachricht" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="bzranfrage" type="{http://www.osci.de/xmeld244}type.BZR.Fuehrungszeugnis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungDatenNachAenderungIdNr0523 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="idNr" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
         <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
         <element name="erinnerungskennzeichen" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungEndeZustaendigkeitSteuerpflichtiger0510 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="nicht.mehr.zustaendig.fuer.person">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="grundderbeendigungderzustaendigkeit" type="{http://www.osci.de/xmeld244}Code.BZSt.Beendigung.der.Zustaendigkeit"/>
                   <element name="zustaendigkeitsendedatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
                   <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
                   <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                   <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
NichtMehrZustaendigFuerPerson (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="grundderbeendigungderzustaendigkeit" type="{http://www.osci.de/xmeld244}Code.BZSt.Beendigung.der.Zustaendigkeit"/>
         <element name="zustaendigkeitsendedatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungFehlerhafteNachricht0508 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="fallmitteilung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
                   <element name="fehlernachricht" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="bzst.fehlercode" type="{http://www.osci.de/xmeld244}Code.BZSt.Fehlercode.Fachlich"/>
                             <element name="bzst.freitext" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="identifikation.bzst" type="{http://www.osci.de/xmeld244}type.identifikation.bzst"/>
                   <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
                   <element name="geburtsdatum.bzst" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
                   <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Fallmitteilung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="fehlernachricht" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="bzst.fehlercode" type="{http://www.osci.de/xmeld244}Code.BZSt.Fehlercode.Fachlich"/>
                   <element name="bzst.freitext" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.bzst" type="{http://www.osci.de/xmeld244}type.identifikation.bzst"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="geburtsdatum.bzst" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Fehlernachricht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bzst.fehlercode" type="{http://www.osci.de/xmeld244}Code.BZSt.Fehlercode.Fachlich"/>
         <element name="bzst.freitext" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungFehlerhaftenachricht1009 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="fehler" type="{http://www.osci.de/xmeld244}type.dsrv.fehler" maxOccurs="unbounded"/>
         <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungGeburtsmitteilung1002 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="geburt" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                   <element name="mutter" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
                   <element name="kind" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Geburt (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="mutter" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
         <element name="kind" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungGeburtsmitteilungaenderung1003 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="aenderung.mutter" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation.mutter" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
                   <element name="aenderung.kind" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="kind.loeschen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                             <element name="aenderung.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Familienname" minOccurs="0"/>
                             <element name="aenderung.frueherer.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
                             <element name="aenderung.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                             <element name="aenderung.rufname" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                             <element name="aenderung.fruehere.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                             <element name="aenderung.geburtsdaten" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geburtsdaten" minOccurs="0"/>
                             <element name="aenderung.geschlecht" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geschlecht" minOccurs="0"/>
                             <element name="aenderung.anschrift.gegenwaertig" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
                             <element name="aenderung.anschrift.bisher" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AenderungMutter (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.mutter" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
         <element name="aenderung.kind" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="kind.loeschen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="aenderung.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Familienname" minOccurs="0"/>
                   <element name="aenderung.frueherer.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
                   <element name="aenderung.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                   <element name="aenderung.rufname" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                   <element name="aenderung.fruehere.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
                   <element name="aenderung.geburtsdaten" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geburtsdaten" minOccurs="0"/>
                   <element name="aenderung.geschlecht" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geschlecht" minOccurs="0"/>
                   <element name="aenderung.anschrift.gegenwaertig" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
                   <element name="aenderung.anschrift.bisher" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungKind (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kind.loeschen" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="aenderung.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Familienname" minOccurs="0"/>
         <element name="aenderung.frueherer.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Nachname" minOccurs="0"/>
         <element name="aenderung.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
         <element name="aenderung.rufname" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
         <element name="aenderung.fruehere.vornamen" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.vorname" minOccurs="0"/>
         <element name="aenderung.geburtsdaten" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geburtsdaten" minOccurs="0"/>
         <element name="aenderung.geschlecht" type="{http://www.osci.de/xmeld244}type.dsrv.aenderung.geschlecht" minOccurs="0"/>
         <element name="aenderung.anschrift.gegenwaertig" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
         <element name="aenderung.anschrift.bisher" type="{http://www.osci.de/xmeld244}type.DSRV.Aenderung.Anschrift" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungHinweisaufinkonsistenz0516 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="hinweisaufinkonsistenz">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                   <element name="art.des.hinweises" type="{http://www.osci.de/xmeld244}Code.BZSt.Hinweis.auf.Inkonsistenz"/>
                   <element name="beteiligteperson" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="beteiligteperson.eigenegemeinde" type="{http://www.osci.de/xmeld244}type.bzst.hinweisaufinkonsistenz.beteiligteperson"/>
                             <element name="beteiligteperson.anderegemeinde" type="{http://www.osci.de/xmeld244}type.bzst.hinweisaufinkonsistenz.beteiligteperson.anderebehoerde"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Hinweisaufinkonsistenz (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="art.des.hinweises" type="{http://www.osci.de/xmeld244}Code.BZSt.Hinweis.auf.Inkonsistenz"/>
         <element name="beteiligteperson" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="beteiligteperson.eigenegemeinde" type="{http://www.osci.de/xmeld244}type.bzst.hinweisaufinkonsistenz.beteiligteperson"/>
                   <element name="beteiligteperson.anderegemeinde" type="{http://www.osci.de/xmeld244}type.bzst.hinweisaufinkonsistenz.beteiligteperson.anderebehoerde"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Beteiligteperson (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="beteiligteperson.eigenegemeinde" type="{http://www.osci.de/xmeld244}type.bzst.hinweisaufinkonsistenz.beteiligteperson"/>
         <element name="beteiligteperson.anderegemeinde" type="{http://www.osci.de/xmeld244}type.bzst.hinweisaufinkonsistenz.beteiligteperson.anderebehoerde"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungKonfliktmitteilungAnAusloeser0503 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="konfliktfall">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="erinnerungsstatus" type="{http://www.osci.de/xmeld244}type.BZSt.Erinnerungsstatus"/>
                   <element name="konfliktmanagement" type="{http://www.osci.de/xmeld244}type.bzst.konfliktmanagement"/>
                   <element name="ausloesende.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
                   <element name="weitere.beteiligte.person" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="aktive.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
                             <element name="inaktive.person">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="konfliktfall.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
                                       <element name="grundderbeendigungderzustaendigkeit" type="{http://www.osci.de/xmeld244}Code.BZSt.Beendigung.der.Zustaendigkeit"/>
                                       <element name="zustaendigkeitsendedatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                                       <element name="letzteInlandsanschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Konfliktfall (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="erinnerungsstatus" type="{http://www.osci.de/xmeld244}type.BZSt.Erinnerungsstatus"/>
         <element name="konfliktmanagement" type="{http://www.osci.de/xmeld244}type.bzst.konfliktmanagement"/>
         <element name="ausloesende.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
         <element name="weitere.beteiligte.person" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="aktive.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
                   <element name="inaktive.person">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="konfliktfall.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
                             <element name="grundderbeendigungderzustaendigkeit" type="{http://www.osci.de/xmeld244}Code.BZSt.Beendigung.der.Zustaendigkeit"/>
                             <element name="zustaendigkeitsendedatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                             <element name="letzteInlandsanschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
WeitereBeteiligtePerson (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="aktive.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
         <element name="inaktive.person">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="konfliktfall.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
                   <element name="grundderbeendigungderzustaendigkeit" type="{http://www.osci.de/xmeld244}Code.BZSt.Beendigung.der.Zustaendigkeit"/>
                   <element name="zustaendigkeitsendedatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="letzteInlandsanschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
InaktivePerson (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="konfliktfall.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
         <element name="grundderbeendigungderzustaendigkeit" type="{http://www.osci.de/xmeld244}Code.BZSt.Beendigung.der.Zustaendigkeit"/>
         <element name="zustaendigkeitsendedatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="letzteInlandsanschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungMelderegisterkorrekt1010 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="urspruenglicher.fehler" type="{http://www.osci.de/xmeld244}type.dsrv.fehler" maxOccurs="unbounded"/>
         <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungMitteilungAufUndAbspaltung0515 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="zustaendigkeitsteuerpflichtiger">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
                   <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
                   <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
                   <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Zustaendigkeitsteuerpflichtiger (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
         <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungNichtMehrZustaendig0513 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="zustaendigeMeldebehoerde" type="{http://www.osci.de/xinneres/behoerde/4}Behoerde" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungNichtZustaendigFuerKonfliktklaerung0521 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
         <element name="plausibilitaet.steuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="konfliktmanagement" type="{http://www.osci.de/xmeld244}type.bzst.konfliktmanagement"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland"/>
         <element name="zustaendigeMeldebehoerde" type="{http://www.osci.de/xinneres/behoerde/4}Behoerde.Erreichbar"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungNichtzustaendigkeit0511 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="personnichtgefuehrt">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="konfliktmanagement" type="{http://www.osci.de/xmeld244}type.bzst.konfliktmanagement"/>
                   <element name="konfliktfall.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Personnichtgefuehrt (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="konfliktmanagement" type="{http://www.osci.de/xmeld244}type.bzst.konfliktmanagement"/>
         <element name="konfliktfall.person" type="{http://www.osci.de/xmeld244}type.bzst.konfliktfall.person"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungOptionsmitteilung0560 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="optionsmitteilung" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.identifikation.person"/>
                   <element name="ehename" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="ehename.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="lebenspartnerschaftsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="nachweis.geburt" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
                   <element name="wohnung.bisher" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded"/>
                   <element name="wohnung.kuenftig" type="{http://www.osci.de/xmeld244}type.Auslandsanschrift.Druckbild"/>
                   <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
                   <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher"/>
                   <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.AuskunftssperreOhneFrist" maxOccurs="2" minOccurs="0"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Optionsmitteilung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.identifikation.person"/>
         <element name="ehename" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="ehename.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="lebenspartnerschaftsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="nachweis.geburt" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
         <element name="wohnung.bisher" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded"/>
         <element name="wohnung.kuenftig" type="{http://www.osci.de/xmeld244}type.Auslandsanschrift.Druckbild"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher"/>
         <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.AuskunftssperreOhneFrist" maxOccurs="2" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungOptionsmitteilung0561 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="optionsmitteilung" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.identifikation.person"/>
                   <element name="ehename" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="ehename.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="lebenspartnerschaftsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="nachweis.geburt" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
                   <element name="wohnung.gegenwaertig" type="{http://www.osci.de/xmeld244}type.Wohnung"/>
                   <element name="fruehereWohnung" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="letzteInlandswohnung" type="{http://www.osci.de/xmeld244}type.BVA.WohnungLetzteInlandswohnung"/>
                   <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
                   <element name="anschrift.ausland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
                   <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher"/>
                   <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.AuskunftssperreOhneFrist" maxOccurs="2" minOccurs="0"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Optionsmitteilung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.identifikation.person"/>
         <element name="ehename" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="ehename.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="lebenspartnerschaftsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="nachweis.geburt" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
         <element name="wohnung.gegenwaertig" type="{http://www.osci.de/xmeld244}type.Wohnung"/>
         <element name="fruehereWohnung" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
         <element name="letzteInlandswohnung" type="{http://www.osci.de/xmeld244}type.BVA.WohnungLetzteInlandswohnung"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="anschrift.ausland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
         <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher"/>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.AuskunftssperreOhneFrist" maxOccurs="2" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungRegistermitteilungkba0545 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.KBA.identifikation.person"/>
         <element name="fortschreibung.familiennameOderGeburtsname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienname.vorher">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="familienname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                             <element name="familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="familienname.nachher">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="familienname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                             <element name="familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
                   <element name="geburtsname.vorher" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                             <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="geburtsname.nachher" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                             <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fortschreibung.vornamen" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vornamen.vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                   <element name="vornamen.nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                   <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungFamiliennameOderGeburtsname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname.vorher">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                   <element name="familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="familienname.nachher">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                   <element name="familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
         <element name="geburtsname.vorher" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                   <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsname.nachher" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                   <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FamiliennameNachher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FamiliennameVorher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GeburtsnameNachher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GeburtsnameVorher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FortschreibungVornamen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vornamen.vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="vornamen.nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungSterbefall1005 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="sterbefall" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
                   <element name="sterbetag" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="identifikationsdaten.partner" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Partner" minOccurs="0"/>
                   <element name="eheLpBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Sterbefall (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
         <element name="sterbetag" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="identifikationsdaten.partner" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Partner" minOccurs="0"/>
         <element name="eheLpBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungStornierung1004 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="stornierung" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="grund" type="{http://www.osci.de/xmeld244}Code.Stornierung"/>
                   <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Stornierung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Stornierung"/>
         <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.DSRV.Identifikation.Person"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungStornierungperson0507 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="person.storniert" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="person.weiterhin.geltend" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungWehrverwaltungvolljaehrigkeit0557 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="paketierung" type="{http://www.osci.de/xmeld244}type.paketierung"/>
         <element name="personendaten" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname"/>
                   <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
                   <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                   <element name="rufname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Personendaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="rufname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungZentralregistermitteilungbzr0550 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="zentralregistermitteilung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.bzr.0550.identifikation.person"/>
                   <element name="nachweisdaten">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="eheoderlp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                             <element name="korrektur" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                             <element name="andererverwaltungsakt" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="aenderung.aktuellerFamilienname" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="aenderung.aktuellerFamilienname.strukturiert">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="aktuellerFamilienname.bisher" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
                                       <element name="aktuellerFamilienname.neu" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="aenderung.aktuellerFamilienname.unstrukturiert" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="aktuellerFamilienname.bisher.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                                       <element name="aktuellerFamilienname.neu.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="aenderung.geburtsname" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="aenderung.geburtsname.strukturiert">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="geburtsname.bisher" type="{http://www.osci.de/xmeld244}type.BZR.Nachname" minOccurs="0"/>
                                       <element name="geburtsname.neu" type="{http://www.osci.de/xmeld244}type.BZR.Nachname" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                             <element name="aenderung.geburtsname.unstrukturiert" minOccurs="0">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="geburtsname.bisher.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                                       <element name="geburtsname.neu.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="aenderung.vornamen" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorname.bisher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                             <element name="vorname.neu" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="aenderung.geburtsdatum" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsdatum.bisher" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                             <element name="geburtsdatum.neu" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Zentralregistermitteilung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.bzr.0550.identifikation.person"/>
         <element name="nachweisdaten">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="eheoderlp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="korrektur" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="andererverwaltungsakt" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aenderung.aktuellerFamilienname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="aenderung.aktuellerFamilienname.strukturiert">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="aktuellerFamilienname.bisher" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
                             <element name="aktuellerFamilienname.neu" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="aenderung.aktuellerFamilienname.unstrukturiert" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="aktuellerFamilienname.bisher.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                             <element name="aktuellerFamilienname.neu.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aenderung.geburtsname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="aenderung.geburtsname.strukturiert">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsname.bisher" type="{http://www.osci.de/xmeld244}type.BZR.Nachname" minOccurs="0"/>
                             <element name="geburtsname.neu" type="{http://www.osci.de/xmeld244}type.BZR.Nachname" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="aenderung.geburtsname.unstrukturiert" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsname.bisher.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                             <element name="geburtsname.neu.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aenderung.vornamen" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorname.bisher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                   <element name="vorname.neu" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aenderung.geburtsdatum" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsdatum.bisher" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                   <element name="geburtsdatum.neu" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungAktuellerFamilienname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aenderung.aktuellerFamilienname.strukturiert">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="aktuellerFamilienname.bisher" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
                   <element name="aktuellerFamilienname.neu" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aenderung.aktuellerFamilienname.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="aktuellerFamilienname.bisher.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="aktuellerFamilienname.neu.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungAktuellerFamiliennameStrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aktuellerFamilienname.bisher" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
         <element name="aktuellerFamilienname.neu" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungAktuellerFamiliennameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aktuellerFamilienname.bisher.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="aktuellerFamilienname.neu.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungGeburtsdatum (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsdatum.bisher" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="geburtsdatum.neu" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungGeburtsname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aenderung.geburtsname.strukturiert">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsname.bisher" type="{http://www.osci.de/xmeld244}type.BZR.Nachname" minOccurs="0"/>
                   <element name="geburtsname.neu" type="{http://www.osci.de/xmeld244}type.BZR.Nachname" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aenderung.geburtsname.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsname.bisher.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="geburtsname.neu.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungGeburtsnameStrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsname.bisher" type="{http://www.osci.de/xmeld244}type.BZR.Nachname" minOccurs="0"/>
         <element name="geburtsname.neu" type="{http://www.osci.de/xmeld244}type.BZR.Nachname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungGeburtsnameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsname.bisher.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="geburtsname.neu.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AenderungVornamen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorname.bisher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="vorname.neu" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Nachweisdaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="eheoderlp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="korrektur" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="andererverwaltungsakt" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungZustaendigkeit0509 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="personzurechtgefuehrt">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="konfliktmanagement" type="{http://www.osci.de/xmeld244}type.bzst.konfliktmanagement"/>
                   <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
                   <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Personzurechtgefuehrt (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="konfliktmanagement" type="{http://www.osci.de/xmeld244}type.bzst.konfliktmanagement"/>
         <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungZustaendigkeitSteuerpflichtiger0504 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="zustaendigkeitsteuerpflichtiger">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="zustaendigkeitsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
                   <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
                   <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Zustaendigkeitsteuerpflichtiger (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zustaendigkeitsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="bzst.bruttomeldedaten" type="{http://www.osci.de/xmeld244}type.BZSt.Bruttomeldedaten"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenuebermittlungZustaendigkeitnachdublette0512 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="konfliktmanagement" type="{http://www.osci.de/xmeld244}type.bzst.konfliktmanagement"/>
         <element name="vbm.storniert" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
         <element name="steueridentifikation.weiterhin.geltend" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="plausibilitaetsteuerpflichtiger" type="{http://www.osci.de/xmeld244}type.plausibilitaetsteuerpflichtiger"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
DatenuebermittlungZuteilungidnreglpausserhalb0517 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="zuteilungidnrehegattelebenspartnerausserhalb">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="steueridentifikation.betroffener" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
                   <element name="vbm.ehegatte.lebenspartner.ausserhalb" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
                   <element name="idnr.ehegatte.lebenspartner.ausserhalb" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Zuteilungidnrehegattelebenspartnerausserhalb (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="steueridentifikation.betroffener" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="vbm.ehegatte.lebenspartner.ausserhalb" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
         <element name="idnr.ehegatte.lebenspartner.ausserhalb" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FortschreibungAnschrift0081 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="wirksamkeitsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="anschrift.alt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk"/>
         <element name="anschrift.neu" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungAnschrift0090 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="anschrift.alt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk"/>
         <element name="anschrift.neu" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungAuskunftssperre0093 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="3" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungAuskunftssperre0094 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="3" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungBeigeschriebenePersonAbweichung0197 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Melderegister.Abweichung"/>
         <element name="aenderungBetroffener">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="betroffener.vorher" type="{http://www.osci.de/xmeld244}type.fortschreibung.partnermeldebehoerde.betroffener" minOccurs="0"/>
                   <element name="betroffener.nachher" type="{http://www.osci.de/xmeld244}type.fortschreibung.partnermeldebehoerde.betroffener" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
         <element name="sterbedatum" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AenderungBetroffener (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="betroffener.vorher" type="{http://www.osci.de/xmeld244}type.fortschreibung.partnermeldebehoerde.betroffener" minOccurs="0"/>
         <element name="betroffener.nachher" type="{http://www.osci.de/xmeld244}type.fortschreibung.partnermeldebehoerde.betroffener" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FortschreibungBeigeschriebenerpartner0085 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.Partnerdaten.Anlass.der.Fortschreibung"/>
         <element name="partner" type="{http://www.osci.de/xmeld244}type.Partner.mit.Sperre.und.Steuerid"/>
         <element name="aenderungBetroffener">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="betroffener.vorher" type="{http://www.osci.de/xmeld244}type.fortschreibung.partnermeldebehoerde.betroffener" minOccurs="0"/>
                   <element name="betroffener.nachher" type="{http://www.osci.de/xmeld244}type.fortschreibung.partnermeldebehoerde.betroffener" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AenderungBetroffener (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="betroffener.vorher" type="{http://www.osci.de/xmeld244}type.fortschreibung.partnermeldebehoerde.betroffener" minOccurs="0"/>
         <element name="betroffener.nachher" type="{http://www.osci.de/xmeld244}type.fortschreibung.partnermeldebehoerde.betroffener" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FortschreibungDokument0006 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="ausweisdokument" type="{http://www.osci.de/xmeld244}type.Ausweisdokument"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungDokument0063 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="kinderreisepass" type="{http://www.osci.de/xmeld244}type.Ausweisdokument"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungDokument0064 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="personaldokument.alt" type="{http://www.osci.de/xmeld244}type.Ausweisdokument"/>
         <element name="personaldokument.neu" type="{http://www.osci.de/xmeld244}type.Ausweisdokument"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungDokument0065 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="personaldokument" type="{http://www.osci.de/xmeld244}type.Ausweisdokument"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungGeburt0003 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="geburt.alt" type="{http://www.osci.de/xmeld244}type.GeburtsdatumMitHistorie"/>
         <element name="geburt.neu" type="{http://www.osci.de/xmeld244}type.GeburtsdatumMitHistorie"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungGeburt0014 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="geburt.alt" type="{http://www.osci.de/xmeld244}type.GeburtMitHistorie"/>
         <element name="geburt.neu" type="{http://www.osci.de/xmeld244}type.GeburtMitHistorie"/>
         <element name="nachweis.geburtsort.neu" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungGeschlecht0001 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="geschlecht.alt" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="geschlecht.neu" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungGeschlecht0002 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="geschlecht.alt" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="geschlecht.neu" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungGesetzlicherVertreter0095 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="gesetzlicherVertreter" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreter" maxOccurs="4" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungGesetzlicherVertreter0096 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="gesetzlicherVertreter" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreter" maxOccurs="4" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungKeineeinwohnerschaft0198 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="zusatzinformation" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="verzogen">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="auszugsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                             <element name="wegzugsanschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="verstorben">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod"/>
                             <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Zusatzinformation (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="verzogen">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="auszugsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="wegzugsanschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="verstorben">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod"/>
                   <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Verstorben (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Verzogen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="auszugsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="wegzugsanschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FortschreibungKind0099 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="kind" type="{http://www.osci.de/xmeld244}type.Fortschreibung.Kind" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungKind0100 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="kind" type="{http://www.osci.de/xmeld244}type.Fortschreibung.Kind" maxOccurs="unbounded" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungName0091 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="namen" type="{http://www.osci.de/xmeld244}type.Fortschreibung.NameNatuerlichePersonMitNachweis"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungName0092 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="aenderungsart" type="{http://www.osci.de/xmeld244}Code.Fortschreibung.Aenderungsart"/>
         <element name="familienname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Nachname"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Nachname"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="familienname.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ehename" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ehename.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="lebenspartnerschaftsname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="lebenspartnerschaftsname.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsname.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fruehererFamilienname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.FruehererFamiliennameMitNachweis" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.FruehererFamiliennameMitNachweis" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="vornamen" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="gebraeuchlicherVorname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fruehereVornamen" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.FruehereVornamenMitNachweis" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.FruehereVornamenMitNachweis" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="doktorgrad" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ordensname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                   <element name="nachher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="kuenstlername" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                   <element name="nachher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Doktorgrad (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ehename (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
EhenameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Familienname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Nachname"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FamiliennameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FruehereVornamen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.FruehereVornamenMitNachweis" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.FruehereVornamenMitNachweis" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FruehererFamilienname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.FruehererFamiliennameMitNachweis" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.FruehererFamiliennameMitNachweis" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GebraeuchlicherVorname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburtsname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GeburtsnameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Kuenstlername (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="nachher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Lebenspartnerschaftsname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LebenspartnerschaftsnameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ordensname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="nachher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Vornamen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FortschreibungPartner0097 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="partner" type="{http://www.osci.de/xmeld244}type.Fortschreibung.Partner" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.FamilienstandMitNachweis"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungPartner0098 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="partner" type="{http://www.osci.de/xmeld244}type.Fortschreibung.Partner" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.FamilienstandMitNachweis"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungReligion0066 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="religion.alt" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="religion.neu" type="{http://www.osci.de/xmeld244}type.Religion"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungStaatsangehoerigkeit0067 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="staatsangehoerigkeit.alt" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="staatsangehoerigkeit.neu" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="staatsangehoerigkeit.glaubhaftmachung" type="{http://www.osci.de/xmeld244}type.Fortschreibung.Staatsangehoerigkeit.Glaubhaftmachung" maxOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungStaatsangehoerigkeit0068 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="staatsangehoerigkeit.alt" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="staatsangehoerigkeit.neu" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="staatsangehoerigkeit.glaubhaftmachung" type="{http://www.osci.de/xmeld244}type.Fortschreibung.Staatsangehoerigkeit.Glaubhaftmachung"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungStaatsangehoerigkeit0069 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="staatsangehoerigkeit.glaubhaftmachung" type="{http://www.osci.de/xmeld244}type.Fortschreibung.Staatsangehoerigkeit.Glaubhaftmachung" maxOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungStaatsangehoerigkeit0070 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="staatsangehoerigkeit.alt" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="staatsangehoerigkeit.neu" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungStaatsangehoerigkeit0078 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="3"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungStaatsangehoerigkeit0079 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="staatsangehoerigkeit.glaubhaftmachung" type="{http://www.osci.de/xmeld244}type.Staatsangehoerigkeit.Glaubhaftmachung" maxOccurs="2"/>
         <element name="staatsangehoerigkeit.alt" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="staatsangehoerigkeit.neu" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungStornoperson0075 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Stornierung"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungTod0040 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod"/>
         <element name="nachweis.tod" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungTodBerichtigung0074 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.fortschreibung">
       <sequence>
         <element name="sterbetag.alt" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
         <element name="nachweisdaten.tod" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungWaffenUndSprengstoff0103 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="waffenrechtlicheDaten" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="waffenrechtlicheErlaubnis" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded"/>
                   <element name="waffenbesitzverbot" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sprengstoffrechtlicheErlaubnis" type="{http://www.osci.de/xmeld244}type.SprengstoffrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
WaffenrechtlicheDaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="waffenrechtlicheErlaubnis" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded"/>
         <element name="waffenbesitzverbot" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
FortschreibungWaffenUndSprengstoff0104 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="waffenrechtlicheErlaubnis" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="waffenbesitzverbot" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sprengstoffrechtlicheErlaubnis" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.SprengstoffrechtlicheErlaubnisMitNachweis" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.SprengstoffrechtlicheErlaubnisMitNachweis" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
SprengstoffrechtlicheErlaubnis (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.SprengstoffrechtlicheErlaubnisMitNachweis" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.SprengstoffrechtlicheErlaubnisMitNachweis" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Waffenbesitzverbot (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
WaffenrechtlicheErlaubnis (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FortschreibungWohnungsbild0088 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="anlass.fachspezifisch" type="{http://www.osci.de/xmeld244}Code.Fortschreibung.Datenuebermittlungsanlaesse.Fachspezifisch" minOccurs="0"/>
         <element name="aktuelleWohnung" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded"/>
         <element name="aufgegebeneWohnung" type="{http://www.osci.de/xmeld244}type.Wohnung" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
FortschreibungWohnungsbild0089 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.betroffenePerson" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="bezogeneWohnung" type="{http://www.osci.de/xmeld244}type.Wohnung" minOccurs="0"/>
         <element name="aufgegebeneWohnung" type="{http://www.osci.de/xmeld244}type.Wohnung" minOccurs="0"/>
         <element name="geaenderteWohnung" type="{http://www.osci.de/xmeld244}type.Wohnung" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
HinweisnachrichtAntwort1501 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="hinweis.bestaetigt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="fallkennzeichen" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
HinweisnachrichtMitteilung1500 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation" type="{http://www.osci.de/xmeld244}type.identifikation.hinweisnachricht"/>
         <element name="hinweis">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="name">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="name.abweichend" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                             <element name="name.letzterStandMR" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="familienstand">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="familienstand.abweichend" type="{http://www.osci.de/xmeld244}type.Familienstand"/>
                             <element name="familienstand.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Familienstand"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="geschlecht">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geschlecht.abweichend" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                             <element name="geschlecht.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="geburt">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburt.abweichend" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                             <element name="geburt.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="tod">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="tod.abweichend" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
                             <element name="tod.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="religion">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="religion.abweichend" type="{http://www.osci.de/xmeld244}type.Hinweisnachricht.Religion"/>
                             <element name="religion.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Hinweisnachricht.Religion"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="wohnung.aktuelle">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="wohnung.aktuelle.abweichend" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="wohnung.aktuelle.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="partner">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="partner.abweichend" type="{http://www.osci.de/xmeld244}type.identifikation.partner.hinweisnachricht" minOccurs="0"/>
                             <element name="partner.letzterStandMR" type="{http://www.osci.de/xmeld244}type.identifikation.partner.hinweisnachricht" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="kind">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="kind.abweichend" type="{http://www.osci.de/xmeld244}type.identifikation.kind.hinweisnachricht" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="kind.letzterStandMR" type="{http://www.osci.de/xmeld244}type.identifikation.kind.hinweisnachricht" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="anderer.hinweis">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="hinweis.beschreibung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                             <element name="element.abweichend" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                             <element name="element.letzterStandMR" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="erlaeuterung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="fallkennzeichen" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Hinweis (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="name">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name.abweichend" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                   <element name="name.letzterStandMR" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="familienstand">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienstand.abweichend" type="{http://www.osci.de/xmeld244}type.Familienstand"/>
                   <element name="familienstand.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Familienstand"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geschlecht">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geschlecht.abweichend" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                   <element name="geschlecht.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburt">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburt.abweichend" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                   <element name="geburt.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="tod">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="tod.abweichend" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
                   <element name="tod.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="religion">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="religion.abweichend" type="{http://www.osci.de/xmeld244}type.Hinweisnachricht.Religion"/>
                   <element name="religion.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Hinweisnachricht.Religion"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="wohnung.aktuelle">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="wohnung.aktuelle.abweichend" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="wohnung.aktuelle.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="partner">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="partner.abweichend" type="{http://www.osci.de/xmeld244}type.identifikation.partner.hinweisnachricht" minOccurs="0"/>
                   <element name="partner.letzterStandMR" type="{http://www.osci.de/xmeld244}type.identifikation.partner.hinweisnachricht" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="kind">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="kind.abweichend" type="{http://www.osci.de/xmeld244}type.identifikation.kind.hinweisnachricht" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="kind.letzterStandMR" type="{http://www.osci.de/xmeld244}type.identifikation.kind.hinweisnachricht" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="anderer.hinweis">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="hinweis.beschreibung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="element.abweichend" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                   <element name="element.letzterStandMR" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
AndererHinweis (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hinweis.beschreibung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="element.abweichend" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="element.letzterStandMR" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Familienstand (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienstand.abweichend" type="{http://www.osci.de/xmeld244}type.Familienstand"/>
         <element name="familienstand.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Familienstand"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburt (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburt.abweichend" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geburt.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Geburt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geschlecht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geschlecht.abweichend" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="geschlecht.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Kind (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kind.abweichend" type="{http://www.osci.de/xmeld244}type.identifikation.kind.hinweisnachricht" maxOccurs="unbounded" minOccurs="0"/>
         <element name="kind.letzterStandMR" type="{http://www.osci.de/xmeld244}type.identifikation.kind.hinweisnachricht" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Name (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name.abweichend" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="name.letzterStandMR" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Partner (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partner.abweichend" type="{http://www.osci.de/xmeld244}type.identifikation.partner.hinweisnachricht" minOccurs="0"/>
         <element name="partner.letzterStandMR" type="{http://www.osci.de/xmeld244}type.identifikation.partner.hinweisnachricht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Religion (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="religion.abweichend" type="{http://www.osci.de/xmeld244}type.Hinweisnachricht.Religion"/>
         <element name="religion.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Hinweisnachricht.Religion"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Tod (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tod.abweichend" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
         <element name="tod.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
WohnungAktuelle (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wohnung.aktuelle.abweichend" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
         <element name="wohnung.aktuelle.letzterStandMR" type="{http://www.osci.de/xmeld244}type.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
KircheAustritt1612 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.identifikation.personanschrift"/>
                   <element name="ordnungsmerkmal" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="religion" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="austrittsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="kirchlicheStelle" type="{http://www.osci.de/xmeld244}type.Kirche.ErreichbareStelle"/>
         <element name="uebergeordneteStelle" type="{http://www.osci.de/xmeld244}type.Kirche.ErreichbareStelle" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Identifikation (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="identifikationsdaten" type="{http://www.osci.de/xmeld244}type.identifikation.personanschrift"/>
         <element name="ordnungsmerkmal" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
KircheBestandslieferung1600 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="paketierung" type="{http://www.osci.de/xmeld244}type.paketierung"/>
         <element name="sachzusammenhang" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="initialGeliefertesKirchenmitglied" maxOccurs="2">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="kirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied"/>
                             <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Sachzusammenhang (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="initialGeliefertesKirchenmitglied" maxOccurs="2">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="kirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
InitialGeliefertesKirchenmitglied (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
KircheBildungSachzusammenhang1605 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="sachzusammenhang">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="mitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied" maxOccurs="2" minOccurs="2"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Sachzusammenhang (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied" maxOccurs="2" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
KircheFortschreibung1601 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationMitglied"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="name">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburt">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="gesetzlicherVertreter" maxOccurs="8" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
                   <element name="hinzukommend" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="identifikation" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationGesetzlicherVertreter"/>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="wegfallend">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="wegfallenderGesetzlicherVertreter" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationGesetzlicherVertreter"/>
                             <element name="tagDerBeendigung" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                             <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geschlecht">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}type.StaatsangehoerigkeitOhneUnionsbuergerschaft" maxOccurs="4"/>
         <element name="religion">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Religion"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Religion"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Religion"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aktuelleWohnung" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
                   <element name="hinzukommend" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="wegfallend">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="wegfallendeWohnung" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
                             <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="familienstand">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="anzahlMinderjaehrigerKinder">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
                             <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="auskunftssperreLiegtVor">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                             <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="kindNichtmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.ZugangFortschreibungWegfallNichtmitglied" maxOccurs="unbounded" minOccurs="0"/>
         <element name="partnerNichtmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.ZugangFortschreibungWegfallNichtmitglied" maxOccurs="2" minOccurs="0"/>
         <element name="elternteilNichtmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.ZugangFortschreibungWegfallNichtmitglied" maxOccurs="4" minOccurs="0"/>
         <element name="ordnungsmerkmal">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datenNachLandesrecht" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied" minOccurs="0"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="letzteFruehereAnschrift" type="{http://www.osci.de/xmeld244}type.Kirche.Anschrift.Inland" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AktuelleWohnung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
         <element name="hinzukommend" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="wegfallend">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="wegfallendeWohnung" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
                   <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Wegfallend (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wegfallendeWohnung" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied"/>
         <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AnzahlMinderjaehrigerKinder (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
                   <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AuskunftssperreLiegtVor (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenNachLandesrecht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Familienstand (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburt (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geburt"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geburt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geschlecht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GesetzlicherVertreter (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
         <element name="hinzukommend" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationGesetzlicherVertreter"/>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="wegfallend">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="wegfallenderGesetzlicherVertreter" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationGesetzlicherVertreter"/>
                   <element name="tagDerBeendigung" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationGesetzlicherVertreter"/>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Wegfallend (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wegfallenderGesetzlicherVertreter" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationGesetzlicherVertreter"/>
         <element name="tagDerBeendigung" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Name (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ordnungsmerkmal (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Religion (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Religion"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Religion"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Religion"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
KircheWegfall1604 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="kirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="weitereAngaben" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="wegzug">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="wegzugsanschrift" type="{http://www.osci.de/xmeld244}type.Kirche.AnschriftMelderechtMitDruckbildUndSperrvermerk"/>
                             <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                             <element name="datumDesWohnungsstatuswechsels" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="sterbefall" type="{http://www.osci.de/xmeld244}type.Tod"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
WeitereAngaben (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="wegzug">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="wegzugsanschrift" type="{http://www.osci.de/xmeld244}type.Kirche.AnschriftMelderechtMitDruckbildUndSperrvermerk"/>
                   <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="datumDesWohnungsstatuswechsels" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sterbefall" type="{http://www.osci.de/xmeld244}type.Tod"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Wegzug (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wegzugsanschrift" type="{http://www.osci.de/xmeld244}type.Kirche.AnschriftMelderechtMitDruckbildUndSperrvermerk"/>
         <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDesWohnungsstatuswechsels" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
KircheZugang1603 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="sachzusammenhang">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="zugehendesKirchenmitglied" maxOccurs="2">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                             <element name="kirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="bereitsUebermitteltesKirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Sachzusammenhang (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zugehendesKirchenmitglied" maxOccurs="2">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                   <element name="kirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="bereitsUebermitteltesKirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ZugehendesKirchenmitglied (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="kirchenmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Mitglied"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
KircheZugehoerigkeit1610 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="identifikation" type="{http://www.osci.de/xmeld244}type.identifikation.personanschrift"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="religion" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="eintrittsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="kirchlicheStelle" type="{http://www.osci.de/xmeld244}type.Kirche.ErreichbareStelle"/>
         <element name="uebergeordneteStelle" type="{http://www.osci.de/xmeld244}type.Kirche.ErreichbareStelle" minOccurs="0"/>
         <element name="hintergrundinformation" type="{http://www.osci.de/xmeld244}Code.Kirche.Hintergrundinformation"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
LraAenderung1400 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="aenderungsdatensatz">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anlass" type="{http://www.osci.de/xmeld244}Code.LRA.Aenderung.Anlass"/>
                   <element name="identifikation.betroffener" type="{http://www.osci.de/xmeld244}type.lra.identifikation.personanschrift"/>
                   <element name="bruttodaten" type="{http://www.osci.de/xmeld244}type.lra.person.1400"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Aenderungsdatensatz (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.LRA.Aenderung.Anlass"/>
         <element name="identifikation.betroffener" type="{http://www.osci.de/xmeld244}type.lra.identifikation.personanschrift"/>
         <element name="bruttodaten" type="{http://www.osci.de/xmeld244}type.lra.person.1400"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LraBestandsdatenlieferung1499 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="paketierung" type="{http://www.osci.de/xmeld244}type.paketierung"/>
         <element name="bestandsdatensatz" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="person" type="{http://www.osci.de/xmeld244}type.LRA.Person.Bestandsdatenlieferung"/>
                   <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Bestandsdatensatz (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="person" type="{http://www.osci.de/xmeld244}type.LRA.Person.Bestandsdatenlieferung"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MelderegisterauskunfteinfachAnforderung0600 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.datenuebermittlung.privat2b">
       <sequence>
         <element name="zeichennachricht" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="anwenderkennung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="auskunft.anforderung" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
                   <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
                   <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.SteuerungsinformationenOhneAdressketten" minOccurs="0"/>
                   <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AuskunftAnforderung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
         <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
         <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.SteuerungsinformationenOhneAdressketten" minOccurs="0"/>
         <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MelderegisterauskunfteinfachAnforderunggemeindeuebergreifend0602 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.melderegisterauskunfteinfach.kunde2dienstleister">
       <sequence>
         <element name="zeichennachricht" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="anwenderkennung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="auskunft.anforderung" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
                   <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
                   <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Steuerungsinformationen" minOccurs="0"/>
                   <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AuskunftAnforderung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
         <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
         <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Steuerungsinformationen" minOccurs="0"/>
         <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MelderegisterauskunfteinfachAntwort0601 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.datenuebermittlung.b2privat">
       <sequence>
         <element name="antwortstatus" type="{http://www.osci.de/xmeld244}Code.Antwortstatus"/>
         <element name="zeichennachricht" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="auftragsnummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="auskunft.antwort" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="auftragspositionsnummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                   <element name="auskunft.angefordert">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
                             <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
                             <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.SteuerungsinformationenOhneAdressketten" minOccurs="0"/>
                             <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ergebnis" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Ergebnis" minOccurs="0"/>
                   <element name="steuerungsinformationen" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="anzahlderverbleibendenversuche" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AuskunftAntwort (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="auftragspositionsnummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="auskunft.angefordert">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
                   <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
                   <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.SteuerungsinformationenOhneAdressketten" minOccurs="0"/>
                   <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ergebnis" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Ergebnis" minOccurs="0"/>
         <element name="steuerungsinformationen" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anzahlderverbleibendenversuche" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AuskunftAngefordert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
         <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
         <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.SteuerungsinformationenOhneAdressketten" minOccurs="0"/>
         <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Steuerungsinformationen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anzahlderverbleibendenversuche" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MelderegisterauskunfteinfachAntwortgemeindeuebergreifend0604 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.melderegisterauskunfteinfach.dienstleister2kunde">
       <sequence>
         <element name="antwortstatus" type="{http://www.osci.de/xmeld244}Code.Antwortstatus"/>
         <element name="zeichennachricht" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="auftragsnummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="melderegisterauskunfteinfach.bearbeitungsstand">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="suchprofile.gesamt" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
                   <element name="suchprofile.bearbeitet" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
                   <element name="suchprofile.offen" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="auskunft.antwort" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="auftragspositionsnummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="auskunft.angefordert">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
                             <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
                             <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.steuerungsinformationAdressketten" minOccurs="0"/>
                             <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ergebnisdaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Ergebnis"/>
                   <element name="steuerungsinformationen" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="anzahlderverbleibendenversuche" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="kosteninformation" type="{http://www.osci.de/xmeld244}type.Kosteninformation" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AuskunftAntwort (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="auftragspositionsnummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="auskunft.angefordert">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
                   <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
                   <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.steuerungsinformationAdressketten" minOccurs="0"/>
                   <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ergebnisdaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Ergebnis"/>
         <element name="steuerungsinformationen" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anzahlderverbleibendenversuche" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="kosteninformation" type="{http://www.osci.de/xmeld244}type.Kosteninformation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AuskunftAngefordert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anfragedaten" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Anfragedaten"/>
         <element name="datenZurAnfrage" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.DatenAnfrage"/>
         <element name="steuerungsinformationen" type="{http://www.osci.de/xmeld244}type.steuerungsinformationAdressketten" minOccurs="0"/>
         <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Steuerungsinformationen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anzahlderverbleibendenversuche" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MelderegisterauskunfteinfachBearbeitungsstand (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="suchprofile.gesamt" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
         <element name="suchprofile.bearbeitet" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
         <element name="suchprofile.offen" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
MelderegisterauskunfteinfachQuittunggemeindeuebergreifend0603 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.melderegisterauskunfteinfach.dienstleister2kunde">
       <sequence>
         <element name="auftragsnummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="zeichennachricht" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
RueckmeldungAnmeldungausland0202 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="betroffener" type="{http://www.osci.de/xmeld244}type.rueckmeldung.betroffener.ausland" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
RueckmeldungAnmeldungauswaertigereglp0221 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="personmitauswaertigempartner" type="{http://www.osci.de/xmeld244}type.Partnerrueckmeldung.PersonUndPartner" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
RueckmeldungAnmeldunginland0201 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="umzugsverband" type="{http://www.osci.de/xmeld244}type.rueckmeldung.umzugsverband" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
RueckmeldungAuswertung0203 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.rueckmeldungsauswertung">
       <sequence>
         <element name="hauptwohnung.ergaenzungen">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="wahlausschluss" type="{http://www.osci.de/xmeld244}type.WahlausschlussMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="passversagung" type="{http://www.osci.de/xmeld244}type.PassversagungMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher" minOccurs="0"/>
                   <element name="staatsangehoerigkeit.glaubhaftmachung" type="{http://www.osci.de/xmeld244}type.Staatsangehoerigkeit.Glaubhaftmachung" maxOccurs="2" minOccurs="0"/>
                   <element name="vorherigeAbmeldungNachUnbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="unionsbuerger" type="{http://www.osci.de/xmeld244}type.Unionsbuerger" minOccurs="0"/>
                   <element name="waffenrechtlicheDaten" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="waffenrechtliche.erlaubnis" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded"/>
                             <element name="waffenbesitzverbot" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="azrKommunikation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="sprengstoffrechtliche.erlaubnis" type="{http://www.osci.de/xmeld244}type.SprengstoffrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
                   <element name="steueridentifikation.ehegatte.lebenspartner" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
                   <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="abweichungen">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienname" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="familienname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname"/>
                             <element name="familienname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ehename" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="ehename.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                             <element name="ehename.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="familienname.unstrukturiert" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="familienname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
                             <element name="familienname.unstrukturiert.auswerter" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ehename.unstrukturiert" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="ehename.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                             <element name="ehename.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="lebenspartnerschaftsname" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="lebenspartnerschaftsname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                             <element name="lebenspartnerschaftsname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="lebenspartnerschaftsname.unstrukturiert" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="lebenspartnerschaftsname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                             <element name="lebenspartnerschaftsname.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="geburtsname" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                             <element name="geburtsname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="geburtsname.unstrukturiert" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                             <element name="geburtsname.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="vornamen" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vornamen.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                             <element name="vornamen.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="rufname" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="rufname.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                             <element name="rufname.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="doktorgrad" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="doktorgrad.rueckmelder" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
                             <element name="doktorgrad.auswerter" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ordensname" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="ordensname.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                             <element name="ordensname.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="kuenstlername" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="kuenstlername.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                             <element name="kuenstlername.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="geburtsdatum" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsdatum.rueckmelder" type="{http://www.osci.de/xmeld244}type.GeburtsdatumMitHistorie"/>
                             <element name="geburtsdatum.auswerter" type="{http://www.osci.de/xmeld244}type.GeburtsdatumMitHistorie"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ortundstaatdergeburt" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtsort.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                             <element name="geburtsort.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                             <element name="geburtsortstaat.rueckmelder" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
                             <element name="geburtsortstaat.auswerter" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="staatsangehoerigkeit" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="staatsangehoerigkeit.rueckmelder" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
                             <element name="staatsangehoerigkeit.auswerter" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="familienstand" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="familienstand.rueckmelder" type="{http://www.osci.de/xmeld244}type.FamilienstandNurBegruendung"/>
                             <element name="familienstand.rueckmelder.nachweis" type="{http://www.osci.de/xmeld244}type.Rueckmeldung.Nachweisdaten"/>
                             <element name="familienstand.auswerter" type="{http://www.osci.de/xmeld244}type.FamilienstandNurBegruendung"/>
                             <element name="familienstand.auswerter.nachweis" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="religion" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="religion.rueckmelder" type="{http://www.osci.de/xmeld244}type.Religion"/>
                             <element name="religion.auswerter" type="{http://www.osci.de/xmeld244}type.Religion"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="hauptwohnung.bisher" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="hauptwohnung.bisher.rueckmelder" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten"/>
                             <element name="hauptwohnung.bisher.auswerter" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="wohnung.weitere" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="wohnung.weitere.rueckmelder" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="wohnung.weitere.auswerter" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="ausweisdokument" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="ausweisdokument.rueckmelder" type="{http://www.osci.de/xmeld244}type.AusweisdokumentOhneSperrinformationen" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="ausweisdokument.auswerter" type="{http://www.osci.de/xmeld244}type.AusweisdokumentMitLichtbild" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="geschlecht" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geschlecht.rueckmelder" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
                             <element name="geschlecht.auswerter" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="gesetzlichervertreter" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="gesetzlichervertreter.rueckmelder" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreterOhneBeendigung" maxOccurs="5" minOccurs="0"/>
                             <element name="gesetzlichervertreter.auswerter" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreterOhneBeendigung" maxOccurs="5" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="auskunftssperre" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="auskunftssperre.rueckmelder" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="auskunftssperre.auswerter" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="partner" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="partner.rueckmelder" type="{http://www.osci.de/xmeld244}type.PartnerMitSperre" minOccurs="0"/>
                             <element name="partner.auswerter" type="{http://www.osci.de/xmeld244}type.PartnerMitSperre" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="kinder" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="kind.rueckmelder" type="{http://www.osci.de/xmeld244}type.KindMitSperre" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="kind.auswerter" type="{http://www.osci.de/xmeld244}type.KindMitSperre" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="geburtseintragOhneGeburtsurkunde" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="geburtseintragOhneGeburtsurkunde.rueckmelder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                             <element name="geburtseintragOhneGeburtsurkunde.auswerter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Abweichungen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname"/>
                   <element name="familienname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ehename" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ehename.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="ehename.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="familienname.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
                   <element name="familienname.unstrukturiert.auswerter" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ehename.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ehename.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="ehename.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="lebenspartnerschaftsname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="lebenspartnerschaftsname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="lebenspartnerschaftsname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="lebenspartnerschaftsname.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="lebenspartnerschaftsname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="lebenspartnerschaftsname.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                   <element name="geburtsname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsname.unstrukturiert" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="geburtsname.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="vornamen" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vornamen.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                   <element name="vornamen.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="rufname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="rufname.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                   <element name="rufname.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="doktorgrad" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="doktorgrad.rueckmelder" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
                   <element name="doktorgrad.auswerter" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ordensname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ordensname.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                   <element name="ordensname.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="kuenstlername" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="kuenstlername.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                   <element name="kuenstlername.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsdatum" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsdatum.rueckmelder" type="{http://www.osci.de/xmeld244}type.GeburtsdatumMitHistorie"/>
                   <element name="geburtsdatum.auswerter" type="{http://www.osci.de/xmeld244}type.GeburtsdatumMitHistorie"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ortundstaatdergeburt" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsort.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="geburtsort.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="geburtsortstaat.rueckmelder" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
                   <element name="geburtsortstaat.auswerter" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="staatsangehoerigkeit" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="staatsangehoerigkeit.rueckmelder" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
                   <element name="staatsangehoerigkeit.auswerter" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="familienstand" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienstand.rueckmelder" type="{http://www.osci.de/xmeld244}type.FamilienstandNurBegruendung"/>
                   <element name="familienstand.rueckmelder.nachweis" type="{http://www.osci.de/xmeld244}type.Rueckmeldung.Nachweisdaten"/>
                   <element name="familienstand.auswerter" type="{http://www.osci.de/xmeld244}type.FamilienstandNurBegruendung"/>
                   <element name="familienstand.auswerter.nachweis" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="religion" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="religion.rueckmelder" type="{http://www.osci.de/xmeld244}type.Religion"/>
                   <element name="religion.auswerter" type="{http://www.osci.de/xmeld244}type.Religion"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="hauptwohnung.bisher" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="hauptwohnung.bisher.rueckmelder" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten"/>
                   <element name="hauptwohnung.bisher.auswerter" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="wohnung.weitere" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="wohnung.weitere.rueckmelder" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="wohnung.weitere.auswerter" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ausweisdokument" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ausweisdokument.rueckmelder" type="{http://www.osci.de/xmeld244}type.AusweisdokumentOhneSperrinformationen" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="ausweisdokument.auswerter" type="{http://www.osci.de/xmeld244}type.AusweisdokumentMitLichtbild" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geschlecht" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geschlecht.rueckmelder" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
                   <element name="geschlecht.auswerter" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="gesetzlichervertreter" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="gesetzlichervertreter.rueckmelder" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreterOhneBeendigung" maxOccurs="5" minOccurs="0"/>
                   <element name="gesetzlichervertreter.auswerter" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreterOhneBeendigung" maxOccurs="5" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="auskunftssperre" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="auskunftssperre.rueckmelder" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="auskunftssperre.auswerter" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="partner" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="partner.rueckmelder" type="{http://www.osci.de/xmeld244}type.PartnerMitSperre" minOccurs="0"/>
                   <element name="partner.auswerter" type="{http://www.osci.de/xmeld244}type.PartnerMitSperre" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="kinder" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="kind.rueckmelder" type="{http://www.osci.de/xmeld244}type.KindMitSperre" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="kind.auswerter" type="{http://www.osci.de/xmeld244}type.KindMitSperre" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtseintragOhneGeburtsurkunde" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtseintragOhneGeburtsurkunde.rueckmelder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="geburtseintragOhneGeburtsurkunde.auswerter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Auskunftssperre (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="auskunftssperre.rueckmelder" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="unbounded" minOccurs="0"/>
         <element name="auskunftssperre.auswerter" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ausweisdokument (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ausweisdokument.rueckmelder" type="{http://www.osci.de/xmeld244}type.AusweisdokumentOhneSperrinformationen" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ausweisdokument.auswerter" type="{http://www.osci.de/xmeld244}type.AusweisdokumentMitLichtbild" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Doktorgrad (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="doktorgrad.rueckmelder" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
         <element name="doktorgrad.auswerter" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ehename (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ehename.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="ehename.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
EhenameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ehename.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="ehename.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Familienname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="familienname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FamiliennameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="familienname.unstrukturiert.auswerter" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Familienstand (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienstand.rueckmelder" type="{http://www.osci.de/xmeld244}type.FamilienstandNurBegruendung"/>
         <element name="familienstand.rueckmelder.nachweis" type="{http://www.osci.de/xmeld244}type.Rueckmeldung.Nachweisdaten"/>
         <element name="familienstand.auswerter" type="{http://www.osci.de/xmeld244}type.FamilienstandNurBegruendung"/>
         <element name="familienstand.auswerter.nachweis" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburtsdatum (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsdatum.rueckmelder" type="{http://www.osci.de/xmeld244}type.GeburtsdatumMitHistorie"/>
         <element name="geburtsdatum.auswerter" type="{http://www.osci.de/xmeld244}type.GeburtsdatumMitHistorie"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GeburtseintragOhneGeburtsurkunde (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtseintragOhneGeburtsurkunde.rueckmelder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="geburtseintragOhneGeburtsurkunde.auswerter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburtsname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="geburtsname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
GeburtsnameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="geburtsname.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geschlecht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geschlecht.rueckmelder" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="geschlecht.auswerter" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Gesetzlichervertreter (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="gesetzlichervertreter.rueckmelder" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreterOhneBeendigung" maxOccurs="5" minOccurs="0"/>
         <element name="gesetzlichervertreter.auswerter" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreterOhneBeendigung" maxOccurs="5" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
HauptwohnungBisher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hauptwohnung.bisher.rueckmelder" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten"/>
         <element name="hauptwohnung.bisher.auswerter" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Kinder (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kind.rueckmelder" type="{http://www.osci.de/xmeld244}type.KindMitSperre" maxOccurs="unbounded" minOccurs="0"/>
         <element name="kind.auswerter" type="{http://www.osci.de/xmeld244}type.KindMitSperre" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Kuenstlername (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kuenstlername.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="kuenstlername.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Lebenspartnerschaftsname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lebenspartnerschaftsname.rueckmelder" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="lebenspartnerschaftsname.auswerter" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
LebenspartnerschaftsnameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lebenspartnerschaftsname.unstrukturiert.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="lebenspartnerschaftsname.unstrukturiert.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ordensname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ordensname.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ordensname.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ortundstaatdergeburt (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsort.rueckmelder" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="geburtsort.auswerter" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="geburtsortstaat.rueckmelder" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="geburtsortstaat.auswerter" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Partner (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partner.rueckmelder" type="{http://www.osci.de/xmeld244}type.PartnerMitSperre" minOccurs="0"/>
         <element name="partner.auswerter" type="{http://www.osci.de/xmeld244}type.PartnerMitSperre" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Religion (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="religion.rueckmelder" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="religion.auswerter" type="{http://www.osci.de/xmeld244}type.Religion"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Rufname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rufname.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="rufname.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Staatsangehoerigkeit (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="staatsangehoerigkeit.rueckmelder" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
         <element name="staatsangehoerigkeit.auswerter" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Vornamen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vornamen.rueckmelder" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="vornamen.auswerter" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
WohnungWeitere (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wohnung.weitere.rueckmelder" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten" maxOccurs="unbounded" minOccurs="0"/>
         <element name="wohnung.weitere.auswerter" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
HauptwohnungErgaenzungen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wahlausschluss" type="{http://www.osci.de/xmeld244}type.WahlausschlussMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
         <element name="passversagung" type="{http://www.osci.de/xmeld244}type.PassversagungMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
         <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher" minOccurs="0"/>
         <element name="staatsangehoerigkeit.glaubhaftmachung" type="{http://www.osci.de/xmeld244}type.Staatsangehoerigkeit.Glaubhaftmachung" maxOccurs="2" minOccurs="0"/>
         <element name="vorherigeAbmeldungNachUnbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="unionsbuerger" type="{http://www.osci.de/xmeld244}type.Unionsbuerger" minOccurs="0"/>
         <element name="waffenrechtlicheDaten" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="waffenrechtliche.erlaubnis" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded"/>
                   <element name="waffenbesitzverbot" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="azrKommunikation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="sprengstoffrechtliche.erlaubnis" type="{http://www.osci.de/xmeld244}type.SprengstoffrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
         <element name="steueridentifikation.ehegatte.lebenspartner" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
         <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
WaffenrechtlicheDaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="waffenrechtliche.erlaubnis" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded"/>
         <element name="waffenbesitzverbot" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotPflichtMitNachweis"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
RueckmeldungAuswertungauswaertigereglp0223 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.rueckmeldungsauswertung">
       <sequence>
         <element name="partner.abweichungen" type="{http://www.osci.de/xmeld244}type.rueckmeldung.auswertungauswaertigereglp.abweichungen"/>
         <element name="personmitauswaertigempartner" type="{http://www.osci.de/xmeld244}type.Partnerrueckmeldung.PersonUndPartner"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
RueckmeldungStatuswechsel0206 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="umzugsverband" type="{http://www.osci.de/xmeld244}type.rueckmeldung.umzugsverband" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
RueckmeldungUnplausibel0204 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.rueckmeldungsauswertung">
       <sequence>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Melderegister.Abweichung"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="auszugsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="ursprungsereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
RueckmeldungUnplausibelauswaertigereglp0224 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.rueckmeldungsauswertung">
       <sequence>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Melderegister.Abweichung"/>
         <element name="personmitauswaertigempartner" type="{http://www.osci.de/xmeld244}type.Partnerrueckmeldung.PersonUndPartner"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.Identifikation.Nachricht"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
StatistikFamilienstand0812 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="ruecknahme" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="bezeichnungDerMeldebehoerde" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="beendigungsgrund" type="{http://www.osci.de/xmeld244}Code.Familienstand.Beendigungsgrund"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.Statistik.Anschrift.Inland"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
         <element name="datumBeendigungEheOderLp" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
StatistikKorrektur0820 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="bezeichnungDerMeldebehoerde" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="kohortenmerkmale" type="{http://www.osci.de/xmeld244}type.Statistik.Kohortenmerkmale"/>
         <element name="letzteBekannteAnschrift" type="{http://www.osci.de/xmeld244}type.Statistik.Anschrift.Inland"/>
         <element name="zuzugGemeinde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="staatsangehoerigkeitswechsel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="familienstandsaenderung" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="datumDesEinzugsOderAuszugs" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="datumDesBeziehens">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
                             <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="datumDesWohnungsstatuswechsels">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
                             <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="datumDesAuszugs">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
                             <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="bisherigeWohnung" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
                             <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="nachher">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
                             <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aktuelleWohnung" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.InlandOhneAGS"/>
                             <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                             <element name="anschrift.unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="nachher">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.InlandOhneAGS"/>
                             <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                             <element name="anschrift.unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geschlecht" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsdatum" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="familienstand" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="staatsangehoerigkeit" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsort" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="nachher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsortstaat" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="religionsteuererhebend" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Religion.Steuer.erhebend"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Religion.Steuer.erhebend"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="religionnichtsteuererhebend" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Religion.nicht.Steuer.erhebend" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Religion.nicht.Steuer.erhebend" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datumLetzterWegzugAusland" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datumLetzterZuzugAusland" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datumErwerbVerlustDeutscheStaatsangehoerigkeit" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="beendigungsgrund" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Familienstand.Beendigungsgrund"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Familienstand.Beendigungsgrund"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datumBeendigungEheOderLp" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ordnungsmerkmal.korrektur" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="nachher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AktuelleWohnung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.InlandOhneAGS"/>
                   <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                   <element name="anschrift.unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="nachher">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.InlandOhneAGS"/>
                   <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                   <element name="anschrift.unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Nachher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.InlandOhneAGS"/>
         <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
         <element name="anschrift.unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Vorher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.InlandOhneAGS"/>
         <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
         <element name="anschrift.unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Beendigungsgrund (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Familienstand.Beendigungsgrund"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Familienstand.Beendigungsgrund"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
BisherigeWohnung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
                   <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="nachher">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
                   <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Nachher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
         <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Vorher (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
         <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
DatumBeendigungEheOderLp (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatumDesEinzugsOderAuszugs (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="datumDesBeziehens">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datumDesWohnungsstatuswechsels">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datumDesAuszugs">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
                   <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
DatumDesAuszugs (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatumDesBeziehens (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatumDesWohnungsstatuswechsels (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatumErwerbVerlustDeutscheStaatsangehoerigkeit (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatumLetzterWegzugAusland (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatumLetzterZuzugAusland (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Familienstand (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburtsdatum (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburtsort (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="nachher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburtsortstaat (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geschlecht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
OrdnungsmerkmalKorrektur (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="nachher" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Religionnichtsteuererhebend (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Religion.nicht.Steuer.erhebend" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Religion.nicht.Steuer.erhebend" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Religionsteuererhebend (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Religion.Steuer.erhebend"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Religion.Steuer.erhebend"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Staatsangehoerigkeit (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
StatistikStaatsangehoerigkeitswechsel0811 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="ruecknahme" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="bezeichnungDerMeldebehoerde" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="aktuelleAnschrift" type="{http://www.osci.de/xmeld244}type.Statistik.Anschrift.Inland"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
         <element name="geburtsort" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="geburtsortstaat" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
         <element name="datumErwerbVerlustDeutscheStaatsangehoerigkeit" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="staatsangehoerigkeit">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="bisher" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
                   <element name="neu" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Staatsangehoerigkeit (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="bisher" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
         <element name="neu" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
StatistikWanderung0810 (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="anlass" type="{http://www.osci.de/xmeld244}Code.XMeld.Datenuebermittlungsanlaesse"/>
         <element name="ruecknahme" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="bezeichnungDerMeldebehoerde" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="datumDesEinzugsOderAuszugs">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="datumDesWohnungsstatuswechsels" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                   <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="bisherigeWohnung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
                   <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aktuelleWohnung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
                   <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
                   <element name="anschrift.unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit"/>
         <element name="geburtsort" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="geburtsortstaat" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="religion" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="datumLetzterZuzugAusland" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="vonamtswegen" type="{http://www.osci.de/xmeld244}type.statistik.von.amts.wegen" minOccurs="0"/>
         <element name="datumLetzterWegzugAusland" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
         <element name="zuzugNachAbmeldungNachUnbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
AktuelleWohnung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
         <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
         <element name="anschrift.unbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
BisherigeWohnung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="inland" type="{http://www.osci.de/xmeld244}type.Statistik.Wohnung.Inland"/>
         <element name="ausland" type="{http://www.osci.de/xmeld244}type.Statistik.Ausland"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
DatumDesEinzugsOderAuszugs (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="datumDesWohnungsstatuswechsels" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Abruf.AusweisdokumentOhneSperrinformationen Mit diesem Datentyp ist es möglich, alle vorkommenden Ausweisarten im Kontext der Datenabrufe nach § 38 BMG sowie bei einfachen Melderegisterauskünften abzubilden, dabei ist eine Übermittlung des Sperrkennworts und der Sperrsumme des Personalausweises bzw. der eID-Karte nicht möglich.

Java-Klasse für type.Abruf.AusweisdokumentOhneSperrinformationen complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Abruf.AusweisdokumentOhneSperrinformationen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="passart" type="{http://www.osci.de/xmeld244}Code.Pass.und.Ausweisdokumente" minOccurs="0"/>
         <element name="gueltigkeitsdauer" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="seriennummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="behoerde" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ausstellungsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Abruf.Familienstand Mit diesem Datentyp wird der Familienstand einer Person im Kontext der Datenabrufe nach § 38 BMG sowie bei einfachen Melderegisterauskünften abgebildet.

Java-Klasse für type.Abruf.Familienstand complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Abruf.Familienstand">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="beendigungsgrund" type="{http://www.osci.de/xmeld244}Code.Familienstand.Beendigungsgrund" minOccurs="0"/>
         <element name="datumBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumEnde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand" minOccurs="0"/>
         <element name="ort.letzte.ehe.oder.lp" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ortstaat.letzte.ehe.oder.lp" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Abruf.FamilienstandMitNachweis Mit diesem Datentyp wird der Familienstand einer Person im Kontext der Datenabrufe nach § 38 BMG sowie bei einfachen Melderegisterauskünften sowie die Nachweisdaten abgebildet.

Java-Klasse für type.Abruf.FamilienstandMitNachweis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Abruf.FamilienstandMitNachweis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.Abruf.Familienstand"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Abruf.FamilienstandNurBegruendung Mit diesem Datentyp wird der Familienstand einer Person im Kontext der Datenabrufe nach § 38 BMG sowie bei einfachen Melderegisterauskünften abgebildet. Es können nur die Beginndaten einer Ehe- oder Lebenspartnerschaft, nicht aber das Endedatum oder der Beendigungsgrund angegeben werden.

Java-Klasse für type.Abruf.FamilienstandNurBegruendung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Abruf.FamilienstandNurBegruendung">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Abruf.Familienstand">
       <sequence>
         <element name="datumBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand" minOccurs="0"/>
         <element name="ort.letzte.ehe.oder.lp" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ortstaat.letzte.ehe.oder.lp" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.administration.returntosender.begruendung Es ist der Grund mitzuteilen, weshalb die Nachricht zurückgesandt wird. Hierfür ist eine Schlüsseltabelle mit möglichen Rücksendungsgründen vorgesehen, außerdem gibt es die Möglichkeit, ergänzende Hinweise mitzuteilen. In manchen Fällen (zum Beispiel wenn als Grund der Rücksendung Sonstige angegeben wird) sind ergänzende Angaben verpflichtend. Generell ist so vorzugehen, dass der Grund der Rücksendung so präzise wie möglich bezeichnet wird, um eine schnelle Klärung des Sachverhalts zu ermöglichen.

Java-Klasse für type.administration.returntosender.begruendung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.administration.returntosender.begruendung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Ruecksendung.einer.Nachricht"/>
         <element name="ergaenzende.hinweise" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.administration.returntosender.container Dieser Container enthält sowohl die zurückzusendende Nachricht, als auch die notwendigen Angaben über den Grund der Rücksendung. Sofern die Nachricht nicht von dem ursprünglich adressierten Leser zurückgesandt wird, sondern von einer anderen Stelle (zum Beispiel einer Clearingstelle, die im Auftrag der ursprünglich adressierten Meldebehörde eine Prüfung eingehender Nachrichten nach formalen Kriterien durchführt), dann ist diese Stelle in dem Element rueckweisende.stelle genauer zu bezeichnen.

Java-Klasse für type.administration.returntosender.container complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.administration.returntosender.container">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rueckweisende.stelle" type="{http://www.osci.de/xmeld244}type.administration.returntosender.rueckweisende.stelle" minOccurs="0"/>
         <element name="begruendung" type="{http://www.osci.de/xmeld244}type.administration.returntosender.begruendung"/>
         <element name="transportinformationen" type="{http://www.osci.de/xmeld244}type.administration.returntosender.transportinformationen" minOccurs="0"/>
         <element name="nachricht" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="nicht.verarbeitbarer.einzelfall" type="{http://www.osci.de/xmeld244}type.administration.returntosender.nicht.verarbeitbarer.einzelfall" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ursprungsnachricht" type="{http://www.osci.de/xmeld244}type.identifikation.nachricht.alt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.administration.returntosender.container.ohne.ursprungsnachricht Mit diesem Datentyp werden die notwendigen Angaben über den Grund der Rücksendung, aber keine Ursprungsnachricht übermittelt. Sofern die Rückweisung gemäß Prüfungsebene I durch eine andere Stelle als den Leser der Nachricht (z. B. eine Clearingstelle) durchgeführt wird, ist diese Stelle in dem Element rueckweisende.stelle genauer zu bezeichnen.

Java-Klasse für type.administration.returntosender.container.ohne.ursprungsnachricht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.administration.returntosender.container.ohne.ursprungsnachricht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rueckweisende.stelle" type="{http://www.osci.de/xinneres/rueckweisung/3}Rueckweisung.RueckweisendeStelle" minOccurs="0"/>
         <element name="begruendung" type="{http://www.osci.de/xmeld244}type.administration.returntosender.begruendung"/>
         <element name="transportinformationen" type="{http://www.osci.de/xmeld244}type.administration.returntosender.transportinformationen" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.administration.returntosender.nicht.verarbeitbarer.einzelfall Mit diesem Datentyp wird ein Einzelfall aus einer Sammelnachricht übermittelt. Es werden zusätzliche Informationen bzgl. des Grundes der Nichtverarbeitbarkeit ergänzt.

Java-Klasse für type.administration.returntosender.nicht.verarbeitbarer.einzelfall complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.administration.returntosender.nicht.verarbeitbarer.einzelfall">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="technische.einzelidentifikation" type="{http://www.osci.de/xmeld244}type.technische.einzelidentifikation"/>
         <element name="grund" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.administration.returntosender.rueckweisende.stelle Die rückweisende Stelle kann eine der Institutionen sein, die sich auf dem Weg zwischen Autor und Leser der Nachricht befinden, z. B.: Clearingstelle der Leser selbst (Meldebehörde, andere Behörde, ...)

Java-Klasse für type.administration.returntosender.rueckweisende.stelle complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.administration.returntosender.rueckweisende.stelle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pruefinstanz" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="anschrift" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift"/>
         <element name="erreichbarkeit" type="{http://www.osci.de/xinneres/kommunikation/3}Kommunikation" maxOccurs="unbounded"/>
         <element name="organisationseinheit" type="{http://www.osci.de/xmeld244}type.Organisationseinheit" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.administration.returntosender.transportinformationen Mit diesem Datentyp werden Informationen, die bei dem Empfang der als fehlerhaft betrachteten Nachricht möglicherweise der Transportebene entnommen werden konnten, übermittelt. Diese Angaben können gemacht werden, um dem Leser dieser Rücksendenachricht die Identifikation der als fehlerhaft betrachteten und nunmehr zurückgesandten Nachricht zu erleichtern. Alle Kindelemente dieses Elementes sind optional, da keine verbindlichen Anforderungen an das Transportprotokoll gestellt werden können.

Java-Klasse für type.administration.returntosender.transportinformationen complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.administration.returntosender.transportinformationen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nachrichten.id" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="betreff" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="sendezeitpunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ergaenzende.hinweise" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.anlass.abfrage Mit diesem Datentyp wird Grund des Abrufs bei Datenabrufen abgebildet.

Java-Klasse für type.anlass.abfrage complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.anlass.abfrage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="grundderabfrage" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.anmeldung.identifikation Dieser Datentyp dient der anforderung_meldescheins für 1 bis n Personen, die in der wegzugs_mb, bisherigen hauptwohnungs_mb bzw. der letzten_inlands_mb mit derselben Anschrift mit dem Wohnungsstatus AW oder HW gemeldet sind. Die Anschrift dient der weiteren Identifikation der betroffenen_personen.

Java-Klasse für type.anmeldung.identifikation complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.anmeldung.identifikation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.anmeldung.identifikation.person" maxOccurs="unbounded"/>
         <element name="wegzugsanschrift" type="{http://www.osci.de/xmeld244}type.Anmeldung.Wegzugsanschrift"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Anmeldung.Identifikation.NameNatuerlichePerson Mit diesem Datentyp können die Namensinformationen der betroffenen Person im Kontext des vorausgefüllten Meldescheines übermittelt werden.

Java-Klasse für type.Anmeldung.Identifikation.NameNatuerlichePerson complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Anmeldung.Identifikation.NameNatuerlichePerson">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="ehename" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="ehename.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="lebenspartnerschaftsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.anmeldung.identifikation.person Dieser Datentyp dient der Identifikation der betroffenen_person im Rahmen des vorausgefuellten_meldescheins.

Java-Klasse für type.anmeldung.identifikation.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.anmeldung.identifikation.person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.Anmeldung.Identifikation.NameNatuerlichePerson"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Anmeldung.NatuerlichePerson Mit diesem Datentyp werden die Daten der betroffenen Person im Kontext des vorausgefüllten Meldescheins abgebildet.

Java-Klasse für type.Anmeldung.NatuerlichePerson complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Anmeldung.NatuerlichePerson">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePersonAktuell" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.FamilienstandNurBegruendung" minOccurs="0"/>
         <element name="familienstand.nachweis" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt" minOccurs="0"/>
         <element name="religion" type="{http://www.osci.de/xmeld244}type.Religion" minOccurs="0"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4" minOccurs="0"/>
         <element name="ausweisdokument" type="{http://www.osci.de/xmeld244}type.AusweisdokumentOhneSperrinformationen" maxOccurs="unbounded" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="aktuelleWohnung" type="{http://www.osci.de/xmeld244}type.WohnungOhneZusatzdaten" maxOccurs="unbounded" minOccurs="0"/>
         <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="azrNummer" type="{http://www.osci.de/xinneres/azrnummer/1}AZRNummer" minOccurs="0"/>
         <element name="geburtseintragOhneGeburtsurkunde" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Anmeldung.Wegzugsanschrift Mit diesem Datentyp können die Informationen zur Wegzugsanschrift zur Identifikation im Kontext des vorausgefüllten Meldescheines übermittelt werden.

Java-Klasse für type.Anmeldung.Wegzugsanschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Anmeldung.Wegzugsanschrift">
   <complexContent>
     <restriction base="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift">
       <sequence>
         <element name="gemeindeschluessel" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel" minOccurs="0" form="unqualified"/>
         <element name="hausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Hausnummer" minOccurs="0" form="unqualified"/>
         <element name="hausnummerBuchstabeZusatzziffer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.HausnummerBuchstabeZusatzziffer" minOccurs="0" form="unqualified"/>
         <element name="postleitzahl" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Postleitzahl" minOccurs="0" form="unqualified"/>
         <element name="stockwerkswohnungsnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Stockwerkswohnungsnummer" minOccurs="0" form="unqualified"/>
         <element name="strasse" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Strasse" minOccurs="0" form="unqualified"/>
         <element name="teilnummerDerHausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.TeilnummerDerHausnummer" minOccurs="0" form="unqualified"/>
         <element name="zusatzangaben" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Zusatzangaben" minOccurs="0" form="unqualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.anmeldung.zuziehende.person Dieser Datentyp enthält die Informationen der betroffenen_person im Kontext der antwort_meldescheins. Zur angefragten betroffenen_person werden maximal die Daten nach § 3 Abs. 1 bmg übermittelt.

Java-Klasse für type.anmeldung.zuziehende.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.anmeldung.zuziehende.person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="antwortstatus" type="{http://www.osci.de/xmeld244}Code.Vorausgefuellter.Meldeschein.Antwortstatus"/>
         <element name="anfrageprofil" type="{http://www.osci.de/xmeld244}type.anmeldung.identifikation.person"/>
         <element name="personendaten" type="{http://www.osci.de/xmeld244}type.Anmeldung.NatuerlichePerson" minOccurs="0"/>
         <element name="vertreter" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreterOhneBeendigung" maxOccurs="4" minOccurs="0"/>
         <element name="partner.und.kinder" type="{http://www.osci.de/xmeld244}type.PartnerUndKinder" minOccurs="0"/>
         <element name="wegzugsanschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderecht Mit diesem Datentyp werden alle melderechtlichen Anforderungen an eine DSMeld-konform strukturierte Anschrift abgebildet. Der Datentyp unterstützt die alternative Darstellung dreier Anschrift-Arten: Die gewöhnliche Inlandsanschrift, den Wegzugs- bzw. Zuzugsstaat sowie den Umstand, dass die Anschrift unbekannt ist.

Java-Klasse für type.AnschriftMelderecht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderecht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland"/>
         <element name="anschrift.ausland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
         <element name="anschrift.unbekannt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Unbekannt"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderecht.Ausland Mit diesem Datentyp wird eine ausländische Anschrift nur durch den entsprechenden Staatenschlüssel repräsentiert. Dieser Typ ist zu verwenden in Kontexten, wo nach derzeitigem Rechtsstand nur die Angabe des Staates zu übermitteln ist. Sofern aus rechtlichen Gründen der Staat nicht übermittelt werden darf, sondern lediglich z. B. 'die Tatsache, dass die betroffene Person ins Ausland verzogen ist', ist statt des Elementes staat das Element zurechtnichtuebermittelt einzutragen. Aufgrund der hier gewählten Struktur kann immer nur eines der beiden Kindelemente übermittelt werden.

Java-Klasse für type.AnschriftMelderecht.Ausland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderecht.Ausland">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="staat" type="{http://www.osci.de/xmeld244}Code.Gebiet"/>
         <element name="zurechtnichtuebermittelt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderecht.Inland Mit diesem Datentyp wird die Inlandsanschrift einer Person abgebildet. Er basiert auf der Anschrift des xinneres-basismoduls. Die Kindelemente gemeindeschluessel, strasse, postleitzahl und wohnort sind mandatorisch, da sie nach den gesetzlichen Vorschriften (dsm) unverzichtbare Bestandteile einer Anschrift sind.

Java-Klasse für type.AnschriftMelderecht.Inland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderecht.Inland">
   <complexContent>
     <restriction base="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift">
       <sequence>
         <element name="gemeindeschluessel" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel" form="unqualified"/>
         <element name="hausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Hausnummer" minOccurs="0" form="unqualified"/>
         <element name="hausnummerBuchstabeZusatzziffer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.HausnummerBuchstabeZusatzziffer" minOccurs="0" form="unqualified"/>
         <element name="postleitzahl" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Postleitzahl" form="unqualified"/>
         <element name="stockwerkswohnungsnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Stockwerkswohnungsnummer" minOccurs="0" form="unqualified"/>
         <element name="strasse" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Strasse" form="unqualified"/>
         <element name="teilnummerDerHausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.TeilnummerDerHausnummer" minOccurs="0" form="unqualified"/>
         <element name="wohnort" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnort" form="unqualified"/>
         <element name="wohnortFruehererGemeindename" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.WohnortFruehererGemeindename" minOccurs="0" form="unqualified"/>
         <element name="wohnungsinhaber" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnungsinhaber" minOccurs="0" form="unqualified"/>
         <element name="zusatzangaben" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Zusatzangaben" minOccurs="0" form="unqualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderecht.InlandMitSperrvermerk Mit diesem Datentyp wird die Inlandsanschrift einer Person abgebildet. Er basiert auf der Anschrift des xinneres-basismoduls. Die Kindelemente gemeindeschluessel, strasse, postleitzahl und wohnort sind mandatorisch, da sie nach den gesetzlichen Vorschriften (dsm) unverzichtbare Bestandteile einer Anschrift sind. Zusätzlich kann die Tatsache des Vorliegens eines bedingten Sperrvermerkes nach § 52 BMG zur Anschrift mitgeteilt werden.

Java-Klasse für type.AnschriftMelderecht.InlandMitSperrvermerk complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderecht.InlandMitSperrvermerk">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland"/>
         <element name="bedingterSperrvermerk" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderechtMitSperrvermerk Mit diesem Datentyp werden alle melderechtlichen Anforderungen an eine DSMeld-konform strukturierte Anschrift abgebildet. Der Datentyp unterstützt die alternative Darstellung dreier Anschrift-Arten: Die gewöhnliche Inlandsanschrift, den Wegzugs- bzw. Zuzugsstaat sowie den Umstand, dass die Anschrift unbekannt ist. Zusätzlich kann die Tatsache des Vorliegens eines bedingten Sperrvermerkes nach § 52 BMG zur inländischen Anschrift mitgeteilt werden.

Java-Klasse für type.AnschriftMelderechtMitSperrvermerk complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderechtMitSperrvermerk">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk"/>
         <element name="anschrift.ausland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
         <element name="anschrift.unbekannt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Unbekannt"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderechtNurInlandMitSperrvermerk Mit diesem Datentyp werden alle melderechtlichen Anforderungen an eine DSMeld-konform strukturierte Anschrift abgebildet. Der Datentyp unterstützt die alternative Darstellung dreier Anschrift-Arten: Die gewöhnliche Inlandsanschrift, den Wegzugs- bzw. Zuzugsstaat sowie den Umstand, dass die Anschrift unbekannt ist. Zusätzlich kann die Tatsache des Vorliegens eines bedingten Sperrvermerkes nach § 52 BMG zur inländischen Anschrift mitgeteilt werden.

Java-Klasse für type.AnschriftMelderechtNurInlandMitSperrvermerk complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderechtNurInlandMitSperrvermerk">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderechtOhneAusland Dieser Typ schließt Wohnungen mit Auslandsanschriften aus.

Java-Klasse für type.AnschriftMelderechtOhneAusland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderechtOhneAusland">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.AnschriftMelderecht">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland"/>
         <element name="anschrift.unbekannt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Unbekannt"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderechtOhneAuslandMitSperrvermerk Mit diesem Datentyp werden alle melderechtlichen Anforderungen an eine DSMeld-konform strukturierte Anschrift abgebildet. Der Datentyp unterstützt die alternative Darstellung dreier Anschrift-Arten: Die gewöhnliche Inlandsanschrift, den Wegzugs- bzw. Zuzugsstaat sowie den Umstand, dass die Anschrift unbekannt ist. Zusätzlich kann die Tatsache des Vorliegens eines bedingten Sperrvermerkes nach § 52 BMG zur inländischen Anschrift mitgeteilt werden.

Java-Klasse für type.AnschriftMelderechtOhneAuslandMitSperrvermerk complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderechtOhneAuslandMitSperrvermerk">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk"/>
         <element name="anschrift.unbekannt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Unbekannt"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.AnschriftMelderecht.Unbekannt Mit diesem Datentyp wird die Tatsache abgebildet, dass die Anschrift der betroffenen Person nicht bekannt ist.

Java-Klasse für type.AnschriftMelderecht.Unbekannt complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AnschriftMelderecht.Unbekannt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschriftUnbekannt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="sachverhalt" type="{http://www.osci.de/xmeld244}Code.Anschrift.Unbekannt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Anschriftfeld Mit diesem Datentyp wird ein Anschriftfeld abgebildet. Der Bereich für das gesamte Brieffenster heißt Anschriftfeld. Das Anschriftfeld darf nicht mehr als 9 Zeilen umfassen. Inhalt des Anschriftfeldes ist die Aufschrift. Bestandteil der Aufschrift sind die Zusatz- und Vermerkzone (maximal drei Zeilen) sowie die Anschriftzone (zwischen zwei und maximal sechs Zeilen). Ebenfalls nach DIN 5008 ist die Anschriftenzone zeilenweise ohne Leerzeilen aufzubauen, d. h. werden weniger als sechs Zeilen verwendet, bleiben die letzten Zeilen leer.

Java-Klasse für type.Anschriftfeld complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Anschriftfeld">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vermerkzone">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="zeile.vermerk" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="3" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="anschriftzone">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="zeile.anschrift" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="6" minOccurs="2"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Anschriftzone (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zeile.anschrift" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="6" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Vermerkzone (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zeile.vermerk" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="3" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Auskunftssperre Mit diesem Datentyp werden Auskunftssperren der Person nach § 51 BMG abgebildet. Eine Auskunftssperre hat je nach Art Konsequenzen für die Zulässigkeit von Auskünften und Datenübermittlungen.

Java-Klasse für type.Auskunftssperre complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Auskunftssperre">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="frist" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Auskunftssperre"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.AuskunftssperreOhneFrist Mit diesem Datentyp werden Informationen zur Auskunftssperre ohne Informationen zur Frist der Auskunftssperre abgebildet.

Java-Klasse für type.AuskunftssperreOhneFrist complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AuskunftssperreOhneFrist">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Auskunftssperre">
       <sequence>
         <element name="grund" type="{http://www.osci.de/xmeld244}Code.Auskunftssperre"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Auslandsanschrift.Druckbild Dieser Datentyp repräsentiert das Druckbild einer Anschrift im Ausland, indem die Anschriftzone eines Brieffensters gemäß DIN 5008 abgebildet wird. Er unterscheidet sich von dem Datentyp Auslandsanschrift.Druckbild des xinneres-basismoduls in der Hinsicht, dass für die Angabe des Staates anstelle der Schlüsseltabelle Staat die Schlüsseltabelle Gebiet genutzt wird.

Java-Klasse für type.Auslandsanschrift.Druckbild complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Auslandsanschrift.Druckbild">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="staat" type="{http://www.osci.de/xmeld244}Code.Gebiet"/>
         <element name="anschriftzone" type="{http://www.osci.de/xinneres/auslandsanschrift/3}Auslandsanschrift.Anschriftzone" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.auslandsverwendung.fuehrungszeugnis Sofern das beantragte Führungszeugnis im Ausland Verwendung finden soll, ist grundsätzlich eine Legalisation erforderlich. Die dafür nötigen Informationen werden in diesem Container übermittelt. Hierbei ist grundsätzlich zwischen der Überbeglaubigung und sonstigen Anerkennungsformen zu unterscheiden, da im Falle der Überbeglaubigung ein zusätzliche Gebühr an das BZR zu entrichten ist.

Java-Klasse für type.auslandsverwendung.fuehrungszeugnis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.auslandsverwendung.fuehrungszeugnis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="staat" type="{http://www.osci.de/xmeld244}Code.Staat"/>
         <element name="auslandsverwendung.anerkennungsform">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="fuehrungszeugnis.auslandsverwendung.ueberbeglaubigung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="anerkennungsform" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Ueberbeglaubigung"/>
                             <element name="belegnummer" type="{http://www.osci.de/xmeld244}type.BfJ.Belegnummer"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="fuehrungszeugnis.auslandsverwendung.sonstige">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="anerkennungsform" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Sonstige"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AuslandsverwendungAnerkennungsform (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="fuehrungszeugnis.auslandsverwendung.ueberbeglaubigung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anerkennungsform" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Ueberbeglaubigung"/>
                   <element name="belegnummer" type="{http://www.osci.de/xmeld244}type.BfJ.Belegnummer"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fuehrungszeugnis.auslandsverwendung.sonstige">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anerkennungsform" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Sonstige"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
FuehrungszeugnisAuslandsverwendungSonstige (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anerkennungsform" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Sonstige"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
FuehrungszeugnisAuslandsverwendungUeberbeglaubigung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anerkennungsform" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Anerkennungsform.Ueberbeglaubigung"/>
         <element name="belegnummer" type="{http://www.osci.de/xmeld244}type.BfJ.Belegnummer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Aussteuerung.Identifikation.Person Mit diesem Datentyp werden die Identifikationsdaten der betroffenen Person übermittelt. Sie können entweder aus Personendaten oder aus Daten zum Ordnungsmerkmal bestehen.

Java-Klasse für type.Aussteuerung.Identifikation.Person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Aussteuerung.Identifikation.Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="personendaten">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                   <element name="geburtsdatum" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
                   <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datenZumOrdnungsmerkmal">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
                   <element name="gemeinde" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
DatenZumOrdnungsmerkmal (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="gemeinde" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Personendaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Inland"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Ausweisdokument Mit diesem Datentyp werden die Informationen zum Ausweisdokument der Person abgebildet. Er dient der Abbildung aller vorkommenden Ausweisarten, also sowohl von Personalausweisen wie auch von Reisepässen und sonstigen Reisedokumenten sowie der eID-Karte.

Java-Klasse für type.Ausweisdokument complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Ausweisdokument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="passart" type="{http://www.osci.de/xmeld244}Code.Pass.und.Ausweisdokumente"/>
         <element name="gueltigkeitsdauer" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="seriennummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="behoerde" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="ausstellungsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="sperrsumme" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="sperrkennwort" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.AusweisdokumentMitLichtbild Mit diesem Datentyp werden die Informationen zum Ausweisdokument der Person abgebildet. Er dient der Abbildung aller vorkommenden Ausweisarten, also sowohl von Personalausweisen wie auch von Reisepässen und sonstigen Reisedokumenten sowie der eID-Karte. Mit ihm kann auch ein Lichtbild für Personalausweise und Reisepässe übermittelt werden (Passarten 01, 02, 03, 09, 10 und 11).

Java-Klasse für type.AusweisdokumentMitLichtbild complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AusweisdokumentMitLichtbild">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Ausweisdokument">
       <sequence>
         <element name="lichtbild" type="{http://www.osci.de/xinneres/lichtbild/1}Lichtbild" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.AusweisdokumentOhneSperrinformationen Mit diesem Datentyp werden die Informationen zum Ausweisdokument der Person ohne die Sperrinformationen abgebildet.

Java-Klasse für type.AusweisdokumentOhneSperrinformationen complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.AusweisdokumentOhneSperrinformationen">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Ausweisdokument">
       <sequence>
         <element name="passart" type="{http://www.osci.de/xmeld244}Code.Pass.und.Ausweisdokumente"/>
         <element name="gueltigkeitsdauer" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="seriennummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="behoerde" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="ausstellungsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.BVA.WohnungLetzteInlandswohnung Mit diesem Datentyp werden die Informationen der letzten Inlandswohnung bei Prozessen im Zusammenhang eines Wiederzuzugs aus dem Ausland abgebildet. Das Element datumLetzterWegzugAusland ist mandatorisch.

Java-Klasse für type.BVA.WohnungLetzteInlandswohnung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.BVA.WohnungLetzteInlandswohnung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtNurInlandMitSperrvermerk" minOccurs="0"/>
         <element name="datumAbmeldungBeiAnmeldebehoerde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumAnmeldungBeiAnmeldebehoerde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDerAbmeldungVonAmtsWegen" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDerAnmeldungVonAmtsWegen" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt" minOccurs="0"/>
         <element name="datumDesWohnungsstatuswechselsVonAmtsWegen" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumMitteilungWohnungsstatuswechsel" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDesWohnungsstatuswechsels" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="statusderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsstatus" minOccurs="0"/>
         <element name="datumLetzterWegzugAusland" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.BZR.Fuehrungszeugnis Mit diesem Element wird genau ein Führungszeugnis-Antrag mitgeteilt.

Java-Klasse für type.BZR.Fuehrungszeugnis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.BZR.Fuehrungszeugnis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anfrageart" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Anfrageart"/>
         <element name="datum.antragstellung" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="aktenzeichenanfrage" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="justizbehoerdenkennzeichen" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Justizbehoerdenkennzeichen" minOccurs="0"/>
         <element name="identifikation.person" type="{http://www.osci.de/xmeld244}type.bzr.0430.identifikation.person"/>
         <element name="doktorgrad" type="{http://www.osci.de/xmeld244}type.Doktorgrad" maxOccurs="unbounded" minOccurs="0"/>
         <element name="empfaengeranschrift" type="{http://www.osci.de/xmeld244}type.bzr.empfaenger.fuehrungszeugnis"/>
         <element name="gebuehr" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Gebuehr"/>
         <element name="verwendungszweck" type="{http://www.osci.de/xmeld244}type.datenuebermittlung.bzr.verwendungszweck" minOccurs="0"/>
         <element name="verwendung.ausland" type="{http://www.osci.de/xmeld244}type.auslandsverwendung.fuehrungszeugnis" minOccurs="0"/>
         <element name="abrechnungskennzeichen" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel" minOccurs="0"/>
         <element name="identifikation.ereignis" type="{http://www.osci.de/xmeld244}type.Identifikation.Ereignis"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.BZR.Fuehrungszeugnis.Anschrift.Inland Mit diesem Datentyp wird die Inlandsanschrift einer betroffenen Person im Kontext von Führungszeugnis-Anträgen in der Datenübermittlung an das Bundesamt für Justiz abgebildet.

Java-Klasse für type.BZR.Fuehrungszeugnis.Anschrift.Inland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.BZR.Fuehrungszeugnis.Anschrift.Inland">
   <complexContent>
     <restriction base="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift">
       <sequence>
         <element name="hausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Hausnummer" minOccurs="0" form="unqualified"/>
         <element name="hausnummerBuchstabeZusatzziffer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.HausnummerBuchstabeZusatzziffer" minOccurs="0" form="unqualified"/>
         <element name="postleitzahl" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Postleitzahl" form="unqualified"/>
         <element name="strasse" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Strasse" form="unqualified"/>
         <element name="wohnort" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnort" form="unqualified"/>
         <element name="zusatzangaben" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Zusatzangaben" minOccurs="0" form="unqualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.BZR.Identifikation.Person.Geburt Mit diesem Datentyp werden die für Identifikationszwecke beim BZR relevanten Daten zur Geburt des Betroffenen übermittelt.

Java-Klasse für type.BZR.Identifikation.Person.Geburt complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.BZR.Identifikation.Person.Geburt">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Geburt">
       <sequence>
         <element name="geburtsort" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="geburtsortStaat" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.BZR.Nachname Dient der strukturierten Darstellung eines Nachnamens in der Datenübermittlung eines Nachnamens bei Änderungsmitteilungen an das BZR.

Java-Klasse für type.BZR.Nachname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.BZR.Nachname">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Nachname">
       <sequence>
         <element name="nachname" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="namensbestandteil" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="zurechtnichtvorhanden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="istblockname" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.BZSt.Bruttomeldedaten Mit diesem Datentyp werden die von dem bzst gemäß §§ 139b Abs. 6 Nr. 1 - 10 AO und §39e Abs. 2 Nr. 1 - 3 EStG zu einer Person gespeicherten Daten abgebildet.

Java-Klasse für type.BZSt.Bruttomeldedaten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.BZSt.Bruttomeldedaten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk"/>
         <element name="uebermittlungssperre" type="{http://www.osci.de/xmeld244}type.AuskunftssperreOhneFrist" maxOccurs="3" minOccurs="0"/>
         <element name="religion" type="{http://www.osci.de/xmeld244}type.bzst.religion"/>
         <element name="eintrittsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="austrittsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.BZSt.Familienstand"/>
         <element name="steueridentifikation.ehegatte.lebenspartner" type="{http://www.osci.de/xmeld244}type.bzst.plausibilisiertesteueridentifikation" minOccurs="0"/>
         <element name="zugeordnetes.kind" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="steueridentifikation.kind" type="{http://www.osci.de/xmeld244}type.bzst.plausibilisiertesteueridentifikation"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ZugeordnetesKind (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="steueridentifikation.kind" type="{http://www.osci.de/xmeld244}type.bzst.plausibilisiertesteueridentifikation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.BZSt.Familienstand Mit diesem Datentyp werden die an das BZSt zu übermittelnden Informationen zum Familienstand einer Person abgebildet.

Java-Klasse für type.BZSt.Familienstand complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.BZSt.Familienstand">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Familienstand">
       <sequence>
         <element name="datumBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumEnde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Bankverbindung Mit diesem Element können die Bankverbindungsdaten gemäß SEPA angegeben werden.

Java-Klasse für type.Bankverbindung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Bankverbindung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="iban" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="bic" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.basisnachricht Diese Klasse bildet die Basis für die in der xmeld-eigenen asynchronen rts-nachricht sowie in den Nachrichten der einfachen Melderegisterauskunft eingesetzten Nachrichtenköpfe. Sie dient der leichteren programmtechnischen Verarbeitung von Nachrichten. Außerdem enthält diese Klasse Informationen, die für jede Nachricht relevant sind. Dies sind im Einzelnen: Angaben zum xmeld-Release (Attribute version und fassung) eine optionale Angabe, ob es sich bei der Nachricht um eine Testnachricht handelt Angaben über die zur Erstellung der Nachricht verwendete Software und deren Hersteller eine optionale ID zur eindeutigen Identifizierung der Nachricht

Java-Klasse für type.basisnachricht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.basisnachricht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="fassung" use="required" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" fixed="2020-07-31" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="produkt" use="required" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" />
       <attribute name="produkthersteller" use="required" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" />
       <attribute name="produktversion" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" />
       <attribute name="test" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" />
       <attribute name="version" use="required" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" fixed="2.4.4" />
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerde Dieser Typ ist ein Basistyp für die Definition konkreter Behörden. Er wird - mit Ausnahme der Verwendung in Nachrichtenköpfen - nicht als direktes Kindelement verwendet.

Java-Klasse für type.Behoerde complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerde">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="behoerdenkennung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="ORGANISATIONSEINHEIT" type="{http://www.osci.de/xmeld244}type.Organisationseinheit" maxOccurs="unbounded" minOccurs="0"/>
         <element name="erreichbarkeit" type="{http://www.osci.de/xinneres/kommunikation/3}Kommunikation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ANSCHRIFT" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Abrufdaten Mit diesem Datentyp werden die Abrufdaten zum Datenabruf übermittelt.

Java-Klasse für type.Behoerdenauskunft.Abrufdaten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Abrufdaten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="personendaten" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePersonMitNachweis" minOccurs="0"/>
                   <element name="geburtsangaben" type="{http://www.osci.de/xmeld244}type.GeburtMitNachweis" minOccurs="0"/>
                   <element name="wohnung" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="sterbedaten" type="{http://www.osci.de/xmeld244}type.TodMitNachweis" minOccurs="0"/>
                   <element name="verstorben" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
                   <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4" minOccurs="0"/>
                   <element name="staatsangehoerigkeit.glaubhaftmachung" type="{http://www.osci.de/xmeld244}type.Staatsangehoerigkeit.Glaubhaftmachung" maxOccurs="2" minOccurs="0"/>
                   <element name="ausweisdokument" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Abrufdaten.Ausweisdokument" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="waffenrechtlicheDaten" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="waffenrechtlicheErlaubnis" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.WaffenrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded"/>
                             <element name="waffenbesitzverbot" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotMitNachweis"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="sprengstoffrechtlicheErlaubnis" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.SprengstoffrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="religionszugehoerigkeit" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Religion" minOccurs="0"/>
                   <element name="auslandsanschrift" type="{http://www.osci.de/xmeld244}type.Auslandsanschrift.Druckbild" minOccurs="0"/>
                   <element name="familienstand" type="{http://www.osci.de/xmeld244}type.Abruf.FamilienstandMitNachweis" minOccurs="0"/>
                   <element name="passversagung" type="{http://www.osci.de/xmeld244}type.PassversagungMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher" minOccurs="0"/>
                   <element name="anschrift3991" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                   <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="zuzugLand" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="zuzugKreis" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="zuzugGemeinde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
                   <element name="geburtseintragOhneGeburtsurkunde" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="azrNummer" type="{http://www.osci.de/xinneres/azrnummer/1}AZRNummer" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="gesetzlicherVertreter" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Abrufdaten.GesetzlicherVertreter" maxOccurs="4" minOccurs="0"/>
         <element name="partner" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Abrufdaten.Partner" minOccurs="0"/>
         <element name="kind" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Abrufdaten.Kind" maxOccurs="unbounded" minOccurs="0"/>
         <element name="identifikationsmerkmal" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Identifikationsmerkmal" minOccurs="0"/>
         <element name="zusatzfeldNachLandesrecht" type="{http://www.osci.de/xmeld244}type.ZusatzfeldNachLandesrecht" maxOccurs="unbounded" minOccurs="0"/>
         <element name="informationenZumOrdnungsmerkmal" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                   <element name="gemeindeschluessel" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel" minOccurs="0" form="unqualified"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
InformationenZumOrdnungsmerkmal (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="gemeindeschluessel" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel" minOccurs="0" form="unqualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Personendaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePersonMitNachweis" minOccurs="0"/>
         <element name="geburtsangaben" type="{http://www.osci.de/xmeld244}type.GeburtMitNachweis" minOccurs="0"/>
         <element name="wohnung" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sterbedaten" type="{http://www.osci.de/xmeld244}type.TodMitNachweis" minOccurs="0"/>
         <element name="verstorben" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4" minOccurs="0"/>
         <element name="staatsangehoerigkeit.glaubhaftmachung" type="{http://www.osci.de/xmeld244}type.Staatsangehoerigkeit.Glaubhaftmachung" maxOccurs="2" minOccurs="0"/>
         <element name="ausweisdokument" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Abrufdaten.Ausweisdokument" maxOccurs="unbounded" minOccurs="0"/>
         <element name="waffenrechtlicheDaten" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="waffenrechtlicheErlaubnis" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.WaffenrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded"/>
                   <element name="waffenbesitzverbot" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotMitNachweis"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sprengstoffrechtlicheErlaubnis" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.SprengstoffrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
         <element name="religionszugehoerigkeit" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Religion" minOccurs="0"/>
         <element name="auslandsanschrift" type="{http://www.osci.de/xmeld244}type.Auslandsanschrift.Druckbild" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.Abruf.FamilienstandMitNachweis" minOccurs="0"/>
         <element name="passversagung" type="{http://www.osci.de/xmeld244}type.PassversagungMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
         <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher" minOccurs="0"/>
         <element name="anschrift3991" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="zuzugBund" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="zuzugLand" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="zuzugKreis" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="zuzugGemeinde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="geburtseintragOhneGeburtsurkunde" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="azrNummer" type="{http://www.osci.de/xinneres/azrnummer/1}AZRNummer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
WaffenrechtlicheDaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="waffenrechtlicheErlaubnis" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.WaffenrechtlicheErlaubnisMitNachweis" maxOccurs="unbounded"/>
         <element name="waffenbesitzverbot" type="{http://www.osci.de/xmeld244}type.WaffenbesitzverbotMitNachweis"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Abrufdaten.Ausweisdokument Mit diesem Datentyp ist es möglich, alle vorkommenden Ausweisarten im Kontext der Datenabrufe nach § 38 BMG abzubilden.

Java-Klasse für type.Behoerdenauskunft.Abrufdaten.Ausweisdokument complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Abrufdaten.Ausweisdokument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="passart" type="{http://www.osci.de/xmeld244}Code.Pass.und.Ausweisdokumente" minOccurs="0"/>
         <element name="gueltigkeitsdauer" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="seriennummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="behoerde" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ausstellungsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="lichtbild" type="{http://www.osci.de/xinneres/lichtbild/1}Lichtbild" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Abrufdaten.GesetzlicherVertreter Mit diesem Datentyp werden Informationen zum Gesetzlichen Vertreter im Kontext der Datenabrufe nach § 38 BMG abgebildet.

Java-Klasse für type.Behoerdenauskunft.Abrufdaten.GesetzlicherVertreter complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Abrufdaten.GesetzlicherVertreter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreter.Name" minOccurs="0"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.AnschriftMelderecht" minOccurs="0"/>
         <element name="gesetzlichervertreterschluessel" type="{http://www.osci.de/xmeld244}Code.Gesetzlicher.Vertreter" minOccurs="0"/>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
         <element name="tagDerBeendigung" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Abrufdaten.Kind Mit diesem Datentyp werden Informationen zum Kind im Kontext der Datenabrufe nach § 38 BMG abgebildet.

Java-Klasse für type.Behoerdenauskunft.Abrufdaten.Kind complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Abrufdaten.Kind">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson.Kind" minOccurs="0"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.AnschriftMelderechtOhneAusland" minOccurs="0"/>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Abrufdaten.Partner Mit diesem Datentyp werden Informationen zum Partner im Kontext der Datenabrufe nach § 38 BMG abgebildet.

Java-Klasse für type.Behoerdenauskunft.Abrufdaten.Partner complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Abrufdaten.Partner">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partnerschaftstyp" type="{http://www.osci.de/xmeld244}Code.Ehegatte.oder.Lebenspartner" minOccurs="0"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson.Partner" minOccurs="0"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="wohnung" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Abrufdaten.Wohnung.Partner" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Abrufdaten.Wohnung.Partner Mit diesem Datentyp werden die Informationen zur Wohnung für Ehegatten oder Lebenspartner in Datenabrufen nach § 38 BMG abgebildet.

Java-Klasse für type.Behoerdenauskunft.Abrufdaten.Wohnung.Partner complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Abrufdaten.Wohnung.Partner">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.AnschriftMelderecht" minOccurs="0"/>
         <element name="statusderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsstatus" minOccurs="0"/>
         <element name="artderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsart" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Anschrift.InlandMitSperrvermerk Mit diesem Datentyp können alle Informationen zur Anschrift für Datenabrufe nach § 38 BMG mit bedingtem Sperrvermerk gemäß § 52 BMG abgebildet werden.

Java-Klasse für type.Behoerdenauskunft.Anschrift.InlandMitSperrvermerk complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Anschrift.InlandMitSperrvermerk">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift.inland" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift"/>
         <element name="bedingterSperrvermerk" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.AnschriftMelderecht Mit diesem Datentyp können alle Informationen zur Anschrift für Datenabrufe nach § 38 BMG abgebildet werden.

Java-Klasse für type.Behoerdenauskunft.AnschriftMelderecht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.AnschriftMelderecht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Anschrift.InlandMitSperrvermerk"/>
         <element name="anschrift.ausland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
         <element name="anschrift.unbekannt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Unbekannt"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.AnschriftMelderechtOhneAusland Mit diesem Datentyp können alle Informationen zur inländischen Anschrift und zur unbekannten Anschrift für Datenabrufe nach § 38 BMG abgebildet werden.

Java-Klasse für type.Behoerdenauskunft.AnschriftMelderechtOhneAusland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.AnschriftMelderechtOhneAusland">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.AnschriftMelderecht">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Anschrift.InlandMitSperrvermerk"/>
         <element name="anschrift.unbekannt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Unbekannt"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Auskunft Mit diesem Datentyp werden die Informationen zur Auskunft übermittelt. Es wird zur Suche jeweils ein Ergebnisstatus (Element ergebnisstatus) übermittelt. Das Element person kann, je nach Suchergebnis entweder weggelassen werden (neutrale Antwort), genau einmal vorkommen (Detailauskunft) oder mehrfach vorkommen (Trefferliste).

Java-Klasse für type.Behoerdenauskunft.Auskunft complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Auskunft">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ergebnisstatus" type="{http://www.osci.de/xmeld244}Code.Behoerdenauskunft.Ergebnisstatus"/>
         <element name="zusatzinformationen" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Zusatzinformationen" minOccurs="0"/>
         <element name="person" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Abrufdaten" maxOccurs="unbounded" minOccurs="0"/>
         <element name="kosteninformation" type="{http://www.osci.de/xmeld244}type.Kosteninformation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Auswahldaten Mit diesem Element sind die Auswahldaten zur betroffenen Person für die Suchanfrage zu übermitteln. Dieser Datentyp dient sowohl der Übermittlung von Auswahldaten für die Suchanfrage einer Sicherheits- oder Strafermittlungsbehörde als auch einer anderen Behörde.

Java-Klasse für type.Behoerdenauskunft.Auswahldaten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Auswahldaten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="personendaten" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Auswahldaten.Personendaten" minOccurs="0"/>
         <element name="gesetzlicherVertreter" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Auswahldaten.BeigeschriebenePerson" minOccurs="0"/>
         <element name="partner" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Auswahldaten.BeigeschriebenePerson" minOccurs="0"/>
         <element name="kind" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Auswahldaten.BeigeschriebenePerson" minOccurs="0"/>
         <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="zusatzfeldNachLandesrecht" type="{http://www.osci.de/xmeld244}type.ZusatzfeldNachLandesrecht" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Auswahldaten.BeigeschriebenePerson Mit diesem Datentyp sind die Auswahldaten zur beigeschriebenen Person für die Suchanfrage zu übermitteln.

Java-Klasse für type.Behoerdenauskunft.Auswahldaten.BeigeschriebenePerson complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Auswahldaten.BeigeschriebenePerson">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Auswahldaten.Personendaten">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.Suchprofil.Name" minOccurs="0"/>
         <element name="doktorgrad" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil.Anschrift" minOccurs="0"/>
         <element name="geburtsdaten" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil.Geburt" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="sterbedaten" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Auswahldaten.Personendaten Mit diesem Datentyp sind die Auswahldaten zur betroffenen Person für die Suchanfrage zu übermitteln. Dieser Datentyp dient sowohl der Übermittlung von Auswahldaten für die Suchanfrage einer Sicherheits- oder Strafermittlungsbehörde als auch einer anderen Behörde.

Java-Klasse für type.Behoerdenauskunft.Auswahldaten.Personendaten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Auswahldaten.Personendaten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.Suchprofil.Name" minOccurs="0"/>
         <element name="doktorgrad" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ordensname" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="kuenstlername" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil.Anschrift" minOccurs="0"/>
         <element name="wohnungsstatus" type="{http://www.osci.de/xmeld244}Code.Wohnungsstatus" minOccurs="0"/>
         <element name="geburtsdaten" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil.Geburt" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.Abruf.FamilienstandNurBegruendung" minOccurs="0"/>
         <element name="sterbedaten" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
         <element name="religionszugehoerigkeit" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Religion" minOccurs="0"/>
         <element name="ausweisdokument" type="{http://www.osci.de/xmeld244}type.Abruf.AusweisdokumentOhneSperrinformationen" minOccurs="0"/>
         <element name="passversagung" type="{http://www.osci.de/xmeld244}type.Passversagung" maxOccurs="unbounded" minOccurs="0"/>
         <element name="optionsdeutscher" type="{http://www.osci.de/xmeld244}type.Optionsdeutscher" minOccurs="0"/>
         <element name="waffenrechtlicheDaten" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="waffenrechtlicheErlaubnis" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="waffenbesitzverbot" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sprengstoffrechtlicheErlaubnis" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="anschrift3991" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
WaffenrechtlicheDaten (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="waffenrechtlicheErlaubnis" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="waffenbesitzverbot" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.DatenAbrufendeStelle Mit diesem Datentyp werden Informationen zur Suchanfrage übermittelt, die die abrufende Stelle und die Suchanfrage betreffen.

Java-Klasse für type.Behoerdenauskunft.DatenAbrufendeStelle complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.DatenAbrufendeStelle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anfrageanlass" type="{http://www.osci.de/xmeld244}type.anlass.abfrage"/>
         <element name="sicherheitsbehoerde" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="abrufendeStelle" type="{http://www.osci.de/xinneres/behoerde/4}Behoerde.Erreichbar"/>
         <element name="anwenderkennung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="verantwortlichePerson" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="aktenzeichen" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Identifikationsmerkmal Dieser Typ repräsentiert ein Identifikationsmerkmal gem. § 39 Abs. 2 BMG.

Java-Klasse für type.Behoerdenauskunft.Identifikationsmerkmal complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Identifikationsmerkmal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikationsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Religion Mit diesem Datentyp werden Informationen zur Zugehörigkeit zu einer Religionsgesellschaft einer Person Für Datenabrufe abgebildet. Alle Kindelemente sind optional.

Java-Klasse für type.Behoerdenauskunft.Religion complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Religion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="religion.steuer.erhebend" type="{http://www.osci.de/xmeld244}Code.Religion.Steuer.erhebend" minOccurs="0"/>
         <element name="religion.nicht.steuer.erhebend" type="{http://www.osci.de/xmeld244}Code.Religion.nicht.Steuer.erhebend" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.SprengstoffrechtlicheErlaubnisMitNachweis Mit diesem Datentyp werden die sprengstoffrechtliche Erlaubnis der Person sowie die Nachweisdaten abgebildet.

Java-Klasse für type.Behoerdenauskunft.SprengstoffrechtlicheErlaubnisMitNachweis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.SprengstoffrechtlicheErlaubnisMitNachweis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sprengstoffrechtlicheerlaubnis" type="{http://www.osci.de/xmeld244}type.SprengstoffrechtlicheErlaubnis" minOccurs="0"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Steuerungsinformationen Mit diesem Datentyp werden Steuerungsinformationen zur Suchanfrage übermittelt.

Java-Klasse für type.Behoerdenauskunft.Steuerungsinformationen complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Steuerungsinformationen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anforderungselement" type="{http://www.osci.de/xmeld244}Code.Behoerdenauskunft.Anforderungselement" maxOccurs="unbounded"/>
         <element name="anforderungselementNachLandesrecht" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" maxOccurs="unbounded" minOccurs="0"/>
         <element name="aktualitaetSuche" type="{http://www.osci.de/xmeld244}Code.Behoerdenauskunft.Aktualitaet.Suche.Status" minOccurs="0"/>
         <element name="suchbereich" type="{http://www.osci.de/xmeld244}type.verwaltungspolitische.codierung"/>
         <element name="Adresskettenverfolgung" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.SuchanfrageAntwort Dieser Datentyp dient der Übermittlung der Informationen zur Antwort auf die Suchanfrage. Die Antwort auf die Suchanfrage enthält entweder Informationen dazu, warum die Auskunft nicht erteilt werden kann oder die zu beauskunftenden Informationen selbst.

Java-Klasse für type.Behoerdenauskunft.SuchanfrageAntwort complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.SuchanfrageAntwort">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="rueckweisung" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.SuchanfrageNichtMoeglich"/>
         <element name="auskunft" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Auskunft"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.SuchanfrageNichtMoeglich Mit diesem Datentyp werden Informationen zur nicht ausgeführten Suchanfrage übermittelt.

Java-Klasse für type.Behoerdenauskunft.SuchanfrageNichtMoeglich complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.SuchanfrageNichtMoeglich">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="grundDerRueckweisung" type="{http://www.osci.de/xmeld244}Code.Behoerdenauskunft.Nichterstellung.Grund"/>
         <element name="freitext" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Suchprofil Mit diesem Datentyp werden Angaben zum Suchprofil übermittelt. Es können entweder Auswahldaten übermittelt werden oder ein aus einer vorherige Suche vorliegendes Identifikationsmerkmal. Die übermittelten Suchkriterien sind bei der Auswertung auf Seiten der Meldebehörde durch ein logisches UND zu verknüpfen. Vorgaben zur Suchschnittstelle Groß-/Kleinschreibung Die Suche soll nicht Case-sensitiv sein. Beispiel: Der Suchparameter nachname mit dem Wert meyer trifft sowohl Meyer als auch MEYER Platzhalter (Wildcards) Platzhalter für genau eine Stelle sind als ?, Platzhalter für 0..n Stellen sind als * anzugeben. Platzhalter können grundsätzlich innerhalb eines Suchparameters mehrfach und an beliebiger Stelle verwendet werden. Betroffen sind die Felder in name und anschrift/strasse. Beispiele:Der Suchparameter nachname mit dem Wert Me?er liefert sowohl Meier als auch Meyer. Der Suchparameter nachname mit dem Wert Me*er liefert die im vorherigen Beispiel genannten Werte sowie (unter anderem) Meer und Meier-Müller.

Java-Klasse für type.Behoerdenauskunft.Suchprofil complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Suchprofil">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="auswahldaten" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Auswahldaten"/>
         <element name="identifikationsmerkmal" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Identifikationsmerkmal"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Suchprofil.Anschrift Sofern Angaben zur Anschrift Bestandteil einer Suche sind, ist dieses Element mit zu übermitteln. Umgang mit exakten Hausnummern: Exakte Hausnummern werden angegeben in den Kindelementen anschrift/hausnummer, anschrift/hausnummerbuchstabezusatzziffer und anschrift/teilnummerderhausnummer. Das Kindelement hausnummern.bis ist in der Suchanfrage nicht zu übermitteln. Die Anschriften der in der Trefferliste übermittelten Personen müssen diesen Suchangaben exakt entsprechen. Umgang mit Hausnummerbereichen: Zu einem Hausnummernbereich gehören ein Anfang und ein Ende. Der Anfang wird definiert in den Kindelementen anschrift/hausnummer, anschrift/hausnummerbuchstabezusatzziffer und anschrift/teilnummerderhausnummer. Das Ende wird definiert in den korrespondierenden Kindelementen von hausnummern.bis. Sofern bei den Anfangs- und Endangaben ausschließlich die jeweiligen Kindelemente hausnummer gefüllt sind, werden in der Trefferliste sämtliche Personen übermittelt, deren Anschriften in Bezug auf die hausnummer (dsm-Blatt 1206: Anschrift - Hausnummer -) Werte im angegebenen Suchbereich aufweisen. Beispiel zur Bereichsanfrage: Wie wird 5 bis 7 ausgewertet? 5 + 5a + 5b + 5c + 6 + 6a + 6 1/7 + 6b + ... + 6m + 7 + 7a + ... Das Angebot einer Suche mit Hausnummernbereichen ist eine Option, die von den Verfahren der Meldebehörden / Landesmeldedatenbeständen nicht verpflichtend umgesetzt werden muss. Weitere Festlegungen bzgl. der Teilnummerbereiche und Hausnummerzusatzzifferbereiche werden hier nicht näher beschrieben.

Java-Klasse für type.Behoerdenauskunft.Suchprofil.Anschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Suchprofil.Anschrift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift" minOccurs="0"/>
         <element name="hausnummern.bis" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil.Hausnummer.Bis" minOccurs="0"/>
         <element name="status.anschrift" type="{http://www.osci.de/xmeld244}Code.Behoerdenauskunft.Aktualitaet.Suche.Status" minOccurs="0"/>
         <element name="einzugsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="auszugsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="ausland" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="auslandsanschrift" type="{http://www.osci.de/xmeld244}type.Auslandsanschrift.Druckbild"/>
                   <element name="zuzugsstaat" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
                   <element name="auslandsanschriftOderZuzugsstaat" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Ausland (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="auslandsanschrift" type="{http://www.osci.de/xmeld244}type.Auslandsanschrift.Druckbild"/>
         <element name="zuzugsstaat" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
         <element name="auslandsanschriftOderZuzugsstaat" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Suchprofil.Geburt Falls Geburtsdaten in die Suche mit einbezogen werden, ist dieses Element zu übermitteln.

Java-Klasse für type.Behoerdenauskunft.Suchprofil.Geburt complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Suchprofil.Geburt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtstag" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil.Geburtsdaten" minOccurs="0"/>
         <element name="geburtsort" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="geburtsortstaat" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Suchprofil.Geburtsdaten Es kann entweder über exakte Geburtsdaten gemäß dsm (Kindelement geburtsdatum) oder über einen Zeitraum (Kindelement geburtszeitraum) gesucht werden.

Java-Klasse für type.Behoerdenauskunft.Suchprofil.Geburtsdaten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Suchprofil.Geburtsdaten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="geburtsdatum" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="geburtszeitraum" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.Suchprofil.Geburtszeitraum"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Suchprofil.Geburtszeitraum Mit diesem Datentyp wird ein Geburtszeitraum abgebildet. Sofern der Zeitraum den Ersten eines Monats enthält, muss die von der Meldebehörde erzeugte Trefferliste den Eintrag YYYY-MM-00 des betreffenden Monats enthalten. Sofern der Zeitraum den Ersten eines Jahres enthält, muss die von der Meldebehörde erzeugte Trefferliste zusätzlich den Eintrag YYYY-00-00 des betreffenden Jahres enthalten.

Java-Klasse für type.Behoerdenauskunft.Suchprofil.Geburtszeitraum complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Suchprofil.Geburtszeitraum">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsdatum.von" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
         <element name="geburtsdatum.bis" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Suchprofil.Hausnummer.Bis Falls ein Hausnummer-Bereich mitzuteilen ist, muss dieses Element übermittelt werden. Die Kindelemente enthalten jeweils den Endwert der Bereichsangabe.

Java-Klasse für type.Behoerdenauskunft.Suchprofil.Hausnummer.Bis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Suchprofil.Hausnummer.Bis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hausnummer.bis" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="hausnummerbuchstabezusatzziffer.bis" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="teilnummerderhausnummer.bis" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.WaffenrechtlicheErlaubnisMitNachweis Mit diesem Datentyp werden die waffenrechtliche Erlaubnis der Person sowie die Nachweisdaten abgebildet.

Java-Klasse für type.Behoerdenauskunft.WaffenrechtlicheErlaubnisMitNachweis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.WaffenrechtlicheErlaubnisMitNachweis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="waffenrechtlicheerlaubnis" type="{http://www.osci.de/xmeld244}type.WaffenrechtlicheErlaubnis" minOccurs="0"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Wohnung Mit diesem Datentyp können die Informationen zur Wohnung im Kontext der Datenabrufe nach § 38 BMG übermittelt werden.

Java-Klasse für type.Behoerdenauskunft.Wohnung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Wohnung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Behoerdenauskunft.AnschriftMelderecht" minOccurs="0"/>
         <element name="datumAbmeldungBeiAnmeldebehoerde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumAnmeldungBeiAnmeldebehoerde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDerAbmeldungVonAmtsWegen" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDerAnmeldungVonAmtsWegen" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt" minOccurs="0"/>
         <element name="datumDesWohnungsstatuswechselsVonAmtsWegen" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumMitteilungWohnungsstatuswechsel" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumDesWohnungsstatuswechsels" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="statusderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsstatus" minOccurs="0"/>
         <element name="artderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsart" minOccurs="0"/>
         <element name="datumLetzterWegzugAusland" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
         <element name="wohnung.aktuell" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Behoerdenauskunft.Zusatzinformationen Dieser Datentyp dient der Übermittlung zusätzlicher Informationen zur Antwort auf die Suchanfrage.

Java-Klasse für type.Behoerdenauskunft.Zusatzinformationen complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Behoerdenauskunft.Zusatzinformationen">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zusatzinformationen" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="anforderungselementNachLandesrechtUntersagt" type="{http://www.osci.de/xmeld244}Code.Behoerdenauskunft.Anforderungselement" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.0430.identifikation.person Dieser Datentyp wird zur Identifikation von Personen bei Datenübermittlungen an das BZR verwendet. Von der Person ist der (Nach-)Name zu übermitteln, den die Person von Geburt an trägt (ist nur der Familienname in der xmeld-Nachricht vorhanden, wird dieser durch das BZR als Geburtsname aufgefasst). Wenn vorhanden, ist zusätzlich der Geburtsname zu übermitteln. Darüber hinaus benötigt das BZR mindestens einen Vornamen, den Tag der Geburt und den Ort der Geburt Alle übrigen Angaben (z. B. die Anschrift, das Geschlecht, etc) können zusätzlich übermittelt werden. Falls vorhanden, werden diese übrigen Angaben in Zweifelsfällen zur eindeutigen Identifikation verwendet.

Java-Klasse für type.bzr.0430.identifikation.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.0430.identifikation.person">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.bzr.identifikation.person">
       <sequence>
         <element name="nachname" type="{http://www.osci.de/xmeld244}type.bzr.identifikation.person.nachname"/>
         <element name="nachname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.bzr.identifikation.person.nachname.unstrukturiert" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.BZR.Identifikation.Person.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.0550.identifikation.person Um eine eindeutige Zuordnung der Namens- bzw. Geburtsdatumsänderung zu ermöglichen, müssen Vorname, Familienname, das Geburtsdatum und, sofern vorhanden, der Geburtsname jeweils vor Änderung übermittelt werden. Außerdem werden Geburtsort, und Anschrift benötigt.

Java-Klasse für type.bzr.0550.identifikation.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.0550.identifikation.person">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.bzr.identifikation.person">
       <sequence>
         <element name="nachname" type="{http://www.osci.de/xmeld244}type.bzr.identifikation.person.nachname"/>
         <element name="nachname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.bzr.identifikation.person.nachname.unstrukturiert" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.BZR.Identifikation.Person.Geburt"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.empfaenger.behoerde Da die Empfängerdaten (Bezeichnung der Behörde) der Behörde an keiner anderen Stelle in dieser Nachricht enthalten sind, müssen sie zwingend im Bereich empfaenger.fuehrungszeugnis angegeben werden. Im Gegensatz zum gesetzlichen Vertreter ist hier allerdings auch eine Adressierung mittels Behördenkennzeichen (BKZ) möglich. Dieses Element ist als xs:choice ausgeführt.

Java-Klasse für type.bzr.empfaenger.behoerde complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.empfaenger.behoerde">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="behoerdenkennzeichen">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="bkz" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Behoerdenkennzeichen"/>
                   <element name="zeile.zusatz" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="inland" type="{http://www.osci.de/xmeld244}type.bzr.empfaenger.inland"/>
         <element name="ausland" type="{http://www.osci.de/xinneres/auslandsanschrift/3}Auslandsanschrift.Druckbild"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Behoerdenkennzeichen (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bkz" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Behoerdenkennzeichen"/>
         <element name="zeile.zusatz" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.empfaenger.betroffeneperson Im BZR-Fachverfahren, dem die übermittelten xmeld-Daten zur Erstellung eines privaten Führungszeugnisses zugeführt werden, werden die Empfängerdaten (Vor- und Nachname) zur Adressierung zwingend den Identifikationsdaten entnommen. Im Bereich empfaenger.fuehrungszeugnis dürfen diese Daten nicht erneut angegeben sein. Zu beachten ist, dass der Versand eines privaten Führungszeugnisses sowohl ins Inland, Ausland sowie an ein Postfach möglich ist. Dieses Element ist als xs:choice ausgeführt.

Java-Klasse für type.bzr.empfaenger.betroffeneperson complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.empfaenger.betroffeneperson">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="inland">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="anschrift" type="{http://www.osci.de/xmeld244}type.BZR.Fuehrungszeugnis.Anschrift.Inland"/>
                   <element name="postfach" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ausland">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="staat" type="{http://www.osci.de/xmeld244}Code.Staat"/>
                   <element name="anschriftzone" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="zeile.anschrift" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="3"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Ausland (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="staat" type="{http://www.osci.de/xmeld244}Code.Staat"/>
         <element name="anschriftzone" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="zeile.anschrift" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="3"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Anschriftzone (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zeile.anschrift" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="3"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Inland (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.BZR.Fuehrungszeugnis.Anschrift.Inland"/>
         <element name="postfach" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.empfaenger.fuehrungszeugnis Empfänger eines privaten Führungszeugnisses kann die betroffene Person selbst (Anfrageart NB), deren gesetzlicher Vertreter (Anfrageart NV) oder eine Behörde (Anfragearten OB, OG, PB oder PG) sein. Da die Adressierungen an die verschiedenen Empfänger jeweilige Besonderheiten mit sich bringen, sind diese auch getrennt zu behandeln. Daher ist dieses Element als xsd:choice ausgeführt.

Java-Klasse für type.bzr.empfaenger.fuehrungszeugnis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.empfaenger.fuehrungszeugnis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="betroffeneperson" type="{http://www.osci.de/xmeld244}type.bzr.empfaenger.betroffeneperson"/>
         <element name="gesetzlichervertreter" type="{http://www.osci.de/xmeld244}type.bzr.empfaenger.gesetzlichervertreter"/>
         <element name="behoerde" type="{http://www.osci.de/xmeld244}type.bzr.empfaenger.behoerde"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.empfaenger.gesetzlichervertreter Da die Empfängerdaten (Vor- und Nachname) des gesetzlichen Vertreters an keiner anderen Stelle in dieser Nachricht enthalten sind, müssen sie zwingend im Bereich empfaenger.fuehrungszeugnis angegeben werden. Dieses Element ist als xs:choice ausgeführt.

Java-Klasse für type.bzr.empfaenger.gesetzlichervertreter complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.empfaenger.gesetzlichervertreter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="inland" type="{http://www.osci.de/xmeld244}type.bzr.empfaenger.inland"/>
         <element name="ausland" type="{http://www.osci.de/xinneres/auslandsanschrift/3}Auslandsanschrift.Druckbild"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.empfaenger.inland Bei der Inlandsanschrift sind bis zu drei freie Zeilen zur Bezeichnung vorgesehen.

Java-Klasse für type.bzr.empfaenger.inland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.empfaenger.inland">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zeile.empfaenger" type="{http://www.osci.de/xinneres/auslandsanschrift/3}ZeileAufschrift" maxOccurs="3"/>
         <element name="anschrift" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift"/>
         <element name="postfach" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.identifikation.person Dies ist der Basis-Personen-Identifikationsdatentyp bei Datenübermittlungen an das BfJ. Von der Person ist der (Nach-)Name zu übermitteln, den die Person von Geburt an trägt (ist nur der Familienname in der xmeld-Nachricht vorhanden, wird dieser durch das BZR als Geburtsname aufgefasst). Wenn vorhanden, ist zusätzlich der Geburtsname zu übermitteln. Darüber hinaus benötigt das BZR mindestens einen Vornamen, den Tag der Geburt und den Ort der Geburt Alle übrigen Angaben (z. B. die Anschrift, das Geschlecht, etc) können zusätzlich übermittelt werden. Falls vorhanden, werden diese übrigen Angaben in Zweifelsfällen zur eindeutigen Identifikation verwendet.

Java-Klasse für type.bzr.identifikation.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.identifikation.person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nachname" type="{http://www.osci.de/xmeld244}type.bzr.identifikation.person.nachname"/>
         <element name="nachname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.bzr.identifikation.person.nachname.unstrukturiert" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.BZR.Identifikation.Person.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit" maxOccurs="4" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.identifikation.person.nachname Der Nachname für Identifikationszwecke in genau einer von zwei möglichen Ausprägungen übermittelt wird. Die beiden Alternativen sind hier gemäß der konventionellen Namensschreibweise (Trennung von Name und Namensbestandteil) dargestellt.

Java-Klasse für type.bzr.identifikation.person.nachname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.identifikation.person.nachname">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="aktueller.familienname" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
         <element name="familienname.und.geburtsname">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="aktueller.familienname" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
                   <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
FamiliennameUndGeburtsname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aktueller.familienname" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.BZR.Nachname"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzr.identifikation.person.nachname.unstrukturiert Der Nachname wird für Identifikationszwecke in genau einer von zwei möglichen Ausprägungen übermittelt. Die beiden Alternativen sind hier gemäß der unstrukturierten Namensschreibweise dargestellt.

Java-Klasse für type.bzr.identifikation.person.nachname.unstrukturiert complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzr.identifikation.person.nachname.unstrukturiert">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="aktueller.familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="familienname.und.geburtsname.unstrukturiert">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="aktueller.familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                   <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
FamiliennameUndGeburtsnameUnstrukturiert (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aktueller.familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzst.hinweisaufinkonsistenz.beteiligteperson Für die Übermittlung eines Hinweises auf eine vermutete Unrichtigkeit oder Unvollständigkeit des Melderegister können mit diesem Datentyp Informationen zu einer im eigenen Melderegister geführten Person von dem bzst an eine Meldebehörde übermittelt werden.

Java-Klasse für type.bzst.hinweisaufinkonsistenz.beteiligteperson complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzst.hinweisaufinkonsistenz.beteiligteperson">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rolle" type="{http://www.osci.de/xmeld244}Code.BZSt.Hinweis.auf.Inkonsistenz.Rolle.beteiligte.Person"/>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.BZSt.Familienstand" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="tod" type="{http://www.osci.de/xmeld244}type.Tod" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzst.hinweisaufinkonsistenz.beteiligteperson.anderebehoerde Für die Übermittlung eines Hinweises auf eine vermutete Unrichtigkeit oder Unvollständigkeit des Melderegister können mit diesem Datentyp Informationen zu einer in einem anderen Melderegister geführten Person von dem bzst an eine Meldebehörde übermittelt werden.

Java-Klasse für type.bzst.hinweisaufinkonsistenz.beteiligteperson.anderebehoerde complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzst.hinweisaufinkonsistenz.beteiligteperson.anderebehoerde">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.bzst.hinweisaufinkonsistenz.beteiligteperson">
       <sequence>
         <element name="erreichbare.meldebehoerde" type="{http://www.osci.de/xinneres/behoerde/4}Behoerde.Erreichbar"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.bzst.konfliktfall.person Es werden für jeden am Konflikt beteiligten BZSt-Datensatz alle beim BZSt gespeicherten personenbezogenen Daten zu Vergleichszwecken übermittelt. Außerdem sind die Daten der beteiligten Meldebehörde mit übermittelt.

Java-Klasse für type.bzst.konfliktfall.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzst.konfliktfall.person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht"/>
         <element name="erreichbareBehoerde" type="{http://www.osci.de/xinneres/behoerde/4}Behoerde.Erreichbar"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzst.konfliktmanagement Um alle in Zusammenhang mit einem konkreten Konflikt notwendigen Informationen an einer Stelle zusammenzufassen, wurde das Element type.bzst.konfliktmanagement definiert. Dieses Element umfasst folgende Kindelemente: konfliktkennzeichen dublettennummer versionsnummer

Java-Klasse für type.bzst.konfliktmanagement complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzst.konfliktmanagement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="konfliktkennzeichen" type="{http://www.osci.de/xmeld244}type.bzst.konfliktkennzeichen"/>
         <element name="dublettennummer" type="{http://www.osci.de/xmeld244}type.bzst.dublettennummer"/>
         <element name="versionsnummer" type="{http://www.osci.de/xmeld244}type.bzst.versionsnummer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzst.name Dieser Datentyp enthält alle Namensangaben zu einer natürlichen Person, die im Rahmen von Datenübermittlungen an das BZSt übermittelt werden können.

Java-Klasse für type.bzst.name complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzst.name">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="ehename" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="ehename.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="lebenspartnerschaftsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="rufname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="doktorgrad" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzst.plausibilisiertesteueridentifikation Das BZSt teilt jedem Steuerpflichtigen zum Zwecke der eindeutigen Identifizierung in Besteuerungsverfahren ein einheitliches und dauerhaftes Merkmal (Identifikationsmerkmal) zu, das bei Anträgen, Erklärungen oder Mitteilungen gegenüber Finanzbehörden anzugeben ist. Natürliche Personen erhalten vom BZSt eine Identifikationsnummer. Bis zur Vergabe der Identifikationsnummer wird dem Betroffenen zur sicheren Kommunikation von der Meldebehörde ein vorläufiges Bearbeitungsmerkmal (VBM) zugeordnet. Das Geburtsdatum wird zusätzlich zur Identifikationsnummer oder zum VBM zur Plausibilisierung mitgeliefert.

Java-Klasse für type.bzst.plausibilisiertesteueridentifikation complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzst.plausibilisiertesteueridentifikation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="idnr.oder.vbm">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="idnummer" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
                   <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsdatum" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
IdnrOderVbm (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="idnummer" type="{http://www.osci.de/xmeld244}type.BZSt.IdNummer"/>
         <element name="vbm" type="{http://www.osci.de/xmeld244}type.BZSt.VBM"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.bzst.religion Die, an das bzst zu übermittelnde, Religionszugehörigkeit. Es ist nur die Zugehörigkeit zu einer Steuer erhebenden Religionsgemeinschaft zu übermitteln.

Java-Klasse für type.bzst.religion complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.bzst.religion">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Religion">
       <sequence>
         <element name="religion.steuer.erhebend" type="{http://www.osci.de/xmeld244}Code.Religion.Steuer.erhebend"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Aenderung.Anschrift Mit diesem Datentyp werden die Daten für die Änderung einer Anschrift im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.DSRV.Aenderung.Anschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Aenderung.Anschrift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Aenderung.EheLpBeginn Mit diesem Datentyp werden die Daten für die Änderungen des Datums der letzten Eheschließung bzw. der letzten Begründung einer Lebenspartnerschaft sowie des Datums der Begründung der bei der Eheschließung bereits bestehenden Lebenspartnerschaft im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.DSRV.Aenderung.EheLpBeginn complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Aenderung.EheLpBeginn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Aenderung.Familienname Mit diesem Datentyp werden die Daten für die Änderung des Familiennamens im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.DSRV.Aenderung.Familienname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Aenderung.Familienname">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.DSRV.Familienname" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.DSRV.Familienname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Aenderung.Nachname Mit diesem Datentyp werden die Daten für die Änderung eines Nachnamens im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.DSRV.Aenderung.Nachname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Aenderung.Nachname">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.DSRV.Nachname" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.DSRV.Nachname" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Aenderung.Sterbetag Mit diesem Datentyp werden die Daten für die Änderung des Sterbedatums im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.DSRV.Aenderung.Sterbetag complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Aenderung.Sterbetag">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Familienname Mit diesem Datentyp werden die im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung relevanten Informationen zum Familiennamen abgebildet.

Java-Klasse für type.DSRV.Familienname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Familienname">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="strukturiert" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Identifikation.Partner Mit diesem Datentyp werden die Daten zur Identifikation des Ehegatten oder Lebenspartners einer betroffenen Person im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.DSRV.Identifikation.Partner complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Identifikation.Partner">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partnerschaftstyp" type="{http://www.osci.de/xmeld244}Code.Ehegatte.oder.Lebenspartner"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.DSRV.NameNatuerlichePerson.Partner"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="wohnung" type="{http://www.osci.de/xmeld244}type.Wohnung.PartnerOhneAusland" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Identifikation.Person Mit diesem Datentyp werden die Identifikationsdaten der betroffenen Person abgebildet. Mittels dieser Daten soll der Leser der Nachricht im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung in die Lage versetzt werden, eine eindeutige Identifikation der betroffenen Person auf Basis der im eigenen Register vorliegenden Daten vorzunehmen. Bei Änderungsmitteilungen enthält diese Struktur die Personendaten vor Änderung (alter Datenzustand), während im Nutzdatenblock der jeweiligen Nachricht die neuen Daten nach Änderung enthalten sind.

Java-Klasse für type.DSRV.Identifikation.Person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Identifikation.Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aktueller.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Familienname" minOccurs="0"/>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.DSRV.Nachname" minOccurs="0"/>
         <element name="frueherer.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Nachname" maxOccurs="unbounded" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="gebraeuchlicher.vorname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="fruehere.vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.Nachname Mit diesem Datentyp werden die im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung relevanten Informationen zu Nachnamen abgebildet.

Java-Klasse für type.DSRV.Nachname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.Nachname">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="strukturiert" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.NameNatuerlichePerson Mit diesem Datentyp werden die im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung relevanten Informationen zu Namen abgebildet.

Java-Klasse für type.DSRV.NameNatuerlichePerson complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.NameNatuerlichePerson">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Familienname" minOccurs="0"/>
         <element name="ehename" type="{http://www.osci.de/xmeld244}type.DSRV.Nachname" minOccurs="0"/>
         <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.DSRV.Nachname" minOccurs="0"/>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.DSRV.Nachname" minOccurs="0"/>
         <element name="frueherer.familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Nachname" maxOccurs="unbounded" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="rufname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="fruehereVornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="doktorgrad" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.DSRV.NameNatuerlichePerson.Partner Mit diesem Datentyp werden alle Namensinformationen abgebildet, die ein Ehegatte oder Lebenspartner im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung haben kann.

Java-Klasse für type.DSRV.NameNatuerlichePerson.Partner complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.DSRV.NameNatuerlichePerson.Partner">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.DSRV.Familienname" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.datenuebermittlung.b2b Allgemeines Schema für die Nachrichtenübermittlung zwischen zwei Behörden. Hinweis: Dieser Datentyp wird ausschließlich in der xmeld-eigenen asynchronen rts-nachricht eingesetzt und wird mit dieser zusammen zu einem späteren xmeld-Release entfallen.

Java-Klasse für type.datenuebermittlung.b2b complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.datenuebermittlung.b2b">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.basisnachricht">
       <sequence>
         <element name="nachrichtenkopf" type="{http://www.osci.de/xmeld244}type.nachrichtenkopf.b2b"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.datenuebermittlung.b2privat Allgemeines Schema für die Nachrichtenübermittlung von einer Behörde an einen Bürger.

Java-Klasse für type.datenuebermittlung.b2privat complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.datenuebermittlung.b2privat">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.basisnachricht">
       <sequence>
         <element name="nachrichtenkopf" type="{http://www.osci.de/xmeld244}type.nachrichtenkopf.b2privat"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.datenuebermittlung.bzr.verwendungszweck Dieses Element enthält Hinweise für den Empfänger des Führungszeugnisses darüber, zu welchem Zweck das Führungszeugnis vorgelegt wird. Wenn weder Schlüssel noch Beschreibung übermittelt werden, kann das Element komplett entfallen. Sollte für die Anfragearten OB, OE, OG, OH, PB, PE, PG und PH kein Verwendungszweck angegeben werden, so muss ein Aktenzeichen angegeben werden. Eine der beiden Angaben ist zwingend erforderlich.

Java-Klasse für type.datenuebermittlung.bzr.verwendungszweck complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.datenuebermittlung.bzr.verwendungszweck">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="schluessel" type="{http://www.osci.de/xmeld244}Code.BfJ.Fuehrungszeugnis.Verwendungszweck" minOccurs="0"/>
         <element name="beschreibung" type="{http://www.osci.de/xmeld244}type.datenuebermittlung.bzr.verwendungszweck.zusatz.oder.beschreibung" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.datenuebermittlung.privat2b Allgemeines Schema für die Nachrichtenübermittlung von einem Bürger an die Behörde.

Java-Klasse für type.datenuebermittlung.privat2b complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.datenuebermittlung.privat2b">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.basisnachricht">
       <sequence>
         <element name="nachrichtenkopf" type="{http://www.osci.de/xmeld244}type.nachrichtenkopf.privat2b"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.dsrv.aenderung.doktorgrad Mit diesem Datentyp werden die Daten für die Änderung von Doktorgraden im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.dsrv.aenderung.doktorgrad complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.dsrv.aenderung.doktorgrad">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.dsrv.aenderung.geburtsdaten Mit diesem Datentyp werden die Daten für die Änderung von Geburtsdaten im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.dsrv.aenderung.geburtsdaten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.dsrv.aenderung.geburtsdaten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geburt" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geburt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.dsrv.aenderung.geschlecht Mit diesem Datentyp werden die Daten für die Änderung des Geschlechtes im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.dsrv.aenderung.geschlecht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.dsrv.aenderung.geschlecht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}Code.Geschlecht" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}Code.Geschlecht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.dsrv.aenderung.vorname Mit diesem Datentyp werden die Daten für die Änderung von Vornamen im Kontext der Datenübermittlung an die Datenstelle der Rentenversicherung abgebildet.

Java-Klasse für type.dsrv.aenderung.vorname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.dsrv.aenderung.vorname">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.dsrv.fehler Mit diesem Datentyp werden die Daten für die Übermittlung eines konkreten Hinweises auf einen möglichen Fehler abgebildet, der sich innerhalb einer Nachricht in einem konkreten Fall befindet.

Java-Klasse für type.dsrv.fehler complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.dsrv.fehler">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fehlernummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="freitext" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Erreichbare.Behoerde Dieser Typ ist ein Basistyp für die Definition konkreter erreichbarer Behörden. Er wird - mit Ausnahme der Verwendung in Nachrichtenköpfen - ansonsten nicht als direktes Kindelement verwendet.

Java-Klasse für type.Erreichbare.Behoerde complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Erreichbare.Behoerde">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Behoerde">
       <sequence>
         <element name="behoerdenkennung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="ORGANISATIONSEINHEIT" type="{http://www.osci.de/xmeld244}type.Organisationseinheit" maxOccurs="unbounded"/>
         <element name="erreichbarkeit" type="{http://www.osci.de/xinneres/kommunikation/3}Kommunikation" maxOccurs="unbounded"/>
         <element name="ANSCHRIFT" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.FamiliennameUnstrukturiert Mit diesem Datentyp werden die vollständigen Informationen zum Familiennamen in unstrukturierter Form abgebildet. Der Familienname wird in der Regel im mandatorischen Kindelement nachname übermittelt. Das Kindelement nachnamepass ist für folgenden Kontext vorgesehen: Für die Schreibweise des Namens von Ausländern ist die Eintragung im Pass maßgebend. Führt ein Ausländer nach deutschem Recht einen anderen als den im ausländischen Pass angegebenen Familiennamen und kann eine Änderung des Passes aus rechtlichen oder tatsächlichen Gründen nicht vorgenommen werden, so wird der nach deutschem Recht zu führende Familienname im Element nachname, der im Pass eingetragene Familienname in im Element "nachnamepass" angegeben (vgl. DSMeld-Blätter 0101 und 0101a).

Java-Klasse für type.FamiliennameUnstrukturiert complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.FamiliennameUnstrukturiert">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nachname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="nachnamepass" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Familienstand Mit diesem Datentyp wird der Familienstand einer Person abgebildet.

Java-Klasse für type.Familienstand complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Familienstand">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="beendigungsgrund" type="{http://www.osci.de/xmeld244}Code.Familienstand.Beendigungsgrund" minOccurs="0"/>
         <element name="datumBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="datumEnde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
         <element name="ort.letzte.ehe.oder.lp" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ortstaat.letzte.ehe.oder.lp" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.FamilienstandMitNachweis Mit diesem Datentyp wird der Familienstand einer Person sowie die Nachweisdaten abgebildet.

Java-Klasse für type.FamilienstandMitNachweis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.FamilienstandMitNachweis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.Familienstand"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.FamilienstandNurBegruendung Mit diesem Datentyp werden diejenigen Daten des Familienstands der betroffenen Person abgebildet, die bei Begründung von Ehe oder Lebenspartnerschaft anfallen.

Java-Klasse für type.FamilienstandNurBegruendung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.FamilienstandNurBegruendung">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Familienstand">
       <sequence>
         <element name="datumBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
         <element name="ort.letzte.ehe.oder.lp" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ortstaat.letzte.ehe.oder.lp" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.fortschreibung Mit diesem Datentyp wird ein allgemeines Schema für die Fortschreibung des Melderegisters nach § 33 Abs. 3 und 4 BMG und § 8 1. BMeldDÜV bereitgestellt. Er stellt eine Erweiterung des Nachrichtenkopfes um Identifikationsdaten der betroffenen Person dar. Der Autor teilt der empfangenden Meldebehörde mit, dass Daten einer betroffenen Person im Melderegister fortzuschreiben oder zu korrigieren sind. Die betroffene Person wird im Element betroffener identifiziert.

Java-Klasse für type.fortschreibung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.fortschreibung">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Nachricht.G2G">
       <sequence>
         <element name="betroffener" type="{http://www.osci.de/xmeld244}type.identifikation.fortschreibung"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.Fortschreibung.Identifikation.NameNatuerlichePerson Mit diesem Datentyp werden die Informationen zum Namen einer Person zur Identifizierung im Rückmeldeverfahren sowie in bei der Übermittlung von Fortschreibungsnachrichten abgebildet.

Java-Klasse für type.Fortschreibung.Identifikation.NameNatuerlichePerson complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Fortschreibung.Identifikation.NameNatuerlichePerson">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="ehename" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="ehename.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="lebenspartnerschaftsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="rufname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Fortschreibung.Kind Mit diesem Datentyp werden die Daten zum Kind inklusive Sterbetag abgebildet.

Java-Klasse für type.Fortschreibung.Kind complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Fortschreibung.Kind">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.KindMitSperre">
       <sequence>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.Fortschreibung.NameNatuerlichePersonMitNachweis Mit diesem Datentyp werden alle Namensinformationen einer Person sowie die Nachweisdaten zu früheren Namen abgebildet.

Java-Klasse für type.Fortschreibung.NameNatuerlichePersonMitNachweis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Fortschreibung.NameNatuerlichePersonMitNachweis">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.NameNatuerlichePersonMitNachweis">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="ehename" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="ehename.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="lebenspartnerschaftsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="lebenspartnerschaftsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="frueherer.familienname" type="{http://www.osci.de/xmeld244}type.FruehererFamiliennameMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="rufname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="fruehere.vornamen" type="{http://www.osci.de/xmeld244}type.FruehereVornamenMitNachweis" maxOccurs="unbounded" minOccurs="0"/>
         <element name="doktorgrad" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
         <element name="ordensname" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="kuenstlername" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Fortschreibung.Partner Mit diesem Datentyp werden die Daten des Partners im Kontext der Übermittlung von Fortschreibungsnachrichten abgebildet.

Java-Klasse für type.Fortschreibung.Partner complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Fortschreibung.Partner">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.PartnerMitSperre">
       <sequence>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.fortschreibung.partnermeldebehoerde.betroffener Mit diesem Element werden die Daten der betroffenen Person an die Partnermeldebehörde übermittelt.

Java-Klasse für type.fortschreibung.partnermeldebehoerde.betroffener complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.fortschreibung.partnermeldebehoerde.betroffener">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.FamilienstandNurBegruendung"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson.Partner"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk"/>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" minOccurs="0"/>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Fortschreibung.Staatsangehoerigkeit.Glaubhaftmachung Mit diesem Datentyp werden die Informationen zur Glaubhaftmachung des Erwerbs oder des Verlusts der deutschen Staatsangehörigkeit im Rahmen der Übermittlung von Fortschreibungsnachrichten abgebildet.

Java-Klasse für type.Fortschreibung.Staatsangehoerigkeit.Glaubhaftmachung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Fortschreibung.Staatsangehoerigkeit.Glaubhaftmachung">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Staatsangehoerigkeit.Glaubhaftmachung">
       <sequence>
         <element name="glaubhaftmachung" type="{http://www.osci.de/xmeld244}Code.Staatsangehoerigkeit.Glaubhaftmachung"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.FruehereGeburtsdaten Mit diesem Datentyp werden die Informationen zu früheren Geburtsdaten einer Person abgebildet. Dabei ist es erlaubt, unvollständige Angaben zum Geburtstag zu machen, sofern dieser nicht vollständig bekannt ist.

Java-Klasse für type.FruehereGeburtsdaten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.FruehereGeburtsdaten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsdatumZweitePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="geburtsdatumDrittePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geburtsdatumViertePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geburtsdatumFuenftePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.FruehereVornamenMitNachweis Mit diesem Datentyp werden die früheren Vornamen sowie die Nachweisdaten abgebildet.

Java-Klasse für type.FruehereVornamenMitNachweis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.FruehereVornamenMitNachweis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fruehereVornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.FruehererFamilienname Mit diesem Datentyp werden die Informationen zum früheren Familiennamen einer Person abgebildet.

Java-Klasse für type.FruehererFamilienname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.FruehererFamilienname">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="frueherer.familienname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="frueherer.familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.FruehererFamiliennameMitNachweis Mit diesem Datentyp werden die Informationen zum früheren Familiennamen einer Person mit Nachweisdaten abgebildet.

Java-Klasse für type.FruehererFamiliennameMitNachweis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.FruehererFamiliennameMitNachweis">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.FruehererFamilienname">
       <sequence>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.Geburt Mit diesem Datentyp werden die Geburtsinformationen einer Person abgebildet. Dabei ist es erlaubt, unvollständige Angaben zum Geburtstag zu machen, sofern dieser nicht vollständig bekannt ist.

Java-Klasse für type.Geburt complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Geburt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsort" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="geburtsortStaat" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.GeburtMitHistorie Mit diesem Datentyp werden die Geburtsinformationen einer Person inklusive der Angaben zu früheren Geburtsdaten abgebildet. Dabei ist es erlaubt, unvollständige Angaben zum Geburtstag zu machen, sofern dieser nicht vollständig bekannt ist.

Java-Klasse für type.GeburtMitHistorie complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.GeburtMitHistorie">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsort" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="geburtsortStaat" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
         <element name="fruehereGeburtsdaten" type="{http://www.osci.de/xmeld244}type.FruehereGeburtsdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.GeburtMitNachweis Mit diesem Datentyp werdend die Geburtsinformationen einer Person sowie den Nachweisdaten abgebildet.

Java-Klasse für type.GeburtMitNachweis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.GeburtMitNachweis">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.GeburtMitHistorie"/>
         <element name="nachweisdaten" type="{http://www.osci.de/xmeld244}type.Nachweisdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Geburtsdatum Mit diesem Datentyp wird das Geburtsdatum einer Person abgebildet.

Java-Klasse für type.Geburtsdatum complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Geburtsdatum">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Geburt">
       <sequence>
         <element name="geburtsdatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.GeburtsdatumMitHistorie Mit diesem Datentyp werden die Informationen zum aktuellen Geburtsdatum und der früheren Geburtsdaten einer Person abgebildet. Dabei ist es erlaubt, unvollständige Angaben zum Geburtstag zu machen, sofern dieser nicht vollständig bekannt ist.

Java-Klasse für type.GeburtsdatumMitHistorie complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.GeburtsdatumMitHistorie">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsdatumErstePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="geburtsdatumZweitePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geburtsdatumDrittePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geburtsdatumViertePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geburtsdatumFuenftePeriode" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Gemeinde Die Gemeinde wird aus unterschiedlichen Sichten betrachtet. Einerseits ist jede Wohnung eindeutig einer Gemeinde zugeordnet. Aus Sicht der (Melde-)Behörden werden Zuständigkeiten für Gemeinden definiert, wobei es durchaus möglich ist, dass eine Kfz-Zulassungsstelle für andere Gemeinden zuständig ist als eine Meldebehörde.

Java-Klasse für type.Gemeinde complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Gemeinde">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amtlichergemeindename" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="amtlichergemeindeschluessel" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel"/>
         <element name="zugangsportal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Geschlecht Mit diesem Datentyp wird das Geschlecht einer Person abgebildet.

Java-Klasse für type.Geschlecht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Geschlecht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}Code.Geschlecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.GesetzlicherVertreter Mit diesem Datentyp werden die Daten des gesetzlichen Vertreters der betroffenen Person abgebildet.

Java-Klasse für type.GesetzlicherVertreter complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.GesetzlicherVertreter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreter.Name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk"/>
         <element name="gesetzlichervertreterschluessel" type="{http://www.osci.de/xmeld244}Code.Gesetzlicher.Vertreter"/>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
         <element name="tagDerBeendigung" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.GesetzlicherVertreter.Name Mit diesem Datentyp werden die Namensinformationen eines gesetzlichen Vertreters abgebildet. Es wird unterschieden zwischen natürlichen Personen und juristischen Personen.

Java-Klasse für type.GesetzlicherVertreter.Name complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.GesetzlicherVertreter.Name">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="nameNatuerlichePerson" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson.GesetzlicherVertreter"/>
         <element name="nameJuristischePerson" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.GesetzlicherVertreterOhneBeendigung Mit diesem Datentyp werden alle Informationen zum gesetzlichen Vertreter ohne Beendigungsdatum und ohne Sterbetag abgebildet.

Java-Klasse für type.GesetzlicherVertreterOhneBeendigung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.GesetzlicherVertreterOhneBeendigung">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.GesetzlicherVertreter">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreter.Name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk"/>
         <element name="gesetzlichervertreterschluessel" type="{http://www.osci.de/xmeld244}Code.Gesetzlicher.Vertreter"/>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.GewerblicherZweck Dieser Datentyp dient der Übermittlung der gewerblichen Zwecke einer Anfrage gemäß § 44 BMG. Für die Angabe der Zwecke kann sowohl ein Schlüssel aus einer Schlüsseltabelle als auch ein Freitext angegeben werden. Zusätzlich muss das Element geschaeftszeichen befüllt werden.

Java-Klasse für type.GewerblicherZweck complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.GewerblicherZweck">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="angabeDesZwecks">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="code" type="{http://www.osci.de/xmeld244}Code.Melderegisterauskunft.gewerblicher.Zweck" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="freitext" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geschaeftszeichen" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AngabeDesZwecks (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.osci.de/xmeld244}Code.Melderegisterauskunft.gewerblicher.Zweck" maxOccurs="unbounded" minOccurs="0"/>
         <element name="freitext" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Hinweisnachricht.Religion Dieser Datentyp wird verwendet, wenn Informationen zur Religionszugehörigkeit im Rahmen von Hinweisnachrichten übermittelt werden müssen.

Java-Klasse für type.Hinweisnachricht.Religion complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Hinweisnachricht.Religion">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.Religion">
       <sequence>
         <element name="eintrittsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="austrittsdatum" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.identifikation Mit diesem Datentyp werden die Identifikationsdaten zum Zweck, die betroffene Person gegenüber einem der beteiligten Kommunikationspartner eindeutig zu identifizieren, abgebildet. Es wird keine Aussage darüber gemacht, wie die optionalen Elemente innerhalb eines Identifikationsverfahrens genutzt werden. In bestimmten Situationen sollen Konkretisierungen dieses Typs genau festlegen, wie die Identifikation zu erfolgen hat.

Java-Klasse für type.identifikation complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson" minOccurs="0"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ausweis" type="{http://www.osci.de/xmeld244}type.Ausweisdokument" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.identifikation.bzst Mit diesem Datentyp ist im Melderegister eine Zuordnung zur betroffenen Person anhand dieser Personendaten möglich.

Java-Klasse für type.identifikation.bzst complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.bzst">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.identifikation">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.bzst.name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Identifikation.Ereignis Dieser Typ enthält Angaben, die ein Ereignis eindeutig identifizieren und es dem Leser einer Nachricht ermöglichen, die Reihenfolge von Ereignissen beim Autor nachzuvollziehen. Sofern dieses Element in einer Nachricht mit mehreren Datensätzen verwendet wird (Sammelnachricht), dient es der Identifikation des Einzelfalls. Es muss dann entsprechend für jeden Einzelfall in der Sammelnachricht übermittelt werden.

Java-Klasse für type.Identifikation.Ereignis complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Identifikation.Ereignis">
   <complexContent>
     <restriction base="{http://www.osci.de/xinneres/basisnachricht/4}Identifikation.Ereignis">
       <sequence>
         <element name="ereignis.zeitpunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime" form="unqualified"/>
         <element name="ereignis.zeichen" type="{http://www.osci.de/xinneres/basisnachricht/4}Identifikation.Ereignis.Zeichen" form="unqualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.identifikation.fortschreibung Mit diesem Datentyp werden die Identifikationsdaten der betroffenen Person für das Rückmeldeverfahren sowie die Übermittlung von Fortschreibungsnachrichten abgebildet. Die Identifikation erfolgt durch Namen, Geburtsdaten und der auswärtigen Anschrift beim Leser der Nachricht.

Java-Klasse für type.identifikation.fortschreibung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.fortschreibung">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.Fortschreibung.Identifikation.NameNatuerlichePerson"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="wohnung.autor" type="{http://www.osci.de/xmeld244}type.WohnungOhneDatum.Inland" minOccurs="0"/>
         <element name="wohnung.leser" type="{http://www.osci.de/xmeld244}type.WohnungOhneDatum.Inland"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.identifikation.hinweisnachricht Die Identifikationsdaten dienen dem Zweck, die betroffene Person gegenüber einem der beteiligten Kommunikationspartner eindeutig zu identifizieren. Dazu übermittelt der Autor die Daten in einem Informationsstand, den er für die Identifikation auf der Seite des Lesers für geeignet hält. Es wird keine Aussage darüber gemacht, wie die enthaltenen Kindelemente innerhalb eines Identifikationsverfahrens genutzt werden.

Java-Klasse für type.identifikation.hinweisnachricht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.hinweisnachricht">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.identifikation.personanschrift">
       <sequence>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.identifikation.kind Mit diesem Datentyp werden die Identifikationsdaten des Kindes abgebildet.

Java-Klasse für type.identifikation.kind complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.kind">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson.Kind"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtOhneAuslandMitSperrvermerk" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.identifikation.kind.hinweisnachricht Dieser Datentyp wird innerhalb von Hinweisnachrichten verwendet, wenn die Vermutung besteht, dass Daten zu Kindern abweichen.

Java-Klasse für type.identifikation.kind.hinweisnachricht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.kind.hinweisnachricht">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.identifikation.kind">
       <sequence>
         <element name="steueridentifikation" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.Identifikation.Nachricht Dieser Typ enthält die für die Identifikation einer Nachricht erforderlichen Informationen. Er kann verwendet werden, um Identifizierungsmerkmale zu setzen, auf die sich ein Leser beziehen kann (Verwendung im Nachrichtenkopf) oder sich auf Identifizierungsmerkmale einer übermittelten Nachricht zu beziehen (Verwendung im Nachrichteninhalt von Reaktions- oder RtS-Nachrichten). Darüber hinaus enthält der Typ den Erstellungszeitpunkt.

Java-Klasse für type.Identifikation.Nachricht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Identifikation.Nachricht">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nachrichtenUUID" type="{http://www.osci.de/xinneres/basisnachricht/4}UUID" form="unqualified"/>
         <element name="nachrichtentyp" type="{http://www.osci.de/xmeld244}Code.XMeld.Nachrichten" form="unqualified"/>
         <element name="erstellungszeitpunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime" form="unqualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.identifikation.nachricht.alt Mit diesem Datentyp werden die Identifikationsdaten einer Nachricht abgebildet. Dieser Typ kann verwendet werden, um Identifizierungsmerkmale zu setzen, auf die sich ein Leser beziehen kann (Verwendung im Nachrichtenkopf) oder sich auf Identifizierungsmerkmale einer übermittelten (Einzel- oder Sammel-) Nachricht zu beziehen (Verwendung im Nachrichteninhalt von Reaktions- oder RtS-Nachrichten). Hinweis: Für eine Übergangszeit wird dieser Datentyp als Alternative zu dem entsprechenden Datentyp des xinneres-basismoduls nutzbar sein, damit auf Nachrichten mit Identifikationsdaten aus dem vorhergehenden xmeld-Release verwiesen werden kann. Nach der Übergangszeit wird dieser Datentyp ausschließlich in der einfachen Melderegisterauskunft genutzt werden.

Java-Klasse für type.identifikation.nachricht.alt complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.nachricht.alt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nachrichtennummer" type="{http://www.osci.de/xmeld244}Code.XMeld.Nachrichten"/>
         <element name="erstellungszeitpunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="tagesvorgangszaehler" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.identifikation.partner Mit diesem Datentyp werden die Identifikationsdaten des Ehegatten oder Lebenspartners abgebildet.

Java-Klasse für type.identifikation.partner complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.partner">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partnerschaftstyp" type="{http://www.osci.de/xmeld244}Code.Ehegatte.oder.Lebenspartner"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson.Partner"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="wohnung" type="{http://www.osci.de/xmeld244}type.Wohnung.Partner" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.identifikation.partner.hinweisnachricht Dieser Datentyp wird innerhalb von Hinweisnachrichten verwendet, wenn die Vermutung besteht, dass Partnerdaten abweichen.

Java-Klasse für type.identifikation.partner.hinweisnachricht complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.partner.hinweisnachricht">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.identifikation.partner">
       <sequence>
         <element name="steueridentifikation.ehegatte.lebenspartner" type="{http://www.osci.de/xmeld244}type.Steueridentifikation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.identifikation.person Durch die hier übermittelten Daten soll der Leser der Nachricht in die Lage versetzt werden, eine eindeutige Identifikation des Betroffenen auf Basis der im eigenen Register vorliegenden Daten vorzunehmen. Bei Änderungsmitteilungen enthält diese Struktur die Personendaten vor Änderung (alter Datenzustand), während im Nutzdatenblock der jeweiligen Nachricht die neuen Daten nach Änderung enthalten sind. Der Datentyp type.identifikation.person kann genutzt werden, um Melde- und andere Register synchron zu halten.

Java-Klasse für type.identifikation.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aktueller.familienname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="aktueller.familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="frueherer.familienname" type="{http://www.osci.de/xmeld244}type.FruehererFamilienname" maxOccurs="unbounded" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="gebraeuchlicher.vorname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="fruehere.vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.identifikation.personanschrift Durch die hier übermittelten Daten soll der Leser der Nachricht in die Lage versetzt werden, eine eindeutige Identifikation des Betroffenen auf Basis der im eigenen Register vorliegenden Daten vorzunehmen. Bei Änderungsmitteilungen enthält diese Struktur die Personendaten inkl. der Anschrift vor Änderung (alter Datenzustand), während im Nutzdatenblock der jeweiligen Nachricht die neuen Daten nach Änderung enthalten sind. Der Datentyp type.identifikation.personanschrift kann genutzt werden, um Melde- und andere Register synchron zu halten.

Java-Klasse für type.identifikation.personanschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.identifikation.personanschrift">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.identifikation.person">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.KBA.identifikation.person Für die Identifikation müssen Vornamen, Familienname und, sofern vorhanden, der Geburtsname jeweils vor Änderung übermittelt werden. Außerdem sind Geburtsort und ggf. -staat, Geburtsdatum sowie das Geschlecht zu übermitteln.

Java-Klasse für type.KBA.identifikation.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.KBA.identifikation.person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="familienname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                   <element name="familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburtsname" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="geburtsname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
                   <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Familienname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburtsname (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="geburtsname.strukturiert" type="{http://www.osci.de/xmeld244}type.KBA.Nachname"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.KBA.Nachname Dient der strukturierten Darstellung eines Nachnamens in der Datenübermittlung eines Nachnamens bei Fortschreibungsmitteilungen an das KBA.

Java-Klasse für type.KBA.Nachname complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.KBA.Nachname">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Nachname">
       <sequence>
         <element name="nachname" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="namensbestandteil" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="zurechtnichtvorhanden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="istblockname" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.KindMitSperre Mit diesem Datentyp werden die Daten zum Kind mit Auskunftssperren abgebildet.

Java-Klasse für type.KindMitSperre complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.KindMitSperre">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.identifikation.kind">
       <sequence>
         <element name="auskunftssperre" type="{http://www.osci.de/xmeld244}type.Auskunftssperre" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.Kirche.Anschrift Mit diesem Typ wird eine Anschrift im Kontext der Datenübermittlung an die öffentlich-rechtlichen Religionsgesellschaften beschrieben. Es kann sich um eine Inlands-, Auslands- oder unbekannte Anschrift handeln.

Java-Klasse für type.Kirche.Anschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.Anschrift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.Kirche.Anschrift.Inland"/>
         <element name="anschrift.ausland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Ausland"/>
         <element name="anschrift.unbekannt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Unbekannt"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.Anschrift.Inland Mit diesem Typ wird eine inländische Anschrift im Kontext der Datenübermittlung an die öffentlich-rechtlichen Religionsgesellschaften beschrieben. Sofern es sich um eine Anschrift außerhalb der liefernden Gemeinde handelt, ist der Straßenschlüssel nicht zu befüllen.

Java-Klasse für type.Kirche.Anschrift.Inland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.Anschrift.Inland">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk">
       <sequence>
         <element name="strassenschluessel" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.Kirche.AnschriftMelderechtMitDruckbildUndSperrvermerk Dieser Datentyp berücksichtigt alle melderechtlichen Anforderungen an eine dsm-konform strukturierte Anschrift. Der Datentyp ist an den allgemeinen Datentyp type.AnschriftMelderecht angelehnt, verwendet aber im Unterschied zu diesem für das Element anschrift.inland den Datentyp type.AnschriftMelderecht.InlandMitSperrvermerk für die Möglichkeit der Übermittlung der Tatsache des Vorliegens eines bedingten Sperrvermerks nach § 52 BMG zur Inlandsanschrift, sowie für das Element anschrift.ausland den Datentyp type.Auslandsanschrift.Druckbild für die vollständige Druckbild-Darstellung der Auslandsanschrift.

Java-Klasse für type.Kirche.AnschriftMelderechtMitDruckbildUndSperrvermerk complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.AnschriftMelderechtMitDruckbildUndSperrvermerk">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="anschrift.inland" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.InlandMitSperrvermerk"/>
         <element name="anschrift.ausland" type="{http://www.osci.de/xmeld244}type.Auslandsanschrift.Druckbild"/>
         <element name="anschrift.unbekannt" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht.Unbekannt"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.DatenNachLandesrechtMitglied Dieser Typ beschreibt zusätzliche Daten zum Kirchenmitglied. Die Informationen sind nur zu übermitteln, wenn das jeweilige Landesrecht die Übermittlung dieser Daten zulässt.

Java-Klasse für type.Kirche.DatenNachLandesrechtMitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.DatenNachLandesrechtMitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="uebermittlungssperreJubilaeenLiegtVor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.DatenNachLandesrechtNichtmitglied Dieser Typ beschreibt zusätzliche Daten zum familienangehörigen Nichtmitglied. Die Informationen sind nur zu übermitteln, wenn das jeweilige Landesrecht die Übermittlung dieser Daten zulässt.

Java-Klasse für type.Kirche.DatenNachLandesrechtNichtmitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.DatenNachLandesrechtNichtmitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="weitereNamen" type="{http://www.osci.de/xmeld244}type.Kirche.WeitereNamenDesNichtmitglieds" minOccurs="0"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}type.StaatsangehoerigkeitOhneUnionsbuergerschaft" maxOccurs="4" minOccurs="0"/>
         <element name="uebermittlungssperreJubilaeenLiegtVor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.ErreichbareStelle Mit diesem Datentyp werden die Daten der erreichbaren Stelle ohne Behördenkennung im Datenaustausch mit den öffentlich-rechtlichen Religionsgesellschaften abgebildet.

Java-Klasse für type.Kirche.ErreichbareStelle complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.ErreichbareStelle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
         <element name="anschrift" type="{http://www.osci.de/xinneres/postanschrift/3}PostalischeInlandsanschrift"/>
         <element name="erreichbarkeit" type="{http://www.osci.de/xinneres/kommunikation/3}Kommunikation" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.Familienstand Dieser Typ beschreibt Angaben zum Familienstand.

Java-Klasse für type.Kirche.Familienstand complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.Familienstand">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="datumBeginn" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Partnerschaftsinformation"/>
         <element name="ort.letzte.ehe.oder.lp" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ortstaat.letzte.ehe.oder.lp" type="{http://www.osci.de/xmeld244}Code.Gebiet" minOccurs="0"/>
         <element name="datumBeginnVorausgegangeneLP" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.FortschreibungNichtmitglied Dieser Datentyp beschreibt die Fortschreibung eines weiterhin bestehenden familienangehörigen Nichtmitglieds.

Java-Klasse für type.Kirche.FortschreibungNichtmitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.FortschreibungNichtmitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifikation" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationNichtmitglied"/>
         <element name="name">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geburt">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="geschlecht">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="religion">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Religion"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Religion"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Religion"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aktuelleWohnung" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
                   <element name="hinzukommend" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="wegfallend">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="wegfallendeWohnung" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
                             <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="auskunftssperreLiegtVor">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                             <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="nurFuerSteuerlicheZwecke">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                             <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="letzteFruehereAnschrift" type="{http://www.osci.de/xmeld244}type.Kirche.Anschrift.Inland" minOccurs="0"/>
         <element name="datenNachLandesrecht" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied"/>
                   <element name="fortschreibung">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied" minOccurs="0"/>
                             <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AktuelleWohnung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
         <element name="hinzukommend" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="wegfallend">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="wegfallendeWohnung" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
                   <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Wegfallend (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wegfallendeWohnung" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied"/>
         <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
AuskunftssperreLiegtVor (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
DatenNachLandesrecht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied" minOccurs="0"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied" minOccurs="0"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geburt (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Geschlecht (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Name (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
NurFuerSteuerlicheZwecke (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="nachher" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Religion (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="fortschreibung">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="vorher" type="{http://www.osci.de/xmeld244}type.Religion"/>
                   <element name="nachher" type="{http://www.osci.de/xmeld244}type.Religion"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Fortschreibung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="vorher" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="nachher" type="{http://www.osci.de/xmeld244}type.Religion"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.GeburtNichtmitglied Dieser Typ beschreibt alle Angaben zur Geburt eines familienangehörigen Nichtmitgliedes, wie sie den kirche.oeffentlich_rechtlichen_religionsgesellschaften gemäß § 42 BMG Abs. 2 mitgeteilt werden können.

Java-Klasse für type.Kirche.GeburtNichtmitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.GeburtNichtmitglied">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Geburt">
       <sequence>
         <element name="geburtsort" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.GesetzlicherVertreter Dieser Typ beschreibt den gesetzlichen Vertreter.

Java-Klasse für type.Kirche.GesetzlicherVertreter complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.GesetzlicherVertreter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreter.Name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Kirche.Anschrift"/>
         <element name="gesetzlichervertreterschluessel" type="{http://www.osci.de/xmeld244}Code.Gesetzlicher.Vertreter"/>
         <element name="auskunftssperreLiegtVor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.IdentifikationGesetzlicherVertreter Mit diesem Datentyp wird ein gesetzlicher Vertreter identifiziert.

Java-Klasse für type.Kirche.IdentifikationGesetzlicherVertreter complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.IdentifikationGesetzlicherVertreter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.GesetzlicherVertreter.Name"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburtsdatum" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.IdentifikationMitglied Datentyp zur Identifikation des Kirchenmitgliedes zum Zweck der Kommunikation mit der Meldebehörde, welche diesen Datensatz geliefert hat.

Java-Klasse für type.Kirche.IdentifikationMitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.IdentifikationMitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ordnungsmerkmal" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.IdentifikationNichtmitglied Mit diesem Datentyp wird ein familienangehöriges Nichtmitglied identifiziert.

Java-Klasse für type.Kirche.IdentifikationNichtmitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.IdentifikationNichtmitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.Mitglied Dieser Typ umfasst alle Daten eines kirchenmitgliedes nach § 42 Abs. 1 BMG sowie der kirche.familienangehoerigen_nichtmitglieder nach § 42 Abs. 2 BMG zu diesem Kirchenmitglied.

Java-Klasse für type.Kirche.Mitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.Mitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ordnungsmerkmal" type="{http://www.osci.de/xmeld244}type.Kirche.Ordnungsmerkmal"/>
         <element name="name" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Geburt"/>
         <element name="vertreter" type="{http://www.osci.de/xmeld244}type.Kirche.GesetzlicherVertreter" maxOccurs="4" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="staatsangehoerigkeit" type="{http://www.osci.de/xmeld244}type.StaatsangehoerigkeitOhneUnionsbuergerschaft" maxOccurs="4"/>
         <element name="religion" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="aktuelleWohnung" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungMitglied" maxOccurs="unbounded"/>
         <element name="zuzugGemeinde" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}type.Kirche.Familienstand"/>
         <element name="anzahlMinderjaehrigeKinder" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="auskunftssperreLiegtVor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="partnerNichtmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Nichtmitglied" minOccurs="0"/>
         <element name="kindNichtmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Nichtmitglied" maxOccurs="unbounded" minOccurs="0"/>
         <element name="elternteilNichtmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.Nichtmitglied" maxOccurs="2" minOccurs="0"/>
         <element name="letzteFruehereAnschrift" type="{http://www.osci.de/xmeld244}type.Kirche.Anschrift.Inland" minOccurs="0"/>
         <element name="datenNachLandesrecht" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtMitglied" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.NameNichtmitglied Dieser Typ beschreibt die Namen eines familienangehörigen Nichtmitgliedes gemäß § 42 Abs. 2.

Java-Klasse für type.Kirche.NameNichtmitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.NameNichtmitglied">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.Nichtmitglied Für ein kirche.familienangehoeriges_nichtmitglied, werden die zulässigen Informationen mit diesem Datentyp übermittelt.

Java-Klasse für type.Kirche.Nichtmitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.Nichtmitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.Kirche.NameNichtmitglied"/>
         <element name="geburt" type="{http://www.osci.de/xmeld244}type.Kirche.GeburtNichtmitglied" minOccurs="0"/>
         <element name="geschlecht" type="{http://www.osci.de/xmeld244}type.Geschlecht"/>
         <element name="religion" type="{http://www.osci.de/xmeld244}type.Religion"/>
         <element name="aktuelleWohnung" type="{http://www.osci.de/xmeld244}type.Kirche.WohnungNichtmitglied" maxOccurs="unbounded"/>
         <element name="auskunftssperreLiegtVor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="nurFuerSteuerlicheZwecke" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="letzteFruehereAnschrift" type="{http://www.osci.de/xmeld244}type.Kirche.Anschrift.Inland" minOccurs="0"/>
         <element name="datenNachLandesrecht" type="{http://www.osci.de/xmeld244}type.Kirche.DatenNachLandesrechtNichtmitglied" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.Ordnungsmerkmal Mit diesem Typ kann ein Ordnungsmerkmal gemäß § 4 BMG des Datensatzes des kirchenmitgliedes übermittelt werden.

Java-Klasse für type.Kirche.Ordnungsmerkmal complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.Ordnungsmerkmal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ordnungsmerkmal" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.WeitereNamenDesNichtmitglieds Dieser Typ beschreibt weitere Namen eines familienangehörigen Nichtmitgliedes gemäß § 42 Abs. 2.

Java-Klasse für type.Kirche.WeitereNamenDesNichtmitglieds complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.WeitereNamenDesNichtmitglieds">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson">
       <sequence>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="frueherer.familienname" type="{http://www.osci.de/xmeld244}type.FruehererFamilienname" maxOccurs="unbounded" minOccurs="0"/>
         <element name="doktorgrad" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.WohnungMitglied Dieser Typ beschreibt eine Wohnung eines kirchenmitgliedes, wie sie gemäß § 42 BMG an die kirche.oeffentlich_rechtlichen_religionsgesellschaften zu übermitteln ist.

Java-Klasse für type.Kirche.WohnungMitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.WohnungMitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Kirche.Anschrift"/>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt" minOccurs="0"/>
         <element name="datumDesWohnungsstatuswechsels" type="{http://www.osci.de/xinneres/datum/2}Tagesdatum" minOccurs="0"/>
         <element name="statusderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsstatus"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.WohnungNichtmitglied Dieser Typ beschreibt eine Wohnung eines familienangehörigen Nichtmitglieds, wie sie gemäß § 42 Abs. 2 BMG an die kirche.oeffentlich_rechtlichen_religionsgesellschaften zu übermitteln ist.

Java-Klasse für type.Kirche.WohnungNichtmitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.WohnungNichtmitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Kirche.Anschrift"/>
         <element name="statusderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsstatus"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kirche.ZugangFortschreibungWegfallNichtmitglied Dieser Datentyp enthält alle Angaben zu einem Familienangehörigen, vor und nach der Änderung, die im Rahmen von Datenübermittlungen an die kirche.oeffentlich_rechtlichen_religionsgesellschaften übermittelt werden können.Gegebenenfalls wird der Sterbetag eines Familienangehörigen angegeben.

Java-Klasse für type.Kirche.ZugangFortschreibungWegfallNichtmitglied complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kirche.ZugangFortschreibungWegfallNichtmitglied">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="unveraendert" type="{http://www.osci.de/xmeld244}type.Kirche.Nichtmitglied"/>
         <element name="hinzukommend" type="{http://www.osci.de/xmeld244}type.Kirche.Nichtmitglied"/>
         <element name="fortschreibung" type="{http://www.osci.de/xmeld244}type.Kirche.FortschreibungNichtmitglied"/>
         <element name="wegfallend">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="wegfallendesNichtmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationNichtmitglied"/>
                   <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
Wegfallend (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wegfallendesNichtmitglied" type="{http://www.osci.de/xmeld244}type.Kirche.IdentifikationNichtmitglied"/>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kosteninformation Mit diesem Datentyp wird die Kosteninformation für eine bearbeitete Anfrage abgebildet.

Java-Klasse für type.Kosteninformation complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kosteninformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kosten" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
         <element name="erlaeuterung" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Kunde Dieses Element wird für natürliche und juristische Personen des öffentlichen oder privaten Rechts verwendet.

Java-Klasse für type.Kunde complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Kunde">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="kunde.bezeichnung" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="NAMENATUERLICHEPERSON" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
                   <element name="NAMEJURISTISCHEPERSON" type="{http://www.osci.de/xmeld244}type.NameJuristischePerson"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="kundennummer" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="ORGANISATIONSEINHEIT" type="{http://www.osci.de/xmeld244}type.Organisationseinheit" maxOccurs="unbounded" minOccurs="0"/>
         <element name="erreichbarkeit" type="{http://www.osci.de/xinneres/kommunikation/3}Kommunikation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="kundenanschrift" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift" minOccurs="0"/>
         <element name="lieferanschrift" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift" minOccurs="0"/>
         <element name="rechnungsanschrift" type="{http://www.osci.de/xmeld244}type.Anschriftfeld" minOccurs="0"/>
         <element name="RECHNUNGSDATEN" type="{http://www.osci.de/xmeld244}type.Rechnungsdaten" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
KundeBezeichnung (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="NAMENATUERLICHEPERSON" type="{http://www.osci.de/xmeld244}type.NameNatuerlichePerson"/>
         <element name="NAMEJURISTISCHEPERSON" type="{http://www.osci.de/xmeld244}type.NameJuristischePerson"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.LRA.Person.Bestandsdatenlieferung Mit diesem Datentyp werden die Informationen zur Person für die Bestandsdatenlieferung an die Landesrundfunkanstalten abgebildet.

Java-Klasse für type.LRA.Person.Bestandsdatenlieferung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.LRA.Person.Bestandsdatenlieferung">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.lra.person">
       <sequence>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
         <element name="aktuelleWohnung" type="{http://www.osci.de/xmeld244}type.LRA.WohnungOhneAuszugsdatum" maxOccurs="unbounded"/>
         <element name="letzteFruehereWohnung" type="{http://www.osci.de/xmeld244}type.LRA.WohnungOhneAuszugsdatum" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.LRA.Wohnung Mit diesem Datentyp werden Informationen zur Wohnung im Kontext der Datenübermittlung an die Landesrundfunkanstalten abgebildet.

Java-Klasse für type.LRA.Wohnung complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.LRA.Wohnung">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.Wohnung">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk"/>
         <element name="datumDesAuszugs" type="{http://www.osci.de/xinneres/datum/2}TeilbekanntesDatumMitUnbekannt" minOccurs="0"/>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt" minOccurs="0"/>
         <element name="statusderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsstatus" minOccurs="0"/>
         <element name="artderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsart" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.LRA.WohnungOhneAuszugsdatum Mit diesem Datentyp werden Informationen zur Wohnung im Kontext der Datenübermittlung an die Landesrundfunkanstalten abgebildet, in denen kein Auszugsdatum enthalten sein darf.

Java-Klasse für type.LRA.WohnungOhneAuszugsdatum complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.LRA.WohnungOhneAuszugsdatum">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.LRA.Wohnung">
       <sequence>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderechtMitSperrvermerk"/>
         <element name="datumDesBeziehens" type="{http://www.osci.de/xinneres/datum/2}TagesdatumMitUnbekannt" minOccurs="0"/>
         <element name="statusderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsstatus" minOccurs="0"/>
         <element name="artderwohnung" type="{http://www.osci.de/xmeld244}Code.Wohnungsart" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.lra.identifikation.person Durch die hier übermittelten Daten soll die lra in die Lage versetzt werden, eine eindeutige Identifikation des Betroffenen auf Basis der im eigenen Register vorliegenden Daten vorzunehmen. Bei Änderungsmitteilungen enthält diese Struktur die Personendaten vor Änderung (alter Datenzustand), während im Nutzdatenblock der jeweiligen Nachricht die neuen Daten nach Änderung enthalten sind. Zu Änderungsmitteilungen zählt auch die Korrektur der unvollständig oder unrichtig übermittelten Daten. Dieser Typ wird nur als Hilfstyp benötigt, da man mit den Mitteln von XML Schema nicht in einem Schritt eine Einschränkung und eine Erweiterung realisieren kann. Er ist Basis des Typs type.lra.identifikation.personanschrift, der als konkreter Identifikationstyp verwendet wird.

Java-Klasse für type.lra.identifikation.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.lra.identifikation.person">
   <complexContent>
     <restriction base="{http://www.osci.de/xmeld244}type.lra.person">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="frueherer.familienname" type="{http://www.osci.de/xmeld244}type.FruehererFamilienname" maxOccurs="unbounded" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="rufname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="fruehereVornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.lra.identifikation.personanschrift Dies ist der Identifikationstyp, der bei An- und Abmeldungen sowie in Sterbefällen zu verwenden ist, da er neben den persönlichen Daten auch Informationen zur Anschrift des Betroffenen enthält. Durch die hier übermittelten Daten soll die lra in die Lage versetzt werden, eine eindeutige Identifikation des Betroffenen auf Basis der im eigenen Register vorliegenden Daten vorzunehmen. Bei Änderungsmitteilungen enthält diese Struktur die Personendaten inkl. der Anschrift vor Änderung (alter Datenzustand), während im Nutzdatenblock der jeweiligen Nachricht die neuen Daten nach Änderung enthalten sind. Die Übermittlung der Kindelemente richtet sich nach Landesrecht.

Java-Klasse für type.lra.identifikation.personanschrift complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.lra.identifikation.personanschrift">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.lra.identifikation.person">
       <sequence>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.AnschriftMelderecht"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
type.lra.person Dies sind die Basisdaten zur gemeldeten Person. Dieser Datentyp wird als Basis für die Personendaten der jeweiligen Nachricht an die lraen verwendet.

Java-Klasse für type.lra.person complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.lra.person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="familienname" type="{http://www.osci.de/xmeld244}type.Nachname"/>
         <element name="familienname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="frueherer.familienname" type="{http://www.osci.de/xmeld244}type.FruehererFamilienname" maxOccurs="unbounded" minOccurs="0"/>
         <element name="vornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName"/>
         <element name="rufname" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" minOccurs="0"/>
         <element name="fruehereVornamen" type="{http://www.osci.de/xinneres/allgemeinername/2}AllgemeinerName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="doktorgrad" type="{http://www.osci.de/xmeld244}type.Doktorgrad" minOccurs="0"/>
         <element name="geburtsdatum" type="{http://www.osci.de/xmeld244}type.Geburtsdatum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.lra.person.1400 Dieser Container umfasst alle Daten genau einer Person, die im Rahmen einer Änderungsmitteilung an die lra mitzuteilen sind. Die Übermittlung der Kindelemente richtet sich nach dem jeweiligen Landesrecht. Im Sterbefall wird die letzte Wohnung des Verstorbenen als aktuelle Wohnung übermittelt, da kein Auszug vorliegt.

Java-Klasse für type.lra.person.1400 complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.lra.person.1400">
   <complexContent>
     <extension base="{http://www.osci.de/xmeld244}type.lra.person">
       <sequence>
         <element name="geburtsname" type="{http://www.osci.de/xmeld244}type.Nachname" minOccurs="0"/>
         <element name="geburtsname.unstrukturiert" type="{http://www.osci.de/xmeld244}type.FamiliennameUnstrukturiert" minOccurs="0"/>
         <element name="familienstand" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
                   <element name="verheiratet" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                   <element name="verpartnert" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="aktuelle.wohnung" type="{http://www.osci.de/xmeld244}type.LRA.WohnungOhneAuszugsdatum" maxOccurs="unbounded" minOccurs="0"/>
         <element name="letzte.fruehere.wohnung" type="{http://www.osci.de/xmeld244}type.LRA.Wohnung" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sterbetag" type="{http://www.osci.de/xmeld244}type.Sterbetag" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Familienstand (Anonymous)

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="familienstand" type="{http://www.osci.de/xmeld244}Code.Familienstand"/>
         <element name="verheiratet" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="verpartnert" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
type.Melderegisterauskunft.Anfragedaten Mit diesem Datentyp sind die Daten zu übermitteln, die Rolle und Zweckbestimmung der Anfrage näher bestimmen.

Java-Klasse für type.Melderegisterauskunft.Anfragedaten complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Melderegisterauskunft.Anfragedaten">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="gewerblicherZweck" type="{http://www.osci.de/xmeld244}type.GewerblicherZweck" minOccurs="0"/>
         <element name="zeicheneinzelfall" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="zumZweckDerWerbungOderAdresshandel" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Melderegisterauskunft.AnschriftMelderecht.Inland Mit diesem Datentyp wird die Inlandsanschrift einer Person im Rahmen der einfachen Melderegisterauskunft abgebildet. Er basiert auf der Anschrift des xinneres-basismoduls. Die Kindelemente strasse, postleitzahl und wohnort sind mandatorisch, da sie nach den gesetzlichen Vorschriften (dsm) unverzichtbare Bestandteile einer Anschrift sind.

Java-Klasse für type.Melderegisterauskunft.AnschriftMelderecht.Inland complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Melderegisterauskunft.AnschriftMelderecht.Inland">
   <complexContent>
     <restriction base="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift">
       <sequence>
         <element name="gemeindeschluessel" type="{http://www.osci.de/xinneres/codes/gemeindeverzeichnis/2}Code.GemeindeVZ.AmtlicherGemeindeschluessel" minOccurs="0" form="unqualified"/>
         <element name="hausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Hausnummer" minOccurs="0" form="unqualified"/>
         <element name="hausnummerBuchstabeZusatzziffer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.HausnummerBuchstabeZusatzziffer" minOccurs="0" form="unqualified"/>
         <element name="postleitzahl" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Postleitzahl" form="unqualified"/>
         <element name="stockwerkswohnungsnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Stockwerkswohnungsnummer" minOccurs="0" form="unqualified"/>
         <element name="strasse" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Strasse" form="unqualified"/>
         <element name="teilnummerDerHausnummer" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.TeilnummerDerHausnummer" minOccurs="0" form="unqualified"/>
         <element name="wohnort" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnort" form="unqualified"/>
         <element name="wohnortFruehererGemeindename" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.WohnortFruehererGemeindename" minOccurs="0" form="unqualified"/>
         <element name="wohnungsinhaber" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Wohnungsinhaber" minOccurs="0" form="unqualified"/>
         <element name="zusatzangaben" type="{http://www.osci.de/xinneres/meldeanschrift/3}Meldeanschrift.Zusatzangaben" minOccurs="0" form="unqualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
type.Melderegisterauskunft.DatenAnfrage Mit diesem Datentyp sind die Daten zur Anfrage für die einfache Melderegisterauskunft zu übermitteln. Die Namensangaben sind verpflichtend, von den sonstigen Suchkriterien sind mindestens eine Anschrift, oder zwei der weiteren zulässigen Daten anzugeben. Die Angabe von Familienstand und Geschlecht ist gemeinsam in einer Suchanfrage nicht zulässig.

Java-Klasse für type.Melderegisterauskunft.DatenAnfrage complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="type.Melderegisterauskunft.DatenAnfrage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.Suchprofil.Name"/>
         <element name="anschrift" type="{http://www.osci.de/xmeld244}type.Melderegisterauskunft.AnschriftMelderecht.Inland" minOccurs="0"/>
         <element name="ordensname" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>
         <element name="kuenstlername" type="{http://xoev.de/latinchars/1_1/datatypes}String.Latin" minOccurs="0"/>