Schema


Schema PersonData_20_en_dt.xsd
Target Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Namespace Table http://reference.e-government.gv.at/namespace/persondata/20020228#
http://www.w3.org/2001/XMLSchema
http://www.w3.org/2000/09/xmldsig#

Directives
import xmldsig-core-schema.xsd

Elements
AbstractPersonData
AbstractSimpleIdentification
Address
AlternativeName
AlternativName
Anschlussnummer
AreaCityCode
BankConnection
Bankverbindung
Bekenntnis
Beruf
CompactCorporateBody
CompactName
CompactPersonData
CompactPhysicalPerson
CompactPostalAddress
Confession
CorporateBody
CountryOfBirth
DateOfBirth
DateOfDeath
Ergaenzungsregisterzahl
Extension
Familienstand
Fax
Firmenbuchnummer
FormatierteNummer
FormattedNumber
Geburtsbundesland
Geburtsdatum
Geburtsort
Geburtsstaat
Geschlecht
Handy
InternationalCountryCode
InternationalerLaendercode
InternetAddress
InternetAdresse
Klappe
KompakteNatuerlichePerson
KompakteNichtNatuerlichePerson
KompaktePersonenDaten
KompaktePostAdresse
KompakterPersonenName
MaritalStatus
Matrikelnummer
Mobile
Name
Nationality
NationalNumber
NationalNummer
NatuerlichePerson
NichtNatuerlichePerson
Occupation
Pager
Person
PersonData
PersonenDaten
PersonenName
PhysicalPerson
PlaceOfBirth
PostAdresse
PostalAddress
relatedPerson
Sex
Sozialversicherungsnummer
Staatsangehoerigkeit
Stammzahl
StateOfBirth
Sterbedatum
Steuernummer
SubscriberNumber
Telefon
TelefonAdresse
Telephone
TelephoneAddress
TTYTDD
TypedPostalAddress
TypisiertePostAdresse
Vereinsnummer
Verwandter
Vorwahl
ZMRzahl

Complex Types
AbstractAddressType
AbstractPersonType
BankConnectionType
BankverbindungTyp
CompactCorporateBodyType
CompactPersonDataType
CompactPersonNameType
CompactPhysicalPersonType
CompactPostalAddressType
CorporateBodyType
IdentificationType
InternetAddressType
InternetAdresseTyp
KompakteNatuerlichePersonTyp
KompakteNichtNatuerlichePersonTyp
KompaktePersonenDatenTyp
KompaktePostAdresseTyp
KompakterPersonenNameTyp
MobileTelcomNumberType
MobilTelekomNummerTyp
NationalityType
NatuerlichePersonTyp
NichtNatuerlichePersonTyp
PersonDataType
PersonenDatenTyp
PersonenNameTyp
PersonNameType
PhysicalPersonType
PostAdresseTyp
PostalAddressType
StaatsangehoerigkeitTyp
TelcomNumberType
TelefonAdresseTyp
TelekomNummerTyp
TelephoneAddressType
TypedPostalAddressType
TypisiertePostAdresseTyp

Simple Types
AlternativeNameTypeType
AlternativNameTypTyp
BundeslandTyp
DateOfBirthType
DateOfDeathType
DefinedAlternativeNameTypeType
DefinedRelationType
DefinierterAlternativNamenTypTyp
DefinierterVerwandschaftsgradTyp
FamilienstandTyp
FederalStateType
GeburtsdatumTyp
GeschlechtTyp
integer5
MaritalStatusType
RelationType
SexType
SterbedatumTyp
string100
string20
string3
string30
string4
string50
string7
VerwandtschaftsgradTyp
xStringPatternExtensionType

Groups
TelcomNumberGroup
TelekomNummernGruppe

Types


Complex Type AbstractAddressType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Identification unique identification entities
Documentation
  main structure of address data
Source
 <xs:complexType name="AbstractAddressType"> 
   <xs:sequence minOccurs="0">  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="Identification" type="IdentificationType">   
      </xs:element>  
   </xs:sequence> 
   <xs:attribute name="Id" type="xs:ID" use="optional"/> 
   <xs:anyAttribute namespace="##other"/> 
 </xs:complexType>

Complex Type AbstractPersonType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Identification unique identification entities
AbstractSimpleIdentification [0..*]
Documentation
  main structure of person data
Source
 <xs:complexType name="AbstractPersonType"> 
   <xs:choice minOccurs="0">  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="Identification" type="IdentificationType">   
      </xs:element>  
     <xs:element maxOccurs="unbounded" minOccurs="0" ref="AbstractSimpleIdentification"/>  
   </xs:choice> 
   <xs:attribute name="Id" type="xs:ID" use="optional"/> 
   <xs:anyAttribute namespace="##other"/> 
 </xs:complexType>

