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# |
import xmldsig-core-schema.xsd |
TelcomNumberGroup TelekomNummernGruppe |
Complex Type AbstractAddressType | |||
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# | ||
Diagram | |||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||
Content Details |
|
||
Documentation | |||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
Documentation | |||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||
Content Details |
|
||||||
Documentation | |||||||
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 | |||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||
Content Details |
|
||||||||||||
Documentation | |||||||||||||
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 | |||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||
Content Details |
|
||||||||||
Documentation | |||||||||||
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 | |||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||
Content Details |
|
||||||||||||
Documentation | |||||||||||||
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 | |||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||
Content Details |
|
||||||
Documentation | |||||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
Documentation | |||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
Documentation | |||||
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 | |||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||
Content Details |
|
||||||||||||
Documentation | |||||||||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||
Content Details |
|
||||||||||
Documentation | |||||||||||
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 | |||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||
Content Details |
|
||||||
Documentation | |||||||
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 | |
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
Content Details | |
Documentation | |
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 | |
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
Content Details | |
Documentation | |
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||||||||||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||||||||||||
Content Details |
|
||||||||||||||||||||||||||||
Documentation | |||||||||||||||||||||||||||||
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 | |||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||
Content Details |
|
||||||||||||
Documentation | |||||||||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||||
Content Details |
|
||||||||||||||
Documentation | |||||||||||||||
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 | |||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||||
Content Details |
|
||||||||||||||
Documentation | |||||||||||||||
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 | |||||||||||||||||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||||||||||||
Content Details |
|
||||||||||||||||||||||||||||
Documentation | |||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||||||
Content Details |
|
||||||||||||||||||||||
Documentation | |||||||||||||||||||||||
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 | |||||||||||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||||||
Content Details |
|
||||||||||||||||||||||
Documentation | |||||||||||||||||||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
Documentation | |||||||||
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 | |||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||
Content Details |
|
||||||||||||
Documentation | |||||||||||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
Documentation | |||||
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 | |||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||
Content Details |
|
||||||||||||
Documentation | |||||||||||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
Documentation | |||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
Documentation | |||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
Documentation | |||||
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 | |
Inheritance Hierarchy | anySimpleType {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
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 | |
Inheritance Hierarchy | anySimpleType {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
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 | |||||||||||||||||||
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||
Allowable Values |
|
||||||||||||||||||
Documentation | |||||||||||||||||||
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 | |
Inheritance Hierarchy | anySimpleType {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
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 | |
Inheritance Hierarchy | anySimpleType {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
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 | |||||||||||
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
||||||||||
Allowable Values |
|
||||||||||
Documentation | |||||||||||
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 | |||||||||||||||||||
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||
Allowable Values |
|
||||||||||||||||||
Documentation | |||||||||||||||||||
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 | |||||||||||
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
||||||||||
Allowable Values |
|
||||||||||
Documentation | |||||||||||
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 | |||||||||||||||||||
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||
Allowable Values |
|
||||||||||||||||||
Documentation | |||||||||||||||||||
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 | |||||||||
Inheritance Hierarchy | token {http://www.w3.org/2001/XMLSchema} |
||||||||
Allowable Values |
|
||||||||
Documentation | |||||||||
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 | |||||||||||||||||||
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||
Allowable Values |
|
||||||||||||||||||
Documentation | |||||||||||||||||||
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 | |
Inheritance Hierarchy | anySimpleType {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
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 | |||||||
Inheritance Hierarchy | token {http://www.w3.org/2001/XMLSchema} |
||||||
Allowable Values |
|
||||||
Documentation | |||||||
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 | |
Inheritance Hierarchy | integer {http://www.w3.org/2001/XMLSchema} |
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 | |||||||||
Inheritance Hierarchy | token {http://www.w3.org/2001/XMLSchema} |
||||||||
Allowable Values |
|
||||||||
Documentation | |||||||||
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 | |
Inheritance Hierarchy | anySimpleType {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
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 | |||||||
Inheritance Hierarchy | token {http://www.w3.org/2001/XMLSchema} |
||||||
Allowable Values |
|
||||||
Documentation | |||||||
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 | |
Inheritance Hierarchy | anySimpleType {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | anySimpleType {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
Allowable Values | |
Documentation | |
Source | <xs:simpleType name="xStringPatternExtensionType"> <xs:restriction base="xs:string"> <xs:pattern value="x:\S.*"/> </xs:restriction> </xs:simpleType> |
Element AbstractPersonData | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="AbstractPersonData" type="AbstractPersonType"> </xs:element> |
Element AbstractSimpleIdentification | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="AbstractSimpleIdentification" type="xs:string"> </xs:element> |
Element Address | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | AbstractAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Address" type="AbstractAddressType"> </xs:element> |
Element AlternativeName | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | Anonymous (AlternativeNameType) |
Documentation | |
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 | |
Type | Anonymous (AlternativNameType) |
Documentation | |
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 | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Anschlussnummer" type="xs:string"> </xs:element> |
Element AreaCityCode | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="AreaCityCode" type="xs:string"> </xs:element> |
Element BankConnection | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | BankConnectionType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="BankConnection" type="BankConnectionType"> </xs:element> |
Element Bankverbindung | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | BankverbindungTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Bankverbindung" type="BankverbindungTyp"> </xs:element> |
Element Bekenntnis | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | token {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Bekenntnis" type="xs:token"> </xs:element> |
Element Beruf | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Beruf" type="xs:string"> </xs:element> |
Element CompactCorporateBody | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | CompactCorporateBodyType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="CompactCorporateBody" substitutionGroup="Person" type="CompactCorporateBodyType"> </xs:element> |
Element CompactName | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | CompactPersonNameType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="CompactName" type="CompactPersonNameType"> </xs:element> |
Element CompactPersonData | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | Anonymous (CompactPersonDataType) |
Documentation | |
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 | |
Type | CompactPhysicalPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="CompactPhysicalPerson" substitutionGroup="Person" type="CompactPhysicalPersonType"> </xs:element> |
Element CompactPostalAddress | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | CompactPostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="CompactPostalAddress" substitutionGroup="Address" type="CompactPostalAddressType"> </xs:element> |
Element Confession | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | token {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Confession" type="xs:token"> </xs:element> |
Element CorporateBody | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | CorporateBodyType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="CorporateBody" substitutionGroup="Person" type="CorporateBodyType"> </xs:element> |
Element CountryOfBirth | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | token {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="CountryOfBirth" type="xs:token"> </xs:element> |
Element DateOfBirth | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | DateOfBirthType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="DateOfBirth" type="DateOfBirthType"> </xs:element> |
Element DateOfDeath | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | DateOfDeathType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="DateOfDeath" type="DateOfDeathType"> </xs:element> |
Element Ergaenzungsregisterzahl | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
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 | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Extension" type="xs:string"> </xs:element> |
Element Familienstand | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | FamilienstandTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Familienstand" type="FamilienstandTyp"> </xs:element> |
Element Fax | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
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 | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="FormatierteNummer" type="xs:string"> </xs:element> |
Element FormattedNumber | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="FormattedNumber" type="xs:string"> </xs:element> |
Element Geburtsbundesland | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | token {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Geburtsbundesland" type="xs:token"> </xs:element> |
Element Geburtsdatum | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | GeburtsdatumTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Geburtsdatum" type="GeburtsdatumTyp"> </xs:element> |
Element Geburtsort | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Geburtsort" type="xs:string"> </xs:element> |
Element Geburtsstaat | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Geburtsstaat" type="xs:string"> </xs:element> |
Element Geschlecht | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | GeschlechtTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Geschlecht" type="GeschlechtTyp"> </xs:element> |
Element Handy | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="InternationalCountryCode" type="xs:string"> </xs:element> |
Element InternationalerLaendercode | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="InternationalerLaendercode" type="xs:string"> </xs:element> |
Element InternetAddress | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | InternetAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="InternetAddress" substitutionGroup="Address" type="InternetAddressType"> </xs:element> |
Element InternetAdresse | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | InternetAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="InternetAdresse" substitutionGroup="Address" type="InternetAdresseTyp"> </xs:element> |
Element Klappe | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Klappe" type="xs:string"> </xs:element> |
Element KompakteNatuerlichePerson | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | KompakteNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="KompakteNatuerlichePerson" substitutionGroup="Person" type="KompakteNatuerlichePersonTyp"> </xs:element> |
Element KompakteNichtNatuerlichePerson | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | KompakteNichtNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="KompakteNichtNatuerlichePerson" substitutionGroup="Person" type="KompakteNichtNatuerlichePersonTyp"> </xs:element> |
Element KompaktePersonenDaten | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | KompaktePersonenDatenTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="KompaktePersonenDaten" substitutionGroup="AbstractPersonData" type="KompaktePersonenDatenTyp"> </xs:element> |
Element KompaktePostAdresse | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | KompaktePostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="KompaktePostAdresse" substitutionGroup="Address" type="KompaktePostAdresseTyp"> </xs:element> |
Element KompakterPersonenName | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | KompakterPersonenNameTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="KompakterPersonenName" type="KompakterPersonenNameTyp"> </xs:element> |
Element MaritalStatus | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | MaritalStatusType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="MaritalStatus" type="MaritalStatusType"> </xs:element> |
Element Matrikelnummer | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
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 | |
Type | PersonNameType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Name" type="PersonNameType"> </xs:element> |
Element Nationality | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | NationalityType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Nationality" type="NationalityType"> </xs:element> |
Element NationalNumber | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="NationalNumber" type="xs:string"> </xs:element> |
Element NationalNummer | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="NationalNummer" type="xs:string"> </xs:element> |
Element NatuerlichePerson | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | NatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="NatuerlichePerson" substitutionGroup="Person" type="NatuerlichePersonTyp"> </xs:element> |
Element NichtNatuerlichePerson | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | NichtNatuerlichePersonTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="NichtNatuerlichePerson" substitutionGroup="Person" type="NichtNatuerlichePersonTyp"> </xs:element> |
Element Occupation | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Occupation" type="xs:string"> </xs:element> |
Element Pager | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
Type | AbstractPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Person" type="AbstractPersonType"> </xs:element> |
Element PersonData | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | PersonDataType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="PersonData" substitutionGroup="AbstractPersonData" type="PersonDataType"> </xs:element> |
Element PersonenDaten | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | PersonenDatenTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="PersonenDaten" substitutionGroup="AbstractPersonData" type="PersonenDatenTyp"> </xs:element> |
Element PersonenName | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | PersonenNameTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="PersonenName" type="PersonenNameTyp"> </xs:element> |
Element PhysicalPerson | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | PhysicalPersonType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="PhysicalPerson" substitutionGroup="Person" type="PhysicalPersonType"> </xs:element> |
Element PlaceOfBirth | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | token {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="PlaceOfBirth" type="xs:token"> </xs:element> |
Element PostAdresse | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | PostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="PostAdresse" substitutionGroup="Address" type="PostAdresseTyp"> </xs:element> |
Element PostalAddress | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | PostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="PostalAddress" substitutionGroup="Address" type="PostalAddressType"> </xs:element> |
Element relatedPerson | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | Anonymous (relatedPersonType) |
Documentation | |
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 | |
Type | SexType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Sex" type="SexType"> </xs:element> |
Element Sozialversicherungsnummer | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
Type | StaatsangehoerigkeitTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Staatsangehoerigkeit" type="StaatsangehoerigkeitTyp"> </xs:element> |
Element Stammzahl | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
Type | token {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="StateOfBirth" type="xs:token"> </xs:element> |
Element Sterbedatum | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | SterbedatumTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="Sterbedatum" type="SterbedatumTyp"> </xs:element> |
Element Steuernummer | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="SubscriberNumber" type="xs:string"> </xs:element> |
Element Telefon | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
Type | TelefonAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="TelefonAdresse" substitutionGroup="Address" type="TelefonAdresseTyp"> </xs:element> |
Element Telephone | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
Type | TelephoneAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="TelephoneAddress" substitutionGroup="Address" type="TelephoneAddressType"> </xs:element> |
Element TTYTDD | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | TelcomNumberType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="TTYTDD" type="TelcomNumberType"> </xs:element> |
Element TypedPostalAddress | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | TypedPostalAddressType {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="TypedPostalAddress" substitutionGroup="Address" type="TypedPostalAddressType"> </xs:element> |
Element TypisiertePostAdresse | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | TypisiertePostAdresseTyp {http://reference.e-government.gv.at/namespace/persondata/20020228#} |
Documentation | |
Source | <xs:element name="TypisiertePostAdresse" substitutionGroup="Address" type="TypisiertePostAdresseTyp"> </xs:element> |
Element Vereinsnummer | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
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 | |
Type | Anonymous (VerwandterType) |
Documentation | |
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 | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Documentation | |
Source | <xs:element name="Vorwahl" type="xs:string"> </xs:element> |
Element ZMRzahl | |
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# |
Diagram | |
Type | string {http://www.w3.org/2001/XMLSchema} |
Source | <xs:element name="ZMRzahl" substitutionGroup="AbstractSimpleIdentification" type="xs:string"/> |
Model Group TelcomNumberGroup | |||||||||||
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# | ||||||||||
Diagram | |||||||||||
Content Details |
|
||||||||||
Documentation | |||||||||||
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 | |||||||||||
Content Details |
|
||||||||||
Documentation | |||||||||||
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> |
NationalBankConnection's Anonymous Complex Type (NationalBankConnectionType) | |||||
Namespace | http://reference.e-government.gv.at/namespace/persondata/20020228# | ||||
Diagram | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
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 | |
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |||||||||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||||
Content Details |
|
||||||||||||||||||||
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 | |||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||
Content Details |
|
||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |||||||||||||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||||||||||||
Content Details |
|
||||||||||||||||||||
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 | |||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||
Content Details |
|
||||||
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 | |||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||
Content Details |
|
||||||||
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 | |
Inheritance Hierarchy | string {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
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 | |
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
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 | |||||||||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||||||||
Content Details |
|
||||||||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
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 | |||||
Inheritance Hierarchy | anyType {http://www.w3.org/2001/XMLSchema} |
||||
Content Details |
|
||||
Source | <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="Verwandschaftsgrad" type="VerwandtschaftsgradTyp"> </xs:element> <xs:element ref="NatuerlichePerson"/> </xs:sequence> </xs:complexType> |