Complex Type BankConnectionType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram BankConnectionType (NationalBankConnectionType) (NationalBankConnectionType) (InternationalBankConnectionType) (InternationalBankConnectionType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    BankConnectionType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Holder Account holder, compare Inhaber
BankName compare BankName
NationalBankConnection compare NationaleBankverbindung
InternationalBankConnection compare InternationaleBankverbindung
Documentation
  compare BankverbindungTyp
Source
 <xs:complexType name="BankConnectionType"> 
   <xs:sequence>  
     <xs:element name="Holder" type="xs:string">   
      </xs:element>  
     <xs:element name="BankName" type="xs:string">   
      </xs:element>  
     <xs:choice>   
       <xs:element name="NationalBankConnection">    
         <xs:complexType>     
           <xs:sequence>      
             <xs:element name="AccountNumber" type="xs:integer">       
              </xs:element>      
             <xs:element name="BankCode" type="xs:integer">       
              </xs:element>      
           </xs:sequence>     
         </xs:complexType>    
       </xs:element>   
       <xs:element name="InternationalBankConnection">    
         <xs:complexType>     
           <xs:sequence>      
             <xs:element name="IBAN" type="xs:string">       
              </xs:element>      
             <xs:element name="BIC" type="xs:string">       
              </xs:element>      
           </xs:sequence>     
         </xs:complexType>    
       </xs:element>   
     </xs:choice>  
   </xs:sequence> 
 </xs:complexType>

Complex Type BankverbindungTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram BankverbindungTyp (NationaleBankverbindungType) (NationaleBankverbindungType) (InternationaleBankverbindungType) (InternationaleBankverbindungType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    BankverbindungTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Inhaber entspricht Holder
BankName enspricht BankName
NationaleBankverbindung entspricht NationalBankConnection
InternationaleBankverbindung entspricht InternationalBankConnection
Documentation
  entspricht BankConnectionType
Source
 <xs:complexType name="BankverbindungTyp"> 
   <xs:sequence>  
     <xs:element name="Inhaber" type="xs:string">   
      </xs:element>  
     <xs:element name="BankName" type="xs:string">   
      </xs:element>  
     <xs:choice>   
       <xs:element name="NationaleBankverbindung">    
         <xs:complexType>     
           <xs:sequence>      
             <xs:element name="Kontonummer" type="xs:integer">       
              </xs:element>      
             <xs:element name="BLZ" type="xs:integer">       
              </xs:element>      
           </xs:sequence>     
         </xs:complexType>    
       </xs:element>   
       <xs:element name="InternationaleBankverbindung">    
         <xs:complexType>     
           <xs:sequence>      
             <xs:element name="IBAN" type="xs:string">       
              </xs:element>      
             <xs:element name="BIC" type="xs:string">       
              </xs:element>      
           </xs:sequence>     
         </xs:complexType>    
       </xs:element>   
     </xs:choice>  
   </xs:sequence> 
 </xs:complexType>

Complex Type CompactCorporateBodyType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactCorporateBodyType AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        CompactCorporateBodyType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Type URI pointing to a predefined Class of CorporateBodies, compare Typ
FullName name of corporate body (whole name), compare VollerName
LegalForm type of company (eg AG, OHG, ...), URI pointing to predefined LegalForm, compare Rechtsform
Organization part of an organisation, see also X.500 ou (eg departement, section, branch, ...) , compare Organisation
Documentation
  juridical person, organisation, compare NichtNatuerlichePersonTyp
Source
 <xs:complexType name="CompactCorporateBodyType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence minOccurs="0">    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Type" type="xs:anyURI">     
          </xs:element>    
         <xs:element name="FullName" type="xs:token">     
          </xs:element>    
         <xs:element minOccurs="0" name="LegalForm" type="xs:anyURI">     
          </xs:element>    
         <xs:element minOccurs="0" name="Organization" type="xs:token">     
          </xs:element>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type CompactPersonDataType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactPersonDataType AbstractPersonType AbstractPersonType Person AbstractAddressType AbstractAddressType Address SignatureType SignatureType Signature (AdditionalDataType) (AdditionalDataType) AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        CompactPersonDataType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Person  
Address [0..*]
Signature one or more electronic signatures applied on fields above
AdditionalData container for your Information needs. Contained Elements must reside in a different Namespace
Documentation
  signed person datastructure. The first Identification elements (from the base type) denote the record as such (e.g. database key for this record) - not to be mistaken for identifiers of the person or of an address (they have their own Identification elements).
Source
 <xs:complexType name="CompactPersonDataType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence>    
         <xs:element ref="Person"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="dsig:Signature">     
          </xs:element>    
         <xs:element minOccurs="0" name="AdditionalData">     
           <xs:complexType mixed="true">      
             <xs:sequence maxOccurs="unbounded" minOccurs="0">       
               <xs:any namespace="##any" processContents="lax">        
                </xs:any>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type CompactPersonNameType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactPersonNameType (FamilyNameType) (FamilyNameType) (AffixType) (AffixType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    CompactPersonNameType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
GivenName Every given name should be contained inside a GivenName Tag. If that is not possible due to dabase contraints, ... putting several given names inside one GivenName Element is acceptable
FamilyName Every family name should be contained inside a FamilyName Tag. If that is not possible due to dabase contraints, ... putting several family names inside one FamilyName Element is acceptable
Affix Inlcudes all Information that is not exactly a name: academic or aristocratic titles, ... the new position attribute can contain a suffx or prefix value
Documentation
  container for parts of a name, comapre PersonenNameTyp
Source
 <xs:complexType name="CompactPersonNameType"> 
   <xs:sequence>  
     <xs:element maxOccurs="unbounded" name="GivenName" type="xs:string">   
      </xs:element>  
     <xs:element maxOccurs="unbounded" name="FamilyName">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute default="undefined" name="primary">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="true"/>         
                   <xs:enumeration value="false"/>         
                   <xs:enumeration value="undefined"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
             <xs:attribute name="prefix" type="xs:string"/>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="Affix">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute name="type" use="optional">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="academicGrade"/>         
                   <xs:enumeration value="aristocraticPrefix"/>         
                   <xs:enumeration value="aristocraticTitle"/>         
                   <xs:enumeration value="familyNamePrefix"/>         
                   <xs:enumeration value="familyNameSuffix"/>         
                   <xs:enumeration value="formOfAddress"/>         
                   <xs:enumeration value="generation"/>         
                   <xs:enumeration value="qualification"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
             <xs:attribute name="position" use="optional">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="prefix"/>         
                   <xs:enumeration value="suffix"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
   </xs:sequence> 
 </xs:complexType>

Complex Type CompactPhysicalPersonType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactPhysicalPersonType CompactPersonNameType CompactPersonNameType CompactName MaritalStatusType MaritalStatusType MaritalStatus SexType SexType Sex DateOfBirthType DateOfBirthType DateOfBirth PlaceOfBirth NationalityType NationalityType Nationality AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        CompactPhysicalPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
CompactName  
MaritalStatus [0..1]
Sex [0..1]
DateOfBirth [0..1]
PlaceOfBirth [0..1]
Nationality [0..*]
Documentation
  physical person, compare NatuerlichePersonTyp
Source
 <xs:complexType name="CompactPhysicalPersonType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence minOccurs="0">    
         <xs:element ref="CompactName"/>    
         <xs:element minOccurs="0" ref="MaritalStatus"/>    
         <xs:element minOccurs="0" ref="Sex"/>    
         <xs:element minOccurs="0" ref="DateOfBirth"/>    
         <xs:element minOccurs="0" ref="PlaceOfBirth"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Nationality"/>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type CompactPostalAddressType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactPostalAddressType (typeType) (typeType) (CountryCodeType) (CountryCodeType) (DeliveryAddressType) (DeliveryAddressType) AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        CompactPostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
CountryCode Code for the country, use ISO or internatinal Postalstandard, compare Staatscode
CountryName Name of the country, use ISO Name, or international Postal Standard, compare Staatsname
PostalCode ZIP, compare Postleitzahl
Municipality compare Gemeinde
DeliveryAddress  
Documentation
  compare PostAdresseTyp
Source
 <xs:complexType name="CompactPostalAddressType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence>    
         <xs:element minOccurs="0" name="CountryCode">     
           <xs:simpleType>      
             <xs:restriction base="xs:string">       
               <xs:pattern value="[A-Z]{2}"/>       
             </xs:restriction>      
           </xs:simpleType>     
         </xs:element>    
         <xs:element minOccurs="0" name="CountryName" type="xs:string">     
          </xs:element>    
         <xs:element name="PostalCode" type="xs:string">     
          </xs:element>    
         <xs:element name="Municipality" type="xs:string">     
          </xs:element>    
         <xs:element name="DeliveryAddress">     
           <xs:complexType>      
             <xs:sequence>       
               <xs:element name="StreetName" type="xs:string">        
                </xs:element>       
               <xs:element name="BuildingNumber" type="xs:string"/>       
               <xs:element minOccurs="0" name="Unit" type="xs:string"/>       
               <xs:element minOccurs="0" name="DoorNumber" type="xs:string"/>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
       </xs:sequence>   
       <xs:attribute default="undefined" name="type">    
         <xs:simpleType>     
           <xs:restriction base="xs:string">      
             <xs:enumeration value="postOfficeBoxAddress"/>      
             <xs:enumeration value="streetAddress"/>      
             <xs:enumeration value="militaryAddress"/>      
             <xs:enumeration value="undefined"/>      
           </xs:restriction>     
         </xs:simpleType>    
       </xs:attribute>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type CorporateBodyType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CorporateBodyType BankConnectionType BankConnectionType BankConnection AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        CorporateBodyType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Type URI pointing to a predefined Class of CorporateBodies, compare Typ
FullName name of corporate body (whole name), compare VollerName
AlternativeName alternative names of corporate body (abbreviations, short name, synonyms, ...), comapre AlternativName
LegalForm type of company (eg AG, OHG, ...), URI pointing to predefined LegalForm, compare Rechtsform
Organization part of an organisation, see also X.500 ou (eg departement, section, branch, ...) , compare Organisation
BankConnection [0..*]
Documentation
  juridical person, organisation, compare NichtNatuerlichePersonTyp
Source
 <xs:complexType name="CorporateBodyType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence minOccurs="0">    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Type" type="xs:anyURI">     
          </xs:element>    
         <xs:element minOccurs="0" name="FullName" type="xs:token">     
          </xs:element>    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="AlternativeName" type="xs:token">     
          </xs:element>    
         <xs:element minOccurs="0" name="LegalForm" type="xs:anyURI">     
          </xs:element>    
         <xs:element minOccurs="0" name="Organization" type="xs:token">     
          </xs:element>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="BankConnection"/>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type IdentificationType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram IdentificationType (ValueType) (ValueType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    IdentificationType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Value actual value of the identifier.
Type type of value (eg 'ZMR', 'SV-Nummer', 'Martrikelnummer', database identification, ...)
Authority authority, which is reponsible for generation of the identifier (eg university in case of 'MatrikelNummer')
Documentation
  unique identifier
Source
 <xs:complexType name="IdentificationType"> 
   <xs:sequence>  
     <xs:element name="Value">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute name="Id" type="xs:ID" use="optional"/>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
     <xs:element name="Type" type="xs:anyURI">   
      </xs:element>  
     <xs:element minOccurs="0" name="Authority" type="xs:anyURI">   
      </xs:element>  
     <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">   
      </xs:any>  
   </xs:sequence> 
   <xs:attribute name="Id" type="xs:ID" use="optional"/> 
   <xs:anyAttribute namespace="##other"/> 
 </xs:complexType>

Complex Type InternetAddressType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram InternetAddressType KeyInfoType KeyInfoType KeyInfo AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        InternetAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
KeyInfo certificate for secure communication
Address URI: email-Address, Web, FTP, LDAP, ..., comapre Adress
Documentation
  e.g. e-mail, webiste, compare InternetAdresseTyp
Source
 <xs:complexType name="InternetAddressType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence minOccurs="0">    
         <xs:element minOccurs="0" ref="dsig:KeyInfo">     
          </xs:element>    
         <xs:element name="Address" type="xs:anyURI">     
          </xs:element>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type InternetAdresseTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram InternetAdresseTyp KeyInfoType KeyInfoType KeyInfo AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        InternetAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
KeyInfo certificate for secure communication
Adresse eURI: mail-Adresse, Web, FTP, LDAP, ..., entspricht Address
Documentation
  Typ für E-Mail Adressen, Website Adressen, etc, entspricht InternetAddressType
Source
 <xs:complexType name="InternetAdresseTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence minOccurs="0">    
         <xs:element minOccurs="0" ref="dsig:KeyInfo">     
          </xs:element>    
         <xs:element name="Adresse" type="xs:anyURI">     
          </xs:element>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type KompakteNatuerlichePersonTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompakteNatuerlichePersonTyp KompakterPersonenNameTyp KompakterPersonenNameTyp KompakterPersonenName FamilienstandTyp FamilienstandTyp Familienstand GeschlechtTyp GeschlechtTyp Geschlecht GeburtsdatumTyp GeburtsdatumTyp Geburtsdatum Geburtsort StaatsangehoerigkeitTyp StaatsangehoerigkeitTyp Staatsangehoerigkeit AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        KompakteNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
KompakterPersonenName  
Familienstand [0..1]
Geschlecht [0..1]
Geburtsdatum [0..1]
Geburtsort [0..1]
Staatsangehoerigkeit [0..*]
Documentation
  entspricht PhysicalPersonType
Source
 <xs:complexType name="KompakteNatuerlichePersonTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence minOccurs="0">    
         <xs:element ref="KompakterPersonenName"/>    
         <xs:element minOccurs="0" ref="Familienstand"/>    
         <xs:element minOccurs="0" ref="Geschlecht"/>    
         <xs:element minOccurs="0" ref="Geburtsdatum"/>    
         <xs:element minOccurs="0" ref="Geburtsort"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Staatsangehoerigkeit"/>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type KompakteNichtNatuerlichePersonTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompakteNichtNatuerlichePersonTyp AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        KompakteNichtNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Typ URI auf eine Kategorie von nicht natuerlcihen Personen, comare Type
VollerName name of corporate body (whole name)
Rechtsform type of company (eg AG, OHG, ...)
Verwaltungseinheit part of an organisation, see also X.500 ou (eg departement, section, branch, ...)
Documentation
  entspricht CorporateBodyType
Source
 <xs:complexType name="KompakteNichtNatuerlichePersonTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence minOccurs="0">    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Typ" type="xs:anyURI">     
          </xs:element>    
         <xs:element name="VollerName" type="xs:token">     
          </xs:element>    
         <xs:element minOccurs="0" name="Rechtsform" type="xs:anyURI">     
          </xs:element>    
         <xs:element minOccurs="0" name="Verwaltungseinheit" type="xs:token">     
          </xs:element>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type KompaktePersonenDatenTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompaktePersonenDatenTyp AbstractPersonType AbstractPersonType Person AbstractAddressType AbstractAddressType Address SignatureType SignatureType Signature (ZusatzdatenType) (ZusatzdatenType) AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        KompaktePersonenDatenTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Person  
Address [0..*]
Signature one or more electronic signatures applied on fields above
Zusatzdaten [0..1]
Documentation
  Container um eine Person und ihre Adressen zu speichern
Source
 <xs:complexType name="KompaktePersonenDatenTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence>    
         <xs:element ref="Person"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="dsig:Signature">     
          </xs:element>    
         <xs:element minOccurs="0" name="Zusatzdaten">     
           <xs:complexType mixed="true">      
             <xs:sequence maxOccurs="unbounded" minOccurs="0">       
               <xs:any namespace="##any" processContents="lax">        
                </xs:any>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type KompaktePostAdresseTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompaktePostAdresseTyp (typeType) (typeType) (StaatscodeType) (StaatscodeType) (ZustelladresseType) (ZustelladresseType) AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        KompaktePostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Staatscode Staatencode, ISO Code oder internationaler Post code, entspricht CountryCode
Staatsname [0..1]
Postleitzahl entspricht PostalCode
Gemeinde entspricht Municipality
Zustelladresse Zustelladresse oder ZMRAdresse, entspricht DeliveryAddress
Documentation
  entspricht PostalAddressType
Source
 <xs:complexType name="KompaktePostAdresseTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence>    
         <xs:element minOccurs="0" name="Staatscode">     
           <xs:simpleType>      
             <xs:restriction base="xs:string">       
               <xs:pattern value="[A-Z]{3}"/>       
             </xs:restriction>      
           </xs:simpleType>     
         </xs:element>    
         <xs:element minOccurs="0" name="Staatsname" type="xs:token"/>    
         <xs:element name="Postleitzahl" type="xs:string">     
          </xs:element>    
         <xs:element name="Gemeinde" type="xs:string">     
          </xs:element>    
         <xs:element name="Zustelladresse">     
           <xs:complexType>      
             <xs:sequence>       
               <xs:element name="Strassenname" type="xs:string">        
                </xs:element>       
               <xs:element name="Orientierungsnummer" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="Gebaeude" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="Nutzungseinheitsnummer" type="xs:string">        
                </xs:element>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
       </xs:sequence>   
       <xs:attribute default="undefiniert" name="type">    
         <xs:simpleType>     
           <xs:restriction base="xs:string">      
             <xs:enumeration value="Postfachadresse"/>      
             <xs:enumeration value="Anschrift"/>      
             <xs:enumeration value="MilitaerischeAdresse"/>      
             <xs:enumeration value="undefiniert"/>      
           </xs:restriction>     
         </xs:simpleType>    
       </xs:attribute>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type KompakterPersonenNameTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompakterPersonenNameTyp (FamiliennameType) (FamiliennameType) (AffixType) (AffixType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    KompakterPersonenNameTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Vorname [1..*]
Familienname [1..*]
Affix [0..*]
Documentation
  entspricht NameType
Source
 <xs:complexType name="KompakterPersonenNameTyp"> 
   <xs:sequence>  
     <xs:element maxOccurs="unbounded" name="Vorname" type="xs:string"/>  
     <xs:element maxOccurs="unbounded" name="Familienname">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute default="undefiniert" name="primaer">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="wahr"/>         
                   <xs:enumeration value="falsch"/>         
                   <xs:enumeration value="undefiniert"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
             <xs:attribute name="prefix" type="xs:string"/>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="Affix">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute name="typ" use="optional">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="akademischerGrad"/>         
                   <xs:enumeration value="Adelstitel"/>         
                   <xs:enumeration value="FamiliennamenAffix"/>         
                   <xs:enumeration value="Anrede"/>         
                   <xs:enumeration value="Generation"/>         
                   <xs:enumeration value="Qualifikation"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
             <xs:attribute name="position" use="optional">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="prefix"/>         
                   <xs:enumeration value="suffix"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
   </xs:sequence> 
 </xs:complexType>

Complex Type MobileTelcomNumberType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram MobileTelcomNumberType TelcomNumberType FormattedNumber InternationalCountryCode NationalNumber AreaCityCode SubscriberNumber Extension
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    TelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        MobileTelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Documentation
  like TelephoneAddresseType but with additional smsEnabled attribute
Source
 <xs:complexType name="MobileTelcomNumberType"> 
   <xs:complexContent>  
     <xs:extension base="TelcomNumberType">   
       <xs:attribute name="smsEnabled" type="xs:boolean" use="optional"/>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type MobilTelekomNummerTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram MobilTelekomNummerTyp TelekomNummerTyp FormatierteNummer InternationalerLaendercode NationalNummer Vorwahl Anschlussnummer Klappe
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    TelekomNummerTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        MobilTelekomNummerTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Documentation
  Typ für formatierte oder gegliederte Mobiltelephonnummern, hat smsEnabled Attribut
Source
 <xs:complexType name="MobilTelekomNummerTyp"> 
   <xs:complexContent>  
     <xs:extension base="TelekomNummerTyp">   
       <xs:attribute name="smsEnabled" type="xs:boolean" use="optional"/>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type NationalityType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram NationalityType (ISOCode3Type) (ISOCode3Type)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    NationalityType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
ISOCode3 [0..1]
CountryNameDE [0..1]
CountryNameEN [0..1]
CountryNameFR [0..1]
Documentation
  comapre, StaatsangehoerigkeitTyp
Source
 <xs:complexType mixed="true" name="NationalityType"> 
   <xs:sequence>  
     <xs:element minOccurs="0" name="ISOCode3">   
       <xs:simpleType>    
         <xs:restriction base="xs:string">     
           <xs:length value="3"/>     
         </xs:restriction>    
       </xs:simpleType>   
     </xs:element>  
     <xs:element minOccurs="0" name="CountryNameDE" type="xs:string"/>  
     <xs:element minOccurs="0" name="CountryNameEN" type="xs:string"/>  
     <xs:element minOccurs="0" name="CountryNameFR" type="xs:string"/>  
     <xs:any namespace="##other" processContents="lax"/>  
   </xs:sequence> 
 </xs:complexType>

Complex Type NatuerlichePersonTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram NatuerlichePersonTyp PersonenNameTyp PersonenNameTyp PersonenName (AlternativNameType) (AlternativNameType) AlternativName FamilienstandTyp FamilienstandTyp Familienstand GeschlechtTyp GeschlechtTyp Geschlecht GeburtsdatumTyp GeburtsdatumTyp Geburtsdatum Geburtsort Geburtsbundesland Geburtsstaat SterbedatumTyp SterbedatumTyp Sterbedatum StaatsangehoerigkeitTyp StaatsangehoerigkeitTyp Staatsangehoerigkeit Bekenntnis Beruf (VerwandterType) (VerwandterType) Verwandter BankverbindungTyp BankverbindungTyp Bankverbindung AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        NatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
PersonenName [0..1]
AlternativName [0..*]
Familienstand [0..1]
Geschlecht [0..1]
Geburtsdatum [0..1]
Geburtsort [0..1]
Geburtsbundesland [0..1]
Geburtsstaat [0..1]
Sterbedatum [0..1]
Staatsangehoerigkeit [0..*]
Bekenntnis [0..1]
Beruf [0..1]
Verwandter [0..*]
Bankverbindung [0..*]
Documentation
  entspricht PhysicalPersonType
Source
 <xs:complexType name="NatuerlichePersonTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence minOccurs="0">    
         <xs:element minOccurs="0" ref="PersonenName"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="AlternativName"/>    
         <xs:element minOccurs="0" ref="Familienstand"/>    
         <xs:element minOccurs="0" ref="Geschlecht"/>    
         <xs:element minOccurs="0" ref="Geburtsdatum"/>    
         <xs:element minOccurs="0" ref="Geburtsort"/>    
         <xs:element minOccurs="0" ref="Geburtsbundesland"/>    
         <xs:element minOccurs="0" ref="Geburtsstaat"/>    
         <xs:element minOccurs="0" ref="Sterbedatum"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Staatsangehoerigkeit"/>    
         <xs:element minOccurs="0" ref="Bekenntnis"/>    
         <xs:element minOccurs="0" ref="Beruf"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Verwandter"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Bankverbindung"/>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type NichtNatuerlichePersonTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram NichtNatuerlichePersonTyp BankverbindungTyp BankverbindungTyp Bankverbindung AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        NichtNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Typ URI auf eine Kategorie von nicht natuerlcihen Personen, comare Type
VollerName name of corporate body (whole name)
AlternativName alternative names of corporate body (abbreviations, short name, synonyms, ...)alternative names of corporate body (abbreviations, short name, synonyms, ...)
Rechtsform type of company (eg AG, OHG, ...)
Verwaltungseinheit part of an organisation, see also X.500 ou (eg departement, section, branch, ...)
Bankverbindung [0..*]
Documentation
  entspricht CorporateBodyType
Source
 <xs:complexType name="NichtNatuerlichePersonTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence minOccurs="0">    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Typ" type="xs:anyURI">     
          </xs:element>    
         <xs:element minOccurs="0" name="VollerName" type="xs:token">     
          </xs:element>    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="AlternativName" type="xs:token">     
          </xs:element>    
         <xs:element minOccurs="0" name="Rechtsform" type="xs:anyURI">     
          </xs:element>    
         <xs:element minOccurs="0" name="Verwaltungseinheit" type="xs:token">     
          </xs:element>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Bankverbindung"/>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type PersonDataType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PersonDataType AbstractPersonType AbstractPersonType Person AbstractAddressType AbstractAddressType Address SignatureType SignatureType Signature (AdditionalDataType) (AdditionalDataType) AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        PersonDataType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Person  
Address [0..*]
Signature one or more electronic signatures applied on fields above
AdditionalData container for your Information needs. Contained Elements must reside in a different Namespace
Documentation
  signed person datastructure. The first Identification elements (from the base type) denote the record as such (e.g. database key for this record) - not to be mistaken for identifiers of the person or of an address (they have their own Identification elements).
Source
 <xs:complexType name="PersonDataType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence>    
         <xs:element ref="Person"/>     
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="dsig:Signature">     
          </xs:element>    
         <xs:element minOccurs="0" name="AdditionalData">     
           <xs:complexType mixed="true">      
             <xs:sequence maxOccurs="unbounded" minOccurs="0">       
               <xs:any namespace="##any" processContents="lax">        
                </xs:any>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type PersonenDatenTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PersonenDatenTyp AbstractPersonType AbstractPersonType Person AbstractAddressType AbstractAddressType Address SignatureType SignatureType Signature (ZusatzdatenType) (ZusatzdatenType) AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        PersonenDatenTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Person  
Address [0..*]
Signature one or more electronic signatures applied on fields above
Zusatzdaten [0..1]
Documentation
  Container um eine Person und ihre Adressen zu speichern
Source
 <xs:complexType name="PersonenDatenTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence>    
         <xs:element ref="Person"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="dsig:Signature">     
          </xs:element>    
         <xs:element minOccurs="0" name="Zusatzdaten">     
           <xs:complexType mixed="true">      
             <xs:sequence maxOccurs="unbounded" minOccurs="0">       
               <xs:any namespace="##any" processContents="lax">        
                </xs:any>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type PersonenNameTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PersonenNameTyp (FormattierterNameType) (FormattierterNameType) (FamiliennameType) (FamiliennameType) (AffixType) (AffixType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    PersonenNameTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
FormattierterName [0..*]
GesetzlicherName [0..1]
Vorname [0..*]
BevorzugterVorname [0..1]
MittlererName [0..1]
Familienname [0..*]
Affix [0..*]
Documentation
  entspricht NameType
Source
 <xs:complexType name="PersonenNameTyp"> 
   <xs:sequence>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="FormattierterName">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute default="presentation" name="type">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="presentation"/>         
                   <xs:enumeration value="rechtlich"/>         
                   <xs:enumeration value="sortiert"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
     <xs:element minOccurs="0" name="GesetzlicherName" type="xs:string"/>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="Vorname" type="xs:string"/>  
     <xs:element minOccurs="0" name="BevorzugterVorname" type="xs:string"/>  
     <xs:element minOccurs="0" name="MittlererName" type="xs:string"/>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="Familienname">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute default="undefiniert" name="primaer">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="wahr"/>         
                   <xs:enumeration value="falsch"/>         
                   <xs:enumeration value="undefiniert"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
             <xs:attribute name="prefix" type="xs:string"/>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="Affix">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute name="typ" use="optional">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="akademischerGrad"/>         
                   <xs:enumeration value="Adelstitel"/>         
                   <xs:enumeration value="FamiliennamenAffix"/>         
                   <xs:enumeration value="Anrede"/>         
                   <xs:enumeration value="Generation"/>         
                   <xs:enumeration value="Qualifikation"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
             <xs:attribute name="position" use="optional">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="prefix"/>         
                   <xs:enumeration value="suffix"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
   </xs:sequence> 
 </xs:complexType>

Complex Type PersonNameType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PersonNameType (FormattedNameType) (FormattedNameType) (FamilyNameType) (FamilyNameType) (AffixType) (AffixType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    PersonNameType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
FormattedName Complete Name (including Affixes) of the Person, especially useful for names from different cultural environments
LegalName [0..1]
GivenName Every given name should be contained inside a GivenName Tag. If that is not possible due to dabase contraints, ... putting several given names inside one GivenName Element is acceptable
PreferredGivenName A Person in possesion of more than one GivenName frequently preferrs the use of a Name other than the first GivenName
MiddleName MiddleNames are not commonly found in central Europe. The field is mainly for compatibility reasons
FamilyName Every family name should be contained inside a FamilyName Tag. If that is not possible due to dabase contraints, ... putting several family names inside one FamilyName Element is acceptable
Affix Inlcudes all Information that is not exactly a name: academic or aristocratic titles, ... the new position attribute can contain a suffx or prefix value
Documentation
  container for parts of a name, comapre PersonenNameTyp
Source
 <xs:complexType name="PersonNameType"> 
   <xs:sequence>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="FormattedName">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute default="presentation" name="type">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="presentation"/>         
                   <xs:enumeration value="legal"/>         
                   <xs:enumeration value="sortOrder"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
     <xs:element minOccurs="0" name="LegalName" type="xs:string"/>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="GivenName" type="xs:string">   
      </xs:element>  
     <xs:element minOccurs="0" name="PreferredGivenName" type="xs:string">   
      </xs:element>  
     <xs:element minOccurs="0" name="MiddleName" type="xs:string">   
      </xs:element>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="FamilyName">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute default="undefined" name="primary">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="true"/>         
                   <xs:enumeration value="false"/>         
                   <xs:enumeration value="undefined"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
             <xs:attribute name="prefix" type="xs:string"/>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
     <xs:element maxOccurs="unbounded" minOccurs="0" name="Affix">   
       <xs:complexType>    
         <xs:simpleContent>     
           <xs:extension base="xs:string">      
             <xs:attribute name="type" use="optional">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="academicGrade"/>         
                   <xs:enumeration value="aristocraticPrefix"/>         
                   <xs:enumeration value="aristocraticTitle"/>         
                   <xs:enumeration value="familyNamePrefix"/>         
                   <xs:enumeration value="familyNameSuffix"/>         
                   <xs:enumeration value="formOfAddress"/>         
                   <xs:enumeration value="generation"/>         
                   <xs:enumeration value="qualification"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
             <xs:attribute name="position" use="optional">       
               <xs:simpleType>        
                 <xs:restriction base="xs:string">         
                   <xs:enumeration value="prefix"/>         
                   <xs:enumeration value="suffix"/>         
                 </xs:restriction>        
               </xs:simpleType>       
             </xs:attribute>      
           </xs:extension>     
         </xs:simpleContent>    
       </xs:complexType>   
     </xs:element>  
   </xs:sequence> 
 </xs:complexType>

Complex Type PhysicalPersonType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PhysicalPersonType PersonNameType PersonNameType Name (AlternativeNameType) (AlternativeNameType) AlternativeName MaritalStatusType MaritalStatusType MaritalStatus SexType SexType Sex DateOfBirthType DateOfBirthType DateOfBirth PlaceOfBirth StateOfBirth CountryOfBirth DateOfDeathType DateOfDeathType DateOfDeath NationalityType NationalityType Nationality Confession Occupation (relatedPersonType) (relatedPersonType) relatedPerson BankConnectionType BankConnectionType BankConnection AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        PhysicalPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Name [0..1]
AlternativeName [0..*]
MaritalStatus [0..1]
Sex [0..1]
DateOfBirth [0..1]
PlaceOfBirth [0..1]
StateOfBirth [0..1]
CountryOfBirth [0..1]
DateOfDeath [0..1]
Nationality [0..*]
Confession [0..1]
Occupation [0..1]
relatedPerson [0..*]
BankConnection [0..*]
Documentation
  physical person, compare NatuerlichePersonTyp
Source
 <xs:complexType name="PhysicalPersonType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractPersonType">   
       <xs:sequence minOccurs="0">    
         <xs:element minOccurs="0" ref="Name"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="AlternativeName"/>    
         <xs:element minOccurs="0" ref="MaritalStatus"/>    
         <xs:element minOccurs="0" ref="Sex"/>    
         <xs:element minOccurs="0" ref="DateOfBirth"/>    
         <xs:element minOccurs="0" ref="PlaceOfBirth"/>    
         <xs:element minOccurs="0" ref="StateOfBirth"/>    
         <xs:element minOccurs="0" ref="CountryOfBirth"/>    
         <xs:element minOccurs="0" ref="DateOfDeath"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="Nationality"/>    
         <xs:element minOccurs="0" ref="Confession"/>    
         <xs:element minOccurs="0" ref="Occupation"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="relatedPerson"/>    
         <xs:element maxOccurs="unbounded" minOccurs="0" ref="BankConnection"/>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type PostAdresseTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PostAdresseTyp (typeType) (typeType) (StaatscodeType) (StaatscodeType) BundeslandTyp BundeslandTyp (ZustelladresseType) (ZustelladresseType) (EmpfaengerType) (EmpfaengerType) AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        PostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Staatscode Staatencode, ISO Code oder internationaler Post code, entspricht CountryCode
Staatsname [0..1]
Postleitzahl entspricht PostalCode
Region [0..1]
Bundesland [0..1]
Gemeinde entspricht Municipality
Gemeindekennziffer [0..1]
Ortschaft [0..1]
OrtschaftZweisprachig [0..1]
Zustelladresse Zustelladresse oder ZMRAdresse, entspricht DeliveryAddress
Empfaenger Falls der Empfaenger nicht in PersonenDaten gespeichert ist kann können hier seine Daten eingegeben werden
Documentation
  entspricht PostalAddressType
Source
 <xs:complexType name="PostAdresseTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence>    
         <xs:element minOccurs="0" name="Staatscode">     
           <xs:simpleType>      
             <xs:restriction base="xs:string">       
               <xs:pattern value="[A-Z]{3}"/>       
             </xs:restriction>      
           </xs:simpleType>     
         </xs:element>    
         <xs:element minOccurs="0" name="Staatsname" type="xs:token"/>    
         <xs:element minOccurs="0" name="Postleitzahl" type="xs:token">     
          </xs:element>    
         <xs:element minOccurs="0" name="Region" type="xs:token"/>    
         <xs:element minOccurs="0" name="Bundesland" type="BundeslandTyp"/>    
         <xs:element minOccurs="0" name="Gemeinde" type="xs:string">     
          </xs:element>    
         <xs:element minOccurs="0" name="Gemeindekennziffer"/>    
         <xs:element minOccurs="0" name="Ortschaft" type="xs:token"/>    
         <xs:element minOccurs="0" name="OrtschaftZweisprachig" type="xs:token"/>    
         <xs:element minOccurs="0" name="Zustelladresse">     
           <xs:complexType>      
             <xs:sequence>       
               <xs:element maxOccurs="unbounded" minOccurs="0" name="Adresszeile" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="Strassenname" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="Orientierungsnummer" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="Gebaeude" type="xs:token">        
                </xs:element>       
               <xs:element minOccurs="0" name="Nutzungseinheit" type="xs:token">        
                </xs:element>       
               <xs:element minOccurs="0" name="Postfach" type="xs:string"/>       
               <xs:element minOccurs="0" name="Wohnsitzqualitaet" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="Abgabestelle" type="xs:boolean">        
                </xs:element>       
               <xs:element minOccurs="0" name="Nutzungseinheitlaufnummer" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="AdressRegisterEintrag">        
                 <xs:complexType>         
                   <xs:sequence>          
                     <xs:element name="Adresscode" type="string7"/>          
                     <xs:element minOccurs="0" name="Subcode" type="string3"/>          
                     <xs:element minOccurs="0" name="Objektnummer" type="string7"/>          
                   </xs:sequence>         
                 </xs:complexType>        
               </xs:element>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Empfaenger">     
           <xs:complexType>      
             <xs:sequence>       
               <xs:element minOccurs="0" name="PersonenName" type="PersonenNameTyp"/>       
               <xs:element maxOccurs="unbounded" minOccurs="0" name="Zusatztext" type="xs:string"/>       
               <xs:element minOccurs="0" name="Verwaltungseinheit" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="Unternehmen" type="xs:string">        
                </xs:element>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
       </xs:sequence>   
       <xs:attribute default="undefiniert" name="type">    
         <xs:simpleType>     
           <xs:restriction base="xs:string">      
             <xs:enumeration value="Postfachadresse"/>      
             <xs:enumeration value="Anschrift"/>      
             <xs:enumeration value="MilitaerischeAdresse"/>      
             <xs:enumeration value="undefiniert"/>      
           </xs:restriction>     
         </xs:simpleType>    
       </xs:attribute>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type PostalAddressType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PostalAddressType (typeType) (typeType) (CountryCodeType) (CountryCodeType) (DeliveryAddressType) (DeliveryAddressType) (RecipientType) (RecipientType) AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        PostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
CountryCode Code for the country, use ISO or internatinal Postalstandard, compare Staatscode
CountryName Name of the country, use ISO Name, or international Postal Standard, compare Staatsname
PostalCode ZIP, compare Postleitzahl
Region compare Region
State compare Bundesland
Municipality compare Gemeinde
MunicipalityNumber compare Gemeindekennzahl
Hamlet ZMR use, compare Ortschaft
HamletBilingual ZMR use, comapre OrtschaftZweisprachig
DeliveryAddress [0..1]
Recipient If Addressis used outside of PersonData a recipient can be specified
Documentation
  compare PostAdresseTyp
Source
 <xs:complexType name="PostalAddressType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence>    
         <xs:element minOccurs="0" name="CountryCode">     
           <xs:simpleType>      
             <xs:restriction base="xs:string">       
               <xs:pattern value="[A-Z]{2}"/>       
             </xs:restriction>      
           </xs:simpleType>     
         </xs:element>    
         <xs:element minOccurs="0" name="CountryName" type="xs:string">     
          </xs:element>    
         <xs:element minOccurs="0" name="PostalCode" type="xs:string">     
          </xs:element>    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Region" type="xs:string">     
          </xs:element>    
         <xs:element minOccurs="0" name="State" type="xs:string">     
          </xs:element>    
         <xs:element minOccurs="0" name="Municipality" type="xs:string">     
          </xs:element>    
         <xs:element minOccurs="0" name="MunicipalityNumber" type="xs:string">     
          </xs:element>    
         <xs:element minOccurs="0" name="Hamlet" type="xs:string">     
          </xs:element>    
         <xs:element minOccurs="0" name="HamletBilingual" type="xs:string">     
          </xs:element>    
         <xs:element minOccurs="0" name="DeliveryAddress">     
           <xs:complexType>      
             <xs:sequence>       
               <xs:element maxOccurs="unbounded" minOccurs="0" name="AddressLine" type="xs:string"/>       
               <xs:element minOccurs="0" name="StreetName" type="xs:string"/>       
               <xs:element minOccurs="0" name="BuildingNumber" type="xs:string"/>       
               <xs:element minOccurs="0" name="Unit" type="xs:string"/>       
               <xs:element minOccurs="0" name="DoorNumber" type="xs:string"/>       
               <xs:element minOccurs="0" name="PostOfficeBox" type="xs:string"/>       
               <xs:element minOccurs="0" name="LivingQuality" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="DropOffPoint" type="xs:boolean">        
                </xs:element>       
               <xs:element minOccurs="0" name="AreaNumber" type="xs:string"/>       
               <xs:element minOccurs="0" name="AddressRegisterEntry">        
                 <xs:complexType>         
                   <xs:sequence>          
                     <xs:element name="AddressCode" type="string7"/>          
                     <xs:element minOccurs="0" name="SubCode" type="string3"/>          
                     <xs:element minOccurs="0" name="ObjectNumber" type="string7"/>          
                   </xs:sequence>         
                 </xs:complexType>        
               </xs:element>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Recipient">     
           <xs:complexType>      
             <xs:sequence>       
               <xs:element minOccurs="0" name="PersonName" type="PersonNameType"/>       
               <xs:element maxOccurs="unbounded" minOccurs="0" name="AdditionalText" type="xs:string"/>       
               <xs:element minOccurs="0" name="Organization" type="xs:string">        
                </xs:element>       
               <xs:element minOccurs="0" name="OrganizationName" type="xs:string">        
                </xs:element>       
             </xs:sequence>      
           </xs:complexType>     
         </xs:element>    
       </xs:sequence>   
       <xs:attribute default="undefined" name="type">    
         <xs:simpleType>     
           <xs:restriction base="xs:string">      
             <xs:enumeration value="postOfficeBoxAddress"/>      
             <xs:enumeration value="streetAddress"/>      
             <xs:enumeration value="militaryAddress"/>      
             <xs:enumeration value="undefined"/>      
           </xs:restriction>     
         </xs:simpleType>    
       </xs:attribute>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type StaatsangehoerigkeitTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram StaatsangehoerigkeitTyp (ISOCode3Type) (ISOCode3Type)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    StaatsangehoerigkeitTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
ISOCode3 [0..1]
StaatsnameDE [0..1]
StaatsnameEN [0..1]
StaatsnameFR [0..1]
Documentation
  Ländercodes oder Ländername in verschiedenn Sprachen, entspricht NationalityType
Source
 <xs:complexType mixed="true" name="StaatsangehoerigkeitTyp"> 
   <xs:sequence>  
     <xs:element minOccurs="0" name="ISOCode3">   
       <xs:simpleType>    
         <xs:restriction base="xs:string">     
           <xs:length value="3"/>     
         </xs:restriction>    
       </xs:simpleType>   
     </xs:element>  
     <xs:element minOccurs="0" name="StaatsnameDE" type="xs:string"/>  
     <xs:element minOccurs="0" name="StaatsnameEN" type="xs:string"/>  
     <xs:element minOccurs="0" name="StaatsnameFR" type="xs:string"/>  
     <xs:any namespace="##other" processContents="lax"/>  
   </xs:sequence> 
 </xs:complexType>

Complex Type TelcomNumberType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelcomNumberType FormattedNumber InternationalCountryCode NationalNumber AreaCityCode SubscriberNumber Extension
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    TelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
FormattedNumber  
InternationalCountryCode [0..1]
NationalNumber [0..1]
AreaCityCode [0..1]
SubscriberNumber  
Extension [0..1]
Documentation
  formated number or set of telephone number parts
Source
 <xs:complexType name="TelcomNumberType"> 
   <xs:choice>  
     <xs:element ref="FormattedNumber"/>  
     <xs:group ref="TelcomNumberGroup"/>  
   </xs:choice> 
 </xs:complexType>

Complex Type TelefonAdresseTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelefonAdresseTyp TelekomNummerTyp TelekomNummerTyp AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        TelefonAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Typ type of phononumber - category (eg 'Festnetz', 'Mobile', 'fax', ...)
Nummer phonenumber
Documentation
  Typ für formatierte oder gegliederte Telephonnummern
Source
 <xs:complexType name="TelefonAdresseTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence minOccurs="0">    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Typ" type="xs:anyURI">     
          </xs:element>    
         <xs:element name="Nummer" type="TelekomNummerTyp">     
          </xs:element>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type TelekomNummerTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelekomNummerTyp FormatierteNummer InternationalerLaendercode NationalNummer Vorwahl Anschlussnummer Klappe
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    TelekomNummerTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
FormatierteNummer  
InternationalerLaendercode [0..1]
NationalNummer [0..1]
Vorwahl [0..1]
Anschlussnummer  
Klappe [0..1]
Documentation
  Hilfstyp für TelefonAdresseTyp 
Source
 <xs:complexType name="TelekomNummerTyp"> 
   <xs:choice>  
     <xs:element ref="FormatierteNummer"/>  
     <xs:group ref="TelekomNummernGruppe"/>  
   </xs:choice> 
 </xs:complexType>

Complex Type TelephoneAddressType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelephoneAddressType TelcomNumberType TelcomNumberType AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        TelephoneAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Type type of phononumber - category (eg 'Festnetz', 'Mobile', 'fax', ...)
Number phonenumber
Documentation
  phone numbers, conmpare TelephoneAdresseTyp
Source
 <xs:complexType name="TelephoneAddressType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence minOccurs="0">    
         <xs:element maxOccurs="unbounded" minOccurs="0" name="Type" type="xs:anyURI">     
          </xs:element>    
         <xs:element name="Number" type="TelcomNumberType">     
          </xs:element>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type TypedPostalAddressType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TypedPostalAddressType PostalAddressType PostalAddressType PostalAddress AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        TypedPostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Type type of address - category (eg 'Wohnsitz', 'Zentrale', ...)
PostalAddress  
Documentation
  postal address with type information, compare TypisiertePostAdresseTyp
Source
 <xs:complexType name="TypedPostalAddressType"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence minOccurs="0">    
         <xs:element minOccurs="0" name="Type" type="xs:anyURI">     
          </xs:element>    
         <xs:element ref="PostalAddress"/>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Complex Type TypisiertePostAdresseTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TypisiertePostAdresseTyp PostAdresseTyp PostAdresseTyp PostAdresse AbstractAddressType IdentificationType IdentificationType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        TypisiertePostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Typ type of address - category (eg 'Wohnsitz', 'Zentrale', ...)
PostAdresse  
Documentation
  entspricht TypedPostalAddressType
Source
 <xs:complexType name="TypisiertePostAdresseTyp"> 
   <xs:complexContent>  
     <xs:extension base="AbstractAddressType">   
       <xs:sequence minOccurs="0">    
         <xs:element minOccurs="0" name="Typ" type="xs:anyURI">     
          </xs:element>    
         <xs:element ref="PostAdresse"/>    
         <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax">     
          </xs:any>    
       </xs:sequence>   
     </xs:extension>  
   </xs:complexContent> 
 </xs:complexType>

Simple Type AlternativeNameTypeType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AlternativeNameTypeType
Inheritance Hierarchy
anySimpleType {http://www.w3.org/2001/XMLSchema}
    AlternativeNameTypeType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  known + any other alternative name types
Source
 <xs:simpleType name="AlternativeNameTypeType"> 
   <xs:union memberTypes="xStringPatternExtensionType DefinedAlternativeNameTypeType"/> 
 </xs:simpleType>

Simple Type AlternativNameTypTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AlternativNameTypTyp
Inheritance Hierarchy
anySimpleType {http://www.w3.org/2001/XMLSchema}
    AlternativNameTypTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  Auswahl aus Liste oder freie Eingabe
Source
 <xs:simpleType name="AlternativNameTypTyp"> 
   <xs:union memberTypes="xStringPatternExtensionType DefinierterAlternativNamenTypTyp"/> 
 </xs:simpleType>

Simple Type BundeslandTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram BundeslandTyp
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    BundeslandTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Wien
Niederösterreich
Burgenland
Oberösterreich
Steiermark
Salzburg
Kärnten
Tirol
Vorarlberg
Documentation
  Liste der östrr. Bundesländer,  nur für ZMR Adressen
Source
 <xs:simpleType name="BundeslandTyp"> 
   <xs:restriction base="xs:string">  
     <xs:enumeration value="Wien"/>  
     <xs:enumeration value="Niederösterreich"/>  
     <xs:enumeration value="Burgenland"/>  
     <xs:enumeration value="Oberösterreich"/>  
     <xs:enumeration value="Steiermark"/>  
     <xs:enumeration value="Salzburg"/>  
     <xs:enumeration value="Kärnten"/>  
     <xs:enumeration value="Tirol"/>  
     <xs:enumeration value="Vorarlberg"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type DateOfBirthType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram DateOfBirthType
Inheritance Hierarchy
anySimpleType {http://www.w3.org/2001/XMLSchema}
    DateOfBirthType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  simple type for dates (union), which may omit day and/or month
Source
 <xs:simpleType name="DateOfBirthType"> 
   <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/> 
 </xs:simpleType>

Simple Type DateOfDeathType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram DateOfDeathType
Inheritance Hierarchy
anySimpleType {http://www.w3.org/2001/XMLSchema}
    DateOfDeathType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  simple type for dates (union), which may omit day and/or month
Source
 <xs:simpleType name="DateOfDeathType"> 
   <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/> 
 </xs:simpleType>

Simple Type DefinedAlternativeNameTypeType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram DefinedAlternativeNameTypeType
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    DefinedAlternativeNameTypeType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
ArtistName
NickName
FormerName
Alias
MaidenName
Documentation
  known types of alternative names
Source
 <xs:simpleType name="DefinedAlternativeNameTypeType"> 
   <xs:restriction base="xs:string">  
     <xs:enumeration value="ArtistName"/>  
     <xs:enumeration value="NickName"/>  
     <xs:enumeration value="FormerName"/>  
     <xs:enumeration value="Alias"/>  
     <xs:enumeration value="MaidenName"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type DefinedRelationType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram DefinedRelationType
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    DefinedRelationType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
family:Parent
family:Child
family:Sibling
family:Grandparent
family:Grandchild
family:Spouse
function:LegalGuardian
function:IsGuardedBy
function:Cohabitant
Documentation
  known relations (family + functional)
Source
 <xs:simpleType name="DefinedRelationType"> 
   <xs:restriction base="xs:string">  
     <xs:enumeration value="family:Parent"/>  
     <xs:enumeration value="family:Child"/>  
     <xs:enumeration value="family:Sibling"/>  
     <xs:enumeration value="family:Grandparent"/>  
     <xs:enumeration value="family:Grandchild"/>  
     <xs:enumeration value="family:Spouse"/>  
     <xs:enumeration value="function:LegalGuardian"/>  
     <xs:enumeration value="function:IsGuardedBy"/>  
     <xs:enumeration value="function:Cohabitant"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type DefinierterAlternativNamenTypTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram DefinierterAlternativNamenTypTyp
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    DefinierterAlternativNamenTypTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Kuenstlername
Spitzname
FruehererName
Alias
NameVorErsterEhe
Documentation
  Auswahl aus Liste oder freie Eingabe
Source
 <xs:simpleType name="DefinierterAlternativNamenTypTyp"> 
   <xs:restriction base="xs:string">  
     <xs:enumeration value="Kuenstlername"/>  
     <xs:enumeration value="Spitzname"/>  
     <xs:enumeration value="FruehererName"/>  
     <xs:enumeration value="Alias"/>  
     <xs:enumeration value="NameVorErsterEhe"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type DefinierterVerwandschaftsgradTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram DefinierterVerwandschaftsgradTyp
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    DefinierterVerwandschaftsgradTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
family:Elternteil
family:Kind
family:Geschwister
family:Großelternteil
family:Enkelkind
family:Ehepartner
function:Gesetzlicher Vormund
function:Schutzbefohlener
function:Mitbewohner
Documentation
  Beziehungen familiaerer oder funktionaler Natur
Source
 <xs:simpleType name="DefinierterVerwandschaftsgradTyp"> 
   <xs:restriction base="xs:string">  
     <xs:enumeration value="family:Elternteil"/>  
     <xs:enumeration value="family:Kind"/>  
     <xs:enumeration value="family:Geschwister"/>  
     <xs:enumeration value="family:Großelternteil"/>  
     <xs:enumeration value="family:Enkelkind"/>  
     <xs:enumeration value="family:Ehepartner"/>  
     <xs:enumeration value="function:Gesetzlicher Vormund"/>  
     <xs:enumeration value="function:Schutzbefohlener"/>  
     <xs:enumeration value="function:Mitbewohner"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type FamilienstandTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram FamilienstandTyp
Inheritance Hierarchy
token {http://www.w3.org/2001/XMLSchema}
    FamilienstandTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
ledig
verheiratet
geschieden
verwitwet
Documentation
  entspricht MaritialStatusType
Source
 <xs:simpleType name="FamilienstandTyp"> 
   <xs:restriction base="xs:token">  
     <xs:enumeration value="ledig"/>  
     <xs:enumeration value="verheiratet"/>  
     <xs:enumeration value="geschieden"/>  
     <xs:enumeration value="verwitwet"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type FederalStateType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram FederalStateType
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    FederalStateType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Wien
Niederösterreich
Burgenland
Oberösterreich
Steiermark
Salzburg
Kärnten
Tirol
Vorarlberg
Documentation
  zmr use only
Source
 <xs:simpleType name="FederalStateType"> 
   <xs:restriction base="xs:string">  
     <xs:enumeration value="Wien"/>  
     <xs:enumeration value="Niederösterreich"/>  
     <xs:enumeration value="Burgenland"/>  
     <xs:enumeration value="Oberösterreich"/>  
     <xs:enumeration value="Steiermark"/>  
     <xs:enumeration value="Salzburg"/>  
     <xs:enumeration value="Kärnten"/>  
     <xs:enumeration value="Tirol"/>  
     <xs:enumeration value="Vorarlberg"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type GeburtsdatumTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram GeburtsdatumTyp
Inheritance Hierarchy
anySimpleType {http://www.w3.org/2001/XMLSchema}
    GeburtsdatumTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  einfacher Datentyp für Daten (union): Tag und/oder Monta können ausgelassen werden, entspricht DayOfBirthType
Source
 <xs:simpleType name="GeburtsdatumTyp"> 
   <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/> 
 </xs:simpleType>

Simple Type GeschlechtTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram GeschlechtTyp
Inheritance Hierarchy
token {http://www.w3.org/2001/XMLSchema}
    GeschlechtTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
männlich
weiblich
unbekannt
Documentation
  entspricht GenderType
Source
 <xs:simpleType name="GeschlechtTyp"> 
   <xs:restriction base="xs:token">  
     <xs:enumeration value="männlich"/>  
     <xs:enumeration value="weiblich"/>  
     <xs:enumeration value="unbekannt"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type integer5
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram integer5
Inheritance Hierarchy
integer {http://www.w3.org/2001/XMLSchema}
    integer5 {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType name="integer5"> 
   <xs:restriction base="xs:integer">  
     <xs:minInclusive value="10000"/>  
     <xs:maxInclusive value="99999"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type MaritalStatusType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram MaritalStatusType
Inheritance Hierarchy
token {http://www.w3.org/2001/XMLSchema}
    MaritalStatusType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
single
married
divorced
widowed
Documentation
  simple type for marital status of a person
Source
 <xs:simpleType name="MaritalStatusType"> 
   <xs:restriction base="xs:token">  
     <xs:enumeration value="single"/>  
     <xs:enumeration value="married"/>  
     <xs:enumeration value="divorced"/>  
     <xs:enumeration value="widowed"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type RelationType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram RelationType
Inheritance Hierarchy
anySimpleType {http://www.w3.org/2001/XMLSchema}
    RelationType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  known + any other relation
Source
 <xs:simpleType name="RelationType"> 
   <xs:union memberTypes="xStringPatternExtensionType DefinedRelationType"/> 
 </xs:simpleType>

Simple Type SexType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram SexType
Inheritance Hierarchy
token {http://www.w3.org/2001/XMLSchema}
    SexType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
male
female
unknown
Documentation
  simple type for sex (gender) of person
Source
 <xs:simpleType name="SexType"> 
   <xs:restriction base="xs:token">  
     <xs:enumeration value="male"/>  
     <xs:enumeration value="female"/>  
     <xs:enumeration value="unknown"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type SterbedatumTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram SterbedatumTyp
Inheritance Hierarchy
anySimpleType {http://www.w3.org/2001/XMLSchema}
    SterbedatumTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  einfacher Datentyp für Daten (union): Tag und/oder Monta können ausgelassen werden, entspricht DayOfDeathType
Source
 <xs:simpleType name="SterbedatumTyp"> 
   <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/> 
 </xs:simpleType>

Simple Type string100
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram string100
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    string100 {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType name="string100"> 
   <xs:restriction base="xs:string">  
     <xs:maxLength value="100"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type string20
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram string20
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    string20 {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType name="string20"> 
   <xs:restriction base="xs:string">  
     <xs:maxLength value="20"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type string3
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram string3
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    string3 {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType name="string3"> 
   <xs:restriction base="xs:string">  
     <xs:maxLength value="3"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type string30
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram string30
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    string30 {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType name="string30"> 
   <xs:restriction base="xs:string">  
     <xs:maxLength value="30"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type string4
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram string4
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    string4 {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType name="string4"> 
   <xs:restriction base="xs:string">  
     <xs:maxLength value="4"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type string50
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram string50
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    string50 {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType name="string50"> 
   <xs:restriction base="xs:string">  
     <xs:maxLength value="50"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type string7
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram string7
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    string7 {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType name="string7"> 
   <xs:restriction base="xs:string">  
     <xs:maxLength value="7"/>  
   </xs:restriction> 
 </xs:simpleType>

Simple Type VerwandtschaftsgradTyp
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram VerwandtschaftsgradTyp
Inheritance Hierarchy
anySimpleType {http://www.w3.org/2001/XMLSchema}
    VerwandtschaftsgradTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  Auswahl aus Liste oder freie Eingabe
Source
 <xs:simpleType name="VerwandtschaftsgradTyp"> 
   <xs:union memberTypes="xStringPatternExtensionType DefinierterVerwandschaftsgradTyp"/> 
 </xs:simpleType>

Simple Type xStringPatternExtensionType
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram xStringPatternExtensionType
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    xStringPatternExtensionType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Documentation
  pattern type for enlargement of type definitions. Contents as follows 
x:sometext or 12345 or _ or  other symbols
Source
 <xs:simpleType name="xStringPatternExtensionType"> 
   <xs:restriction base="xs:string">  
     <xs:pattern value="x:\S.*"/>  
   </xs:restriction> 
 </xs:simpleType>

Elements


Element AbstractPersonData
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification AbstractPersonData
Type AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  dummy abstract Peson Data element needed for bi-lingual schema (substitution groups)
Source
 <xs:element name="AbstractPersonData" type="AbstractPersonType"> 
  </xs:element>

Element AbstractSimpleIdentification
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AbstractSimpleIdentification
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  possibility to include common austrian primary keys in human readable way, english translation not available
Source
 <xs:element name="AbstractSimpleIdentification" type="xs:string"> 
  </xs:element>

Element Address
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AbstractAddressType IdentificationType IdentificationType Address
Type AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  element of address type, essentially abstract. Use InternetAddress, TelephoneAddress, PostalAddress, TypedPostalAddress instead, or use Address with xsi:type Attribute
Source
 <xs:element name="Address" type="AbstractAddressType"> 
  </xs:element>

Element AlternativeName
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AlternativeNameType) AlternativeNameTypeType AlternativeNameTypeType AlternativeName
Type Anonymous (AlternativeNameType)
Documentation
  Former name, Artist name, changes of Given name ..., compare AlternativName
Source
 <xs:element name="AlternativeName"> 
   <xs:complexType>  
     <xs:complexContent>   
       <xs:extension base="PersonNameType">    
         <xs:attribute name="Type" type="AlternativeNameTypeType"/>    
       </xs:extension>   
     </xs:complexContent>  
   </xs:complexType> 
 </xs:element>

Element AlternativName
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AlternativNameType) AlternativNameTypTyp AlternativNameTypTyp AlternativName
Type Anonymous (AlternativNameType)
Documentation
  Frühere Namen, Künstlername, Name vor erster Ehe, etc. Entspricht AlternativeName
Source
 <xs:element name="AlternativName"> 
   <xs:complexType>  
     <xs:complexContent>   
       <xs:extension base="PersonenNameTyp">    
         <xs:attribute name="Type" type="AlternativNameTypTyp"/>    
       </xs:extension>   
     </xs:complexContent>  
   </xs:complexType> 
 </xs:element>

Element Anschlussnummer
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Anschlussnummer
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  entspricht SubscriberNumber
Source
 <xs:element name="Anschlussnummer" type="xs:string"> 
  </xs:element>

Element AreaCityCode
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AreaCityCode
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  compare Vorwahl
Source
 <xs:element name="AreaCityCode" type="xs:string"> 
  </xs:element>

Element BankConnection
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram BankConnectionType (NationalBankConnectionType) (NationalBankConnectionType) (InternationalBankConnectionType) (InternationalBankConnectionType) BankConnection
Type BankConnectionType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  National or international bank connection, compare Bankverbindung
Source
 <xs:element name="BankConnection" type="BankConnectionType"> 
  </xs:element>

Element Bankverbindung
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram BankverbindungTyp (NationaleBankverbindungType) (NationaleBankverbindungType) (InternationaleBankverbindungType) (InternationaleBankverbindungType) Bankverbindung
Type BankverbindungTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  nationale und internationale Bankverbindungen
Source
 <xs:element name="Bankverbindung" type="BankverbindungTyp"> 
  </xs:element>

Element Bekenntnis
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Bekenntnis
Type token {http://www.w3.org/2001/XMLSchema}
Documentation
  Glaubensbekenntnis, entspricht Confession
Source
 <xs:element name="Bekenntnis" type="xs:token"> 
  </xs:element>

Element Beruf
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Beruf
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  entspricht Occupation
Source
 <xs:element name="Beruf" type="xs:string"> 
  </xs:element>

Element CompactCorporateBody
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactCorporateBodyType CompactCorporateBody
Type CompactCorporateBodyType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  element of corporate body type, derived from Person
Source
 <xs:element name="CompactCorporateBody" substitutionGroup="Person" type="CompactCorporateBodyType"> 
  </xs:element>

Element CompactName
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactPersonNameType (FamilyNameType) (FamilyNameType) (AffixType) (AffixType) CompactName
Type CompactPersonNameType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  data related to the person's name
Source
 <xs:element name="CompactName" type="CompactPersonNameType"> 
  </xs:element>

Element CompactPersonData
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (CompactPersonDataType) CompactPhysicalPersonType CompactPhysicalPersonType CompactPhysicalPerson CompactCorporateBodyType CompactCorporateBodyType CompactCorporateBody InternetAddressType InternetAddressType InternetAddress TelephoneAddressType TelephoneAddressType TelephoneAddress CompactPostalAddressType CompactPostalAddressType CompactPostalAddress CompactPersonData
Type Anonymous (CompactPersonDataType)
Documentation
  element of signed person datastructure type
Source
 <xs:element name="CompactPersonData"> 
   <xs:complexType>  
     <xs:sequence>   
       <xs:choice>    
         <xs:element ref="CompactPhysicalPerson"/>    
         <xs:element ref="CompactCorporateBody"/>    
       </xs:choice>   
       <xs:choice maxOccurs="unbounded" minOccurs="0">    
         <xs:element ref="InternetAddress"/>    
         <xs:element ref="TelephoneAddress"/>    
         <xs:element ref="CompactPostalAddress"/>    
       </xs:choice>   
     </xs:sequence>  
   </xs:complexType> 
 </xs:element>

Element CompactPhysicalPerson
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactPhysicalPersonType CompactPersonNameType CompactPersonNameType CompactName MaritalStatusType MaritalStatusType MaritalStatus SexType SexType Sex DateOfBirthType DateOfBirthType DateOfBirth PlaceOfBirth NationalityType NationalityType Nationality CompactPhysicalPerson
Type CompactPhysicalPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  element of physical person type, dreived from Person (abstract)
Source
 <xs:element name="CompactPhysicalPerson" substitutionGroup="Person" type="CompactPhysicalPersonType"> 
  </xs:element>

Element CompactPostalAddress
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CompactPostalAddressType (typeType) (typeType) (CountryCodeType) (CountryCodeType) (DeliveryAddressType) (DeliveryAddressType) CompactPostalAddress
Type CompactPostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Postal or ZMR Address, compare PostAdresse
Source
 <xs:element name="CompactPostalAddress" substitutionGroup="Address" type="CompactPostalAddressType"> 
  </xs:element>

Element Confession
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Confession
Type token {http://www.w3.org/2001/XMLSchema}
Documentation
  confession (religion) of Person - xs:token? gibt es wirklich keine Staaten mit Leerzeichen im Namen?
Source
 <xs:element name="Confession" type="xs:token"> 
  </xs:element>

Element CorporateBody
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CorporateBodyType BankConnectionType BankConnectionType BankConnection CorporateBody
Type CorporateBodyType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  element of corporate body type, derived from Person
Source
 <xs:element name="CorporateBody" substitutionGroup="Person" type="CorporateBodyType"> 
  </xs:element>

Element CountryOfBirth
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram CountryOfBirth
Type token {http://www.w3.org/2001/XMLSchema}
Documentation
  country of birth, compare Geburtsland
Source
 <xs:element name="CountryOfBirth" type="xs:token"> 
  </xs:element>

Element DateOfBirth
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram DateOfBirth
Type DateOfBirthType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  date of birth, compare Geburtsdatum
Source
 <xs:element name="DateOfBirth" type="DateOfBirthType"> 
  </xs:element>

Element DateOfDeath
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram DateOfDeath
Type DateOfDeathType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  date of death, compare Sterbedatum
Source
 <xs:element name="DateOfDeath" type="DateOfDeathType"> 
  </xs:element>

Element Ergaenzungsregisterzahl
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Ergaenzungsregisterzahl
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  Ergänzungsregister für nicht-natürliche Personen (CorporateBody)
Source
 <xs:element name="Ergaenzungsregisterzahl" substitutionGroup="AbstractSimpleIdentification" type="xs:string"> 
  </xs:element>

Element Extension
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Extension
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  compare Klappe
Source
 <xs:element name="Extension" type="xs:string"> 
  </xs:element>

Element Familienstand
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Familienstand
Type FamilienstandTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Familienstand: ledig, verheiratet, geschieden, verwitwet, entspricht MaritialStatus
Source
 <xs:element name="Familienstand" type="FamilienstandTyp"> 
  </xs:element>

Element Fax
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelcomNumberType FormattedNumber InternationalCountryCode NationalNumber AreaCityCode SubscriberNumber Extension Fax
Type TelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Source
 <xs:element name="Fax" type="TelcomNumberType"/>

Element Firmenbuchnummer
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Firmenbuchnummer
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <xs:element name="Firmenbuchnummer" substitutionGroup="AbstractSimpleIdentification" type="xs:string"/>

Element FormatierteNummer
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram FormatierteNummer
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  Formatierte Nummer z.B. +43 1 53134 4146, entspricht FormatedNumber
Source
 <xs:element name="FormatierteNummer" type="xs:string"> 
  </xs:element>

Element FormattedNumber
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram FormattedNumber
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  Complete number, ready formated - e.g. +43 1 5131345 4664  compare FormatierteNummer
Source
 <xs:element name="FormattedNumber" type="xs:string"> 
  </xs:element>

Element Geburtsbundesland
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Geburtsbundesland
Type token {http://www.w3.org/2001/XMLSchema}
Documentation
  Geburtsbundesland, entspricht StateOfBirth
Source
 <xs:element name="Geburtsbundesland" type="xs:token"> 
  </xs:element>

Element Geburtsdatum
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Geburtsdatum
Type GeburtsdatumTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Geburtsdatum, entspricht DateOfBirth
Source
 <xs:element name="Geburtsdatum" type="GeburtsdatumTyp"> 
  </xs:element>

Element Geburtsort
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Geburtsort
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  Ort der Geburt, entspricht PlaceOfBirth
Source
 <xs:element name="Geburtsort" type="xs:string"> 
  </xs:element>

Element Geburtsstaat
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Geburtsstaat
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  Geburtsstaat entspricht CountryOfBirth
Source
 <xs:element name="Geburtsstaat" type="xs:string"> 
  </xs:element>

Element Geschlecht
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Geschlecht
Type GeschlechtTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Geschlecht, entspricht sex
Source
 <xs:element name="Geschlecht" type="GeschlechtTyp"> 
  </xs:element>

Element Handy
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram MobileTelcomNumberType Handy
Type MobileTelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Source
 <xs:element name="Handy" type="MobileTelcomNumberType"/>

Element InternationalCountryCode
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram InternationalCountryCode
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  compare InternationalerLaendercode
Source
 <xs:element name="InternationalCountryCode" type="xs:string"> 
  </xs:element>

Element InternationalerLaendercode
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram InternationalerLaendercode
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  entspricht InternationalCountryCode
Source
 <xs:element name="InternationalerLaendercode" type="xs:string"> 
  </xs:element>

Element InternetAddress
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram InternetAddressType KeyInfoType KeyInfoType KeyInfo InternetAddress
Type InternetAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  InternetAdress such as e-mail or website, compare InternetAdresse
Source
 <xs:element name="InternetAddress" substitutionGroup="Address" type="InternetAddressType"> 
  </xs:element>

Element InternetAdresse
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram InternetAdresseTyp KeyInfoType KeyInfoType KeyInfo InternetAdresse
Type InternetAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Container für Internetadreseen wie e-mail oder Websites, entspricht InternetAddress,  ist Ableitung von Address (abstract)
Source
 <xs:element name="InternetAdresse" substitutionGroup="Address" type="InternetAdresseTyp"> 
  </xs:element>

Element Klappe
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Klappe
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  Klappe oder Durchwahl, entspricht Extension
Source
 <xs:element name="Klappe" type="xs:string"> 
  </xs:element>

Element KompakteNatuerlichePerson
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompakteNatuerlichePersonTyp KompakterPersonenNameTyp KompakterPersonenNameTyp KompakterPersonenName FamilienstandTyp FamilienstandTyp Familienstand GeschlechtTyp GeschlechtTyp Geschlecht GeburtsdatumTyp GeburtsdatumTyp Geburtsdatum Geburtsort StaatsangehoerigkeitTyp StaatsangehoerigkeitTyp Staatsangehoerigkeit KompakteNatuerlichePerson
Type KompakteNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Natuerliche Person entspricht PhysicalPerson, ist eine Ableitung von Person (abstract)
Source
 <xs:element name="KompakteNatuerlichePerson" substitutionGroup="Person" type="KompakteNatuerlichePersonTyp"> 
  </xs:element>

Element KompakteNichtNatuerlichePerson
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompakteNichtNatuerlichePersonTyp KompakteNichtNatuerlichePerson
Type KompakteNichtNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  NichtNatuerlichePerson entspricht CorporatzeBody, ist Ableitung von Person (abstract)
Source
 <xs:element name="KompakteNichtNatuerlichePerson" substitutionGroup="Person" type="KompakteNichtNatuerlichePersonTyp"> 
  </xs:element>

Element KompaktePersonenDaten
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompaktePersonenDatenTyp AbstractPersonType AbstractPersonType Person AbstractAddressType AbstractAddressType Address SignatureType SignatureType Signature (ZusatzdatenType) (ZusatzdatenType) KompaktePersonenDaten
Type KompaktePersonenDatenTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Signierte Personendatenstruktur
Source
 <xs:element name="KompaktePersonenDaten" substitutionGroup="AbstractPersonData" type="KompaktePersonenDatenTyp"> 
  </xs:element>

Element KompaktePostAdresse
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompaktePostAdresseTyp (typeType) (typeType) (StaatscodeType) (StaatscodeType) (ZustelladresseType) (ZustelladresseType) KompaktePostAdresse
Type KompaktePostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Post oder ZMR Adresse, entspricht PostalAddress, ist Ableitung von Address (abstract)
Source
 <xs:element name="KompaktePostAdresse" substitutionGroup="Address" type="KompaktePostAdresseTyp"> 
  </xs:element>

Element KompakterPersonenName
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram KompakterPersonenNameTyp (FamiliennameType) (FamiliennameType) (AffixType) (AffixType) KompakterPersonenName
Type KompakterPersonenNameTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Container für diverse Namensbestandteile, entspricht Name in der englischen Version
Source
 <xs:element name="KompakterPersonenName" type="KompakterPersonenNameTyp"> 
  </xs:element>

Element MaritalStatus
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram MaritalStatus
Type MaritalStatusType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  status of a person in the cycle of life, compare Familienstand
Source
 <xs:element name="MaritalStatus" type="MaritalStatusType"> 
  </xs:element>

Element Matrikelnummer
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Matrikelnummer
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <xs:element name="Matrikelnummer" substitutionGroup="AbstractSimpleIdentification" type="xs:string"/>

Element Mobile
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram MobileTelcomNumberType Mobile
Type MobileTelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Source
 <xs:element name="Mobile" type="MobileTelcomNumberType"/>

Element Name
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PersonNameType (FormattedNameType) (FormattedNameType) (FamilyNameType) (FamilyNameType) (AffixType) (AffixType) Name
Type PersonNameType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  data related to the person's name
Source
 <xs:element name="Name" type="PersonNameType"> 
  </xs:element>

Element Nationality
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram NationalityType (ISOCode3Type) (ISOCode3Type) Nationality
Type NationalityType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  nationality of Person, compare Staatsangehoerigkeit. attention! New Fomrat is complex, string value accepted for compatibility only
Source
 <xs:element name="Nationality" type="NationalityType"> 
  </xs:element>

Element NationalNumber
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram NationalNumber
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  compare NationalNummer
Source
 <xs:element name="NationalNumber" type="xs:string"> 
  </xs:element>

Element NationalNummer
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram NationalNummer
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  Manche Orte haben zwei Vorwahlen: für Gespräche aus In- und Ausland, diese ist die Inlandsvorwahl, entspricht NationalNumber
Source
 <xs:element name="NationalNummer" type="xs:string"> 
  </xs:element>

Element NatuerlichePerson
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram NatuerlichePersonTyp PersonenNameTyp PersonenNameTyp PersonenName (AlternativNameType) (AlternativNameType) AlternativName FamilienstandTyp FamilienstandTyp Familienstand GeschlechtTyp GeschlechtTyp Geschlecht GeburtsdatumTyp GeburtsdatumTyp Geburtsdatum Geburtsort Geburtsbundesland Geburtsstaat SterbedatumTyp SterbedatumTyp Sterbedatum StaatsangehoerigkeitTyp StaatsangehoerigkeitTyp Staatsangehoerigkeit Bekenntnis Beruf (VerwandterType) (VerwandterType) Verwandter BankverbindungTyp BankverbindungTyp Bankverbindung NatuerlichePerson
Type NatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Natuerliche Person entspricht PhysicalPerson, ist eine Ableitung von Person (abstract)
Source
 <xs:element name="NatuerlichePerson" substitutionGroup="Person" type="NatuerlichePersonTyp"> 
  </xs:element>

Element NichtNatuerlichePerson
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram NichtNatuerlichePersonTyp BankverbindungTyp BankverbindungTyp Bankverbindung NichtNatuerlichePerson
Type NichtNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  NichtNatuerlichePerson entspricht CorporatzeBody, ist Ableitung von Person (abstract)
Source
 <xs:element name="NichtNatuerlichePerson" substitutionGroup="Person" type="NichtNatuerlichePersonTyp"> 
  </xs:element>

Element Occupation
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Occupation
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  occupation, compare Beruf
Source
 <xs:element name="Occupation" type="xs:string"> 
  </xs:element>

Element Pager
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelcomNumberType FormattedNumber InternationalCountryCode NationalNumber AreaCityCode SubscriberNumber Extension Pager
Type TelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Source
 <xs:element name="Pager" type="TelcomNumberType"/>

Element Person
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram AbstractPersonType IdentificationType IdentificationType AbstractSimpleIdentification Person
Type AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  element of person type, essential abstract, subsitute PhysicalPerson or CorporateBody instead or use with xsi:type="..."
Source
 <xs:element name="Person" type="AbstractPersonType"> 
  </xs:element>

Element PersonData
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PersonDataType AbstractPersonType AbstractPersonType Person AbstractAddressType AbstractAddressType Address SignatureType SignatureType Signature (AdditionalDataType) (AdditionalDataType) PersonData
Type PersonDataType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  element of signed person datastructure type
Source
 <xs:element name="PersonData" substitutionGroup="AbstractPersonData" type="PersonDataType"> 
  </xs:element>

Element PersonenDaten
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PersonenDatenTyp AbstractPersonType AbstractPersonType Person AbstractAddressType AbstractAddressType Address SignatureType SignatureType Signature (ZusatzdatenType) (ZusatzdatenType) PersonenDaten
Type PersonenDatenTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Signierte Personendatenstruktur
Source
 <xs:element name="PersonenDaten" substitutionGroup="AbstractPersonData" type="PersonenDatenTyp"> 
  </xs:element>

Element PersonenName
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PersonenNameTyp (FormattierterNameType) (FormattierterNameType) (FamiliennameType) (FamiliennameType) (AffixType) (AffixType) PersonenName
Type PersonenNameTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Container für diverse Namensbestandteile, entspricht Name in der englischen Version
Source
 <xs:element name="PersonenName" type="PersonenNameTyp"> 
  </xs:element>

Element PhysicalPerson
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PhysicalPersonType PersonNameType PersonNameType Name (AlternativeNameType) (AlternativeNameType) AlternativeName MaritalStatusType MaritalStatusType MaritalStatus SexType SexType Sex DateOfBirthType DateOfBirthType DateOfBirth PlaceOfBirth StateOfBirth CountryOfBirth DateOfDeathType DateOfDeathType DateOfDeath NationalityType NationalityType Nationality Confession Occupation (relatedPersonType) (relatedPersonType) relatedPerson BankConnectionType BankConnectionType BankConnection PhysicalPerson
Type PhysicalPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  element of physical person type, dreived from Person (abstract)
Source
 <xs:element name="PhysicalPerson" substitutionGroup="Person" type="PhysicalPersonType"> 
  </xs:element>

Element PlaceOfBirth
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PlaceOfBirth
Type token {http://www.w3.org/2001/XMLSchema}
Documentation
  place of birth, compare Geburtsort
Source
 <xs:element name="PlaceOfBirth" type="xs:token"> 
  </xs:element>

Element PostAdresse
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PostAdresseTyp (typeType) (typeType) (StaatscodeType) (StaatscodeType) BundeslandTyp BundeslandTyp (ZustelladresseType) (ZustelladresseType) (EmpfaengerType) (EmpfaengerType) PostAdresse
Type PostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Post oder ZMR Adresse, entspricht PostalAddress, ist Ableitung von Address (abstract)
Source
 <xs:element name="PostAdresse" substitutionGroup="Address" type="PostAdresseTyp"> 
  </xs:element>

Element PostalAddress
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram PostalAddressType (typeType) (typeType) (CountryCodeType) (CountryCodeType) (DeliveryAddressType) (DeliveryAddressType) (RecipientType) (RecipientType) PostalAddress
Type PostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Postal or ZMR Address, compare PostAdresse
Source
 <xs:element name="PostalAddress" substitutionGroup="Address" type="PostalAddressType"> 
  </xs:element>

Element relatedPerson
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (relatedPersonType) RelationType RelationType PhysicalPersonType PhysicalPersonType PhysicalPerson relatedPerson
Type Anonymous (relatedPersonType)
Documentation
  relatives (parents, ...), compare Verwandter
Source
 <xs:element name="relatedPerson"> 
   <xs:complexType>  
     <xs:sequence>   
       <xs:element maxOccurs="unbounded" minOccurs="0" name="TypeOfRelation" type="RelationType">    
        </xs:element>   
       <xs:element ref="PhysicalPerson"/>   
     </xs:sequence>  
   </xs:complexType> 
 </xs:element>

Element Sex
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Sex
Type SexType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  gender, comapre Geschlecht
Source
 <xs:element name="Sex" type="SexType"> 
  </xs:element>

Element Sozialversicherungsnummer
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Sozialversicherungsnummer
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <xs:element name="Sozialversicherungsnummer" substitutionGroup="AbstractSimpleIdentification" type="xs:string"/>

Element Staatsangehoerigkeit
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram StaatsangehoerigkeitTyp (ISOCode3Type) (ISOCode3Type) Staatsangehoerigkeit
Type StaatsangehoerigkeitTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Staatsangehoerigkeit, entspricht Nationality. Achtung! Typ wurde auf complex geändert. Die Eingabe von Zeichenketten ist nur aus Kompatibilitätsgründen gestattet 
Source
 <xs:element name="Staatsangehoerigkeit" type="StaatsangehoerigkeitTyp"> 
  </xs:element>

Element Stammzahl
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Stammzahl
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <xs:element name="Stammzahl" substitutionGroup="AbstractSimpleIdentification" type="xs:string"/>

Element StateOfBirth
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram StateOfBirth
Type token {http://www.w3.org/2001/XMLSchema}
Documentation
  state of birth, comapre Geburtsbundesland
Source
 <xs:element name="StateOfBirth" type="xs:token"> 
  </xs:element>

Element Sterbedatum
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Sterbedatum
Type SterbedatumTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Sterbedatum, entspricht DateOfDeath
Source
 <xs:element name="Sterbedatum" type="SterbedatumTyp"> 
  </xs:element>

Element Steuernummer
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Steuernummer
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <xs:element name="Steuernummer" substitutionGroup="AbstractSimpleIdentification" type="xs:string"/>

Element SubscriberNumber
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram SubscriberNumber
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  compare Anschlussnummer
Source
 <xs:element name="SubscriberNumber" type="xs:string"> 
  </xs:element>

Element Telefon
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelcomNumberType FormattedNumber InternationalCountryCode NationalNumber AreaCityCode SubscriberNumber Extension Telefon
Type TelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Source
 <xs:element name="Telefon" type="TelcomNumberType"/>

Element TelefonAdresse
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelefonAdresseTyp TelekomNummerTyp TelekomNummerTyp TelefonAdresse
Type TelefonAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Container für Telefonnummern, entspricht TelephoneAddress,  ist Ableitung von Address (abstract)
Source
 <xs:element name="TelefonAdresse" substitutionGroup="Address" type="TelefonAdresseTyp"> 
  </xs:element>

Element Telephone
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelcomNumberType FormattedNumber InternationalCountryCode NationalNumber AreaCityCode SubscriberNumber Extension Telephone
Type TelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Source
 <xs:element name="Telephone" type="TelcomNumberType"/>

Element TelephoneAddress
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelephoneAddressType TelcomNumberType TelcomNumberType TelephoneAddress
Type TelephoneAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Typed TelephoneAddress, compare TelefonAdresse
Source
 <xs:element name="TelephoneAddress" substitutionGroup="Address" type="TelephoneAddressType"> 
  </xs:element>

Element TTYTDD
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelcomNumberType FormattedNumber InternationalCountryCode NationalNumber AreaCityCode SubscriberNumber Extension TTYTDD
Type TelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  teletyper or telephone for the hearing impaired
Source
 <xs:element name="TTYTDD" type="TelcomNumberType"> 
  </xs:element>

Element TypedPostalAddress
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TypedPostalAddressType PostalAddressType PostalAddressType PostalAddress TypedPostalAddress
Type TypedPostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Typed Postal or ZMR Address, compare TypisiertePostAdresse
Source
 <xs:element name="TypedPostalAddress" substitutionGroup="Address" type="TypedPostalAddressType"> 
  </xs:element>

Element TypisiertePostAdresse
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TypisiertePostAdresseTyp PostAdresseTyp PostAdresseTyp PostAdresse TypisiertePostAdresse
Type TypisiertePostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Documentation
  Typisierte Post oder ZMRAdresse, entspricht TypedPostalAddress, ist Ableitung von Address (abstract) 
Source
 <xs:element name="TypisiertePostAdresse" substitutionGroup="Address" type="TypisiertePostAdresseTyp"> 
  </xs:element>

Element Vereinsnummer
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Vereinsnummer
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <xs:element name="Vereinsnummer" substitutionGroup="AbstractSimpleIdentification" type="xs:string"/>

Element Verwandter
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (VerwandterType) VerwandtschaftsgradTyp VerwandtschaftsgradTyp NatuerlichePersonTyp NatuerlichePersonTyp NatuerlichePerson Verwandter
Type Anonymous (VerwandterType)
Documentation
   Angabe von Elementen des Typs  NatuerlichePerson, entspricht RelatedPerson
Source
 <xs:element name="Verwandter"> 
   <xs:complexType>  
     <xs:sequence>   
       <xs:element maxOccurs="unbounded" name="Verwandschaftsgrad" type="VerwandtschaftsgradTyp">    
        </xs:element>   
       <xs:element ref="NatuerlichePerson"/>   
     </xs:sequence>  
   </xs:complexType> 
 </xs:element>

Element Vorwahl
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram Vorwahl
Type string {http://www.w3.org/2001/XMLSchema}
Documentation
  entspricht AreaCityCode
Source
 <xs:element name="Vorwahl" type="xs:string"> 
  </xs:element>

Element ZMRzahl
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram ZMRzahl
Type string {http://www.w3.org/2001/XMLSchema}
Source
 <xs:element name="ZMRzahl" substitutionGroup="AbstractSimpleIdentification" type="xs:string"/>

Groups


Model Group TelcomNumberGroup
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelcomNumberGroup InternationalCountryCode NationalNumber AreaCityCode SubscriberNumber Extension
Content Details
InternationalCountryCode [0..1]
NationalNumber [0..1]
AreaCityCode [0..1]
SubscriberNumber  
Extension [0..1]
Documentation
  set of telephone number parts
Source
 <xs:group name="TelcomNumberGroup"> 
   <xs:sequence>  
     <xs:element minOccurs="0" ref="InternationalCountryCode"/>  
     <xs:element minOccurs="0" ref="NationalNumber"/>  
     <xs:element minOccurs="0" ref="AreaCityCode"/>  
     <xs:element ref="SubscriberNumber"/>  
     <xs:element minOccurs="0" ref="Extension"/>  
   </xs:sequence> 
 </xs:group>

Model Group TelekomNummernGruppe
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram TelekomNummernGruppe InternationalerLaendercode NationalNummer Vorwahl Anschlussnummer Klappe
Content Details
InternationalerLaendercode [0..1]
NationalNummer [0..1]
Vorwahl [0..1]
Anschlussnummer  
Klappe [0..1]
Documentation
  Container für Telphonnummernbestandteile
Source
 <xs:group name="TelekomNummernGruppe"> 
   <xs:sequence>  
     <xs:element minOccurs="0" ref="InternationalerLaendercode"/>  
     <xs:element minOccurs="0" ref="NationalNummer"/>  
     <xs:element minOccurs="0" ref="Vorwahl"/>  
     <xs:element ref="Anschlussnummer"/>  
     <xs:element minOccurs="0" ref="Klappe"/>  
   </xs:sequence> 
 </xs:group>

Attributes


Attribute Groups


Anonymous Types


NationalBankConnection's Anonymous Complex Type (NationalBankConnectionType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (NationalBankConnectionType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (NationalBankConnectionType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
AccountNumber compare Kontonummer
BankCode compare BLZ
Source
 <xs:complexType> 
       <xs:sequence>  
         <xs:element name="AccountNumber" type="xs:integer">   
          </xs:element>  
         <xs:element name="BankCode" type="xs:integer">   
          </xs:element>  
       </xs:sequence> 
     </xs:complexType>

InternationalBankConnection's Anonymous Complex Type (InternationalBankConnectionType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (InternationalBankConnectionType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (InternationalBankConnectionType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
IBAN compare IBAN
BIC comapre BIC
Source
 <xs:complexType> 
       <xs:sequence>  
         <xs:element name="IBAN" type="xs:string">   
          </xs:element>  
         <xs:element name="BIC" type="xs:string">   
          </xs:element>  
       </xs:sequence> 
     </xs:complexType>

NationaleBankverbindung's Anonymous Complex Type (NationaleBankverbindungType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (NationaleBankverbindungType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (NationaleBankverbindungType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Kontonummer entspricht AccountNumber
BLZ entspricht BankCode
Source
 <xs:complexType> 
       <xs:sequence>  
         <xs:element name="Kontonummer" type="xs:integer">   
          </xs:element>  
         <xs:element name="BLZ" type="xs:integer">   
          </xs:element>  
       </xs:sequence> 
     </xs:complexType>

InternationaleBankverbindung's Anonymous Complex Type (InternationaleBankverbindungType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (InternationaleBankverbindungType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (InternationaleBankverbindungType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
IBAN entspricht IBAN
BIC entspricht BIC
Source
 <xs:complexType> 
       <xs:sequence>  
         <xs:element name="IBAN" type="xs:string">   
          </xs:element>  
         <xs:element name="BIC" type="xs:string">   
          </xs:element>  
       </xs:sequence> 
     </xs:complexType>

AdditionalData's Anonymous Complex Type (AdditionalDataType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AdditionalDataType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (AdditionalDataType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType mixed="true"> 
        <xs:sequence maxOccurs="unbounded" minOccurs="0">  
          <xs:any namespace="##any" processContents="lax">   
           </xs:any>  
        </xs:sequence> 
      </xs:complexType>

FamilyName's Anonymous Complex Type (FamilyNameType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (FamilyNameType) (primaryType) (primaryType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (FamilyNameType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute default="undefined" name="primary">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="true"/>      
                <xs:enumeration value="false"/>      
                <xs:enumeration value="undefined"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
          <xs:attribute name="prefix" type="xs:string"/>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

Affix's Anonymous Complex Type (AffixType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AffixType) (typeType) (typeType) (positionType) (positionType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (AffixType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute name="type" use="optional">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="academicGrade"/>      
                <xs:enumeration value="aristocraticPrefix"/>      
                <xs:enumeration value="aristocraticTitle"/>      
                <xs:enumeration value="familyNamePrefix"/>      
                <xs:enumeration value="familyNameSuffix"/>      
                <xs:enumeration value="formOfAddress"/>      
                <xs:enumeration value="generation"/>      
                <xs:enumeration value="qualification"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
          <xs:attribute name="position" use="optional">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="prefix"/>      
                <xs:enumeration value="suffix"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

CountryCode's Anonymous Simple Type (CountryCodeType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (CountryCodeType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (CountryCodeType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType> 
        <xs:restriction base="xs:string">  
          <xs:pattern value="[A-Z]{2}"/>  
        </xs:restriction> 
      </xs:simpleType>

DeliveryAddress's Anonymous Complex Type (DeliveryAddressType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (DeliveryAddressType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (DeliveryAddressType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
StreetName if streetname not available use name of Ortschaft
BuildingNumber  
Unit [0..1]
DoorNumber [0..1]
Source
 <xs:complexType> 
        <xs:sequence>  
          <xs:element name="StreetName" type="xs:string">   
           </xs:element>  
          <xs:element name="BuildingNumber" type="xs:string"/>  
          <xs:element minOccurs="0" name="Unit" type="xs:string"/>  
          <xs:element minOccurs="0" name="DoorNumber" type="xs:string"/>  
        </xs:sequence> 
      </xs:complexType>

Value's Anonymous Complex Type (ValueType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (ValueType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (ValueType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute name="Id" type="xs:ID" use="optional"/>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

Zusatzdaten's Anonymous Complex Type (ZusatzdatenType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (ZusatzdatenType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (ZusatzdatenType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType mixed="true"> 
        <xs:sequence maxOccurs="unbounded" minOccurs="0">  
          <xs:any namespace="##any" processContents="lax">   
           </xs:any>  
        </xs:sequence> 
      </xs:complexType>

Staatscode's Anonymous Simple Type (StaatscodeType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (StaatscodeType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (StaatscodeType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType> 
        <xs:restriction base="xs:string">  
          <xs:pattern value="[A-Z]{3}"/>  
        </xs:restriction> 
      </xs:simpleType>

Zustelladresse's Anonymous Complex Type (ZustelladresseType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (ZustelladresseType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (ZustelladresseType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Strassenname Bei Ortschaften ohne Straßenname steht hier Ortschaftsname, entspricht StreetName
Orientierungsnummer Hausnummer oder Konskriptionsnummer, z.B. 10, 124a, 78-80. Entpricht BuildingNumber
Gebaeude Stiege, oder andere Bezeich nung, z.B. Werkstatt
Nutzungseinheitsnummer Tuernummer oder andere naehere Beschreibung der Adresse (z.B. 4. Stock rechts). Entspricht DoorNumber
Source
 <xs:complexType> 
        <xs:sequence>  
          <xs:element name="Strassenname" type="xs:string">   
           </xs:element>  
          <xs:element name="Orientierungsnummer" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="Gebaeude" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="Nutzungseinheitsnummer" type="xs:string">   
           </xs:element>  
        </xs:sequence> 
      </xs:complexType>

Familienname's Anonymous Complex Type (FamiliennameType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (FamiliennameType) (primaerType) (primaerType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (FamiliennameType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute default="undefiniert" name="primaer">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="wahr"/>      
                <xs:enumeration value="falsch"/>      
                <xs:enumeration value="undefiniert"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
          <xs:attribute name="prefix" type="xs:string"/>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

Affix's Anonymous Complex Type (AffixType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AffixType) (typType) (typType) (positionType) (positionType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (AffixType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute name="typ" use="optional">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="akademischerGrad"/>      
                <xs:enumeration value="Adelstitel"/>      
                <xs:enumeration value="FamiliennamenAffix"/>      
                <xs:enumeration value="Anrede"/>      
                <xs:enumeration value="Generation"/>      
                <xs:enumeration value="Qualifikation"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
          <xs:attribute name="position" use="optional">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="prefix"/>      
                <xs:enumeration value="suffix"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

ISOCode3's Anonymous Simple Type (ISOCode3Type)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (ISOCode3Type)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (ISOCode3Type) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType> 
      <xs:restriction base="xs:string">  
        <xs:length value="3"/>  
      </xs:restriction> 
    </xs:simpleType>

AdditionalData's Anonymous Complex Type (AdditionalDataType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AdditionalDataType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (AdditionalDataType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType mixed="true"> 
        <xs:sequence maxOccurs="unbounded" minOccurs="0">  
          <xs:any namespace="##any" processContents="lax">   
           </xs:any>  
        </xs:sequence> 
      </xs:complexType>

Zusatzdaten's Anonymous Complex Type (ZusatzdatenType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (ZusatzdatenType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (ZusatzdatenType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType mixed="true"> 
        <xs:sequence maxOccurs="unbounded" minOccurs="0">  
          <xs:any namespace="##any" processContents="lax">   
           </xs:any>  
        </xs:sequence> 
      </xs:complexType>

FormattierterName's Anonymous Complex Type (FormattierterNameType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (FormattierterNameType) (typeType) (typeType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (FormattierterNameType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute default="presentation" name="type">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="presentation"/>      
                <xs:enumeration value="rechtlich"/>      
                <xs:enumeration value="sortiert"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

Familienname's Anonymous Complex Type (FamiliennameType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (FamiliennameType) (primaerType) (primaerType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (FamiliennameType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute default="undefiniert" name="primaer">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="wahr"/>      
                <xs:enumeration value="falsch"/>      
                <xs:enumeration value="undefiniert"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
          <xs:attribute name="prefix" type="xs:string"/>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

Affix's Anonymous Complex Type (AffixType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AffixType) (typType) (typType) (positionType) (positionType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (AffixType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute name="typ" use="optional">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="akademischerGrad"/>      
                <xs:enumeration value="Adelstitel"/>      
                <xs:enumeration value="FamiliennamenAffix"/>      
                <xs:enumeration value="Anrede"/>      
                <xs:enumeration value="Generation"/>      
                <xs:enumeration value="Qualifikation"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
          <xs:attribute name="position" use="optional">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="prefix"/>      
                <xs:enumeration value="suffix"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

FormattedName's Anonymous Complex Type (FormattedNameType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (FormattedNameType) (typeType) (typeType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (FormattedNameType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute default="presentation" name="type">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="presentation"/>      
                <xs:enumeration value="legal"/>      
                <xs:enumeration value="sortOrder"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

FamilyName's Anonymous Complex Type (FamilyNameType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (FamilyNameType) (primaryType) (primaryType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (FamilyNameType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute default="undefined" name="primary">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="true"/>      
                <xs:enumeration value="false"/>      
                <xs:enumeration value="undefined"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
          <xs:attribute name="prefix" type="xs:string"/>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

Affix's Anonymous Complex Type (AffixType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AffixType) (typeType) (typeType) (positionType) (positionType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (AffixType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
      <xs:simpleContent>  
        <xs:extension base="xs:string">   
          <xs:attribute name="type" use="optional">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="academicGrade"/>      
                <xs:enumeration value="aristocraticPrefix"/>      
                <xs:enumeration value="aristocraticTitle"/>      
                <xs:enumeration value="familyNamePrefix"/>      
                <xs:enumeration value="familyNameSuffix"/>      
                <xs:enumeration value="formOfAddress"/>      
                <xs:enumeration value="generation"/>      
                <xs:enumeration value="qualification"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
          <xs:attribute name="position" use="optional">    
            <xs:simpleType>     
              <xs:restriction base="xs:string">      
                <xs:enumeration value="prefix"/>      
                <xs:enumeration value="suffix"/>      
              </xs:restriction>     
            </xs:simpleType>    
          </xs:attribute>   
        </xs:extension>  
      </xs:simpleContent> 
    </xs:complexType>

Staatscode's Anonymous Simple Type (StaatscodeType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (StaatscodeType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (StaatscodeType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType> 
        <xs:restriction base="xs:string">  
          <xs:pattern value="[A-Z]{3}"/>  
        </xs:restriction> 
      </xs:simpleType>

Zustelladresse's Anonymous Complex Type (ZustelladresseType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (ZustelladresseType) (AdressRegisterEintragType) (AdressRegisterEintragType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (ZustelladresseType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Adresszeile Weitere Infos die eine Adresse eindeutig machen, Katastralgemeinde, Hofname, etc.
Strassenname Bei Ortschaften ohne Straßenname steht hier Ortschaftsname, entspricht StreetName
Orientierungsnummer Hausnummer oder Konskriptionsnummer, z.B. 10, 124a, 78-80. Entpricht BuildingNumber
Gebaeude Gebäudeteil oder eigneens Gbäude, z.B. Stiege, Werkstatt, ..... Entspricht Unit
Nutzungseinheit Tuernummer oder andere naehere Beschreibung der Adresse (z.B. 4. Stock rechts). Entspricht DoorNumber
Postfach [0..1]
Wohnsitzqualitaet zmr use only
Abgabestelle zmr use only
Nutzungseinheitlaufnummer zmr use only
AdressRegisterEintrag Addressregister database keys used to identify Addresses
Source
 <xs:complexType> 
        <xs:sequence>  
          <xs:element maxOccurs="unbounded" minOccurs="0" name="Adresszeile" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="Strassenname" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="Orientierungsnummer" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="Gebaeude" type="xs:token">   
           </xs:element>  
          <xs:element minOccurs="0" name="Nutzungseinheit" type="xs:token">   
           </xs:element>  
          <xs:element minOccurs="0" name="Postfach" type="xs:string"/>  
          <xs:element minOccurs="0" name="Wohnsitzqualitaet" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="Abgabestelle" type="xs:boolean">   
           </xs:element>  
          <xs:element minOccurs="0" name="Nutzungseinheitlaufnummer" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="AdressRegisterEintrag">   
            <xs:complexType>    
              <xs:sequence>     
                <xs:element name="Adresscode" type="string7"/>     
                <xs:element minOccurs="0" name="Subcode" type="string3"/>     
                <xs:element minOccurs="0" name="Objektnummer" type="string7"/>     
              </xs:sequence>    
            </xs:complexType>   
          </xs:element>  
        </xs:sequence> 
      </xs:complexType>

AdressRegisterEintrag's Anonymous Complex Type (AdressRegisterEintragType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AdressRegisterEintragType) string7 string7 string3 string3 string7 string7
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (AdressRegisterEintragType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Adresscode  
Subcode [0..1]
Objektnummer [0..1]
Source
 <xs:complexType> 
           <xs:sequence>  
             <xs:element name="Adresscode" type="string7"/>  
             <xs:element minOccurs="0" name="Subcode" type="string3"/>  
             <xs:element minOccurs="0" name="Objektnummer" type="string7"/>  
           </xs:sequence> 
         </xs:complexType>

Empfaenger's Anonymous Complex Type (EmpfaengerType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (EmpfaengerType) PersonenNameTyp PersonenNameTyp
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (EmpfaengerType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
PersonenName [0..1]
Zusatztext [0..*]
Verwaltungseinheit rather OrganizationUnit e.G Sales Departement
Unternehmen e.g. Smith Ltd
Source
 <xs:complexType> 
        <xs:sequence>  
          <xs:element minOccurs="0" name="PersonenName" type="PersonenNameTyp"/>  
          <xs:element maxOccurs="unbounded" minOccurs="0" name="Zusatztext" type="xs:string"/>  
          <xs:element minOccurs="0" name="Verwaltungseinheit" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="Unternehmen" type="xs:string">   
           </xs:element>  
        </xs:sequence> 
      </xs:complexType>

CountryCode's Anonymous Simple Type (CountryCodeType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (CountryCodeType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (CountryCodeType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType> 
        <xs:restriction base="xs:string">  
          <xs:pattern value="[A-Z]{2}"/>  
        </xs:restriction> 
      </xs:simpleType>

DeliveryAddress's Anonymous Complex Type (DeliveryAddressType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (DeliveryAddressType) (AddressRegisterEntryType) (AddressRegisterEntryType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (DeliveryAddressType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
AddressLine [0..*]
StreetName [0..1]
BuildingNumber [0..1]
Unit [0..1]
DoorNumber [0..1]
PostOfficeBox [0..1]
LivingQuality zmr use only
DropOffPoint zmr use only
AreaNumber [0..1]
AddressRegisterEntry Addressregister database keys used to identify Addresses
Source
 <xs:complexType> 
        <xs:sequence>  
          <xs:element maxOccurs="unbounded" minOccurs="0" name="AddressLine" type="xs:string"/>  
          <xs:element minOccurs="0" name="StreetName" type="xs:string"/>  
          <xs:element minOccurs="0" name="BuildingNumber" type="xs:string"/>  
          <xs:element minOccurs="0" name="Unit" type="xs:string"/>  
          <xs:element minOccurs="0" name="DoorNumber" type="xs:string"/>  
          <xs:element minOccurs="0" name="PostOfficeBox" type="xs:string"/>  
          <xs:element minOccurs="0" name="LivingQuality" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="DropOffPoint" type="xs:boolean">   
           </xs:element>  
          <xs:element minOccurs="0" name="AreaNumber" type="xs:string"/>  
          <xs:element minOccurs="0" name="AddressRegisterEntry">   
            <xs:complexType>    
              <xs:sequence>     
                <xs:element name="AddressCode" type="string7"/>     
                <xs:element minOccurs="0" name="SubCode" type="string3"/>     
                <xs:element minOccurs="0" name="ObjectNumber" type="string7"/>     
              </xs:sequence>    
            </xs:complexType>   
          </xs:element>  
        </xs:sequence> 
      </xs:complexType>

AddressRegisterEntry's Anonymous Complex Type (AddressRegisterEntryType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AddressRegisterEntryType) string7 string7 string3 string3 string7 string7
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (AddressRegisterEntryType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
AddressCode  
SubCode [0..1]
ObjectNumber [0..1]
Source
 <xs:complexType> 
           <xs:sequence>  
             <xs:element name="AddressCode" type="string7"/>  
             <xs:element minOccurs="0" name="SubCode" type="string3"/>  
             <xs:element minOccurs="0" name="ObjectNumber" type="string7"/>  
           </xs:sequence> 
         </xs:complexType>

Recipient's Anonymous Complex Type (RecipientType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (RecipientType) PersonNameType PersonNameType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (RecipientType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
PersonName [0..1]
AdditionalText [0..*]
Organization rather OrganizationUnit e.G Sales Departement
OrganizationName e.g. Smith Ltd
Source
 <xs:complexType> 
        <xs:sequence>  
          <xs:element minOccurs="0" name="PersonName" type="PersonNameType"/>  
          <xs:element maxOccurs="unbounded" minOccurs="0" name="AdditionalText" type="xs:string"/>  
          <xs:element minOccurs="0" name="Organization" type="xs:string">   
           </xs:element>  
          <xs:element minOccurs="0" name="OrganizationName" type="xs:string">   
           </xs:element>  
        </xs:sequence> 
      </xs:complexType>

ISOCode3's Anonymous Simple Type (ISOCode3Type)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (ISOCode3Type)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (ISOCode3Type) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Allowable Values
Source
 <xs:simpleType> 
      <xs:restriction base="xs:string">  
        <xs:length value="3"/>  
      </xs:restriction> 
    </xs:simpleType>

AlternativeName's Anonymous Complex Type (AlternativeNameType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AlternativeNameType) AlternativeNameTypeType AlternativeNameTypeType PersonNameType (FormattedNameType) (FormattedNameType) (FamilyNameType) (FamilyNameType) (AffixType) (AffixType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    PersonNameType {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        (AlternativeNameType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
    <xs:complexContent>  
      <xs:extension base="PersonNameType">   
        <xs:attribute name="Type" type="AlternativeNameTypeType"/>   
      </xs:extension>  
    </xs:complexContent> 
  </xs:complexType>

AlternativName's Anonymous Complex Type (AlternativNameType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (AlternativNameType) AlternativNameTypTyp AlternativNameTypTyp PersonenNameTyp (FormattierterNameType) (FormattierterNameType) (FamiliennameType) (FamiliennameType) (AffixType) (AffixType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    PersonenNameTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#}
        (AlternativNameType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Source
 <xs:complexType> 
    <xs:complexContent>  
      <xs:extension base="PersonenNameTyp">   
        <xs:attribute name="Type" type="AlternativNameTypTyp"/>   
      </xs:extension>  
    </xs:complexContent> 
  </xs:complexType>

CompactPersonData's Anonymous Complex Type (CompactPersonDataType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (CompactPersonDataType) CompactPhysicalPersonType CompactPhysicalPersonType CompactPhysicalPerson CompactCorporateBodyType CompactCorporateBodyType CompactCorporateBody InternetAddressType InternetAddressType InternetAddress TelephoneAddressType TelephoneAddressType TelephoneAddress CompactPostalAddressType CompactPostalAddressType CompactPostalAddress
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (CompactPersonDataType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
CompactPhysicalPerson  
CompactCorporateBody  
InternetAddress  
TelephoneAddress  
CompactPostalAddress  
Source
 <xs:complexType> 
    <xs:sequence>  
      <xs:choice>   
        <xs:element ref="CompactPhysicalPerson"/>   
        <xs:element ref="CompactCorporateBody"/>   
      </xs:choice>  
      <xs:choice maxOccurs="unbounded" minOccurs="0">   
        <xs:element ref="InternetAddress"/>   
        <xs:element ref="TelephoneAddress"/>   
        <xs:element ref="CompactPostalAddress"/>   
      </xs:choice>  
    </xs:sequence> 
  </xs:complexType>

relatedPerson's Anonymous Complex Type (relatedPersonType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (relatedPersonType) RelationType RelationType PhysicalPersonType PhysicalPersonType PhysicalPerson
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (relatedPersonType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
TypeOfRelation type of the relationship, compare Verwandschftsgrad
PhysicalPerson  
Source
 <xs:complexType> 
    <xs:sequence>  
      <xs:element maxOccurs="unbounded" minOccurs="0" name="TypeOfRelation" type="RelationType">   
       </xs:element>  
      <xs:element ref="PhysicalPerson"/>  
    </xs:sequence> 
  </xs:complexType>

Verwandter's Anonymous Complex Type (VerwandterType)
Namespace http://reference.e-government.gv.at/namespace/persondata/20020228#
Diagram (VerwandterType) VerwandtschaftsgradTyp VerwandtschaftsgradTyp NatuerlichePersonTyp NatuerlichePersonTyp NatuerlichePerson
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (VerwandterType) {http://reference.e-government.gv.at/namespace/persondata/20020228#}
Content Details
Verwandschaftsgrad type of the relationship
NatuerlichePerson  
Source
 <xs:complexType> 
    <xs:sequence>  
      <xs:element maxOccurs="unbounded" name="Verwandschaftsgrad" type="VerwandtschaftsgradTyp">   
       </xs:element>  
      <xs:element ref="NatuerlichePerson"/>  
    </xs:sequence> 
  </xs:complexType>