Table of Contents
Target Namespace
None
Version
1.1
Element and Attribute Namespaces
Global element and attribute declarations belong to this schema's target namespace.
By default, local element declarations belong to this schema's target namespace.
By default, local attribute declarations have no namespace.
Declared Namespaces
Prefix
Namespace
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema
Schema Component Representation
<
xsd:schema elementFormDefault ="
qualified "
attributeFormDefault ="
unqualified "
version ="
1.1 ">
...
</
xsd:schema >
Name
degreeProgrammes
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
degreeProgrammes ist das Wurzelelement der Studiengänge
XML Instance Representation
<degreeProgrammes
version="1.1 [0..1] ? " >
</degreeProgrammes>
Schema Component Representation
<
xsd:element name ="
degreeProgrammes ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
<
xsd:attribute name ="
version "
type ="
xsd :string"
fixed ="
1.1 "/>
</
xsd:complexType >
</
xsd:element >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
accredited="xsd :string (value comes from list: {'true'|'false'}) [1] " />
Schema Component Representation
<
xsd:complexType name ="
typeAccreditation ">
<
xsd:attribute name ="
accredited "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeAddress
Abstract
no
Documentation
Adressdaten
XML Instance Representation
<...>
<postal_address>
typeName </postal_address>
[0..*] ?
<postal_city>
typeName </postal_city>
[0..*] ?
<postal_zip_big>
typeName </postal_zip_big>
[0..*] ?
<postal_city_big>
typeName </postal_city_big>
[0..*] ? </...>
Schema Component Representation
<
xsd:complexType name ="
typeAddress ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
street "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
zip "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
city "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
postal_address "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
postal_zip "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
postal_city "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
postal_zip_big "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
postal_city_big "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<adm_w_abitur_subject_restr_HEI_qualific>
typeRequiredTrueFalse </adm_w_abitur_subject_restr_HEI_qualific>
[0..*] ?
<adm_w_abitur_link>
typeName </adm_w_abitur_link>
[0..*] ?
</...>
Schema Component Representation
<
xsd:complexType name ="
typeAdm_w_abitur ">
<
xsd:sequence >
<
xsd:element name ="
adm_w_abitur_master_craftsman "
type ="
typeRequiredTrueFalse "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
adm_w_abitur_apprenticeship "
type ="
typeRequiredTrueFalse "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
adm_w_abitur_trial_course "
type ="
typeRequiredTrueFalse "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
adm_w_abitur_probation "
type ="
typeRequiredTrueFalse "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
adm_w_abitur_counsel_apprenticeship "
type ="
typeRequiredTrueFalse "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
adm_w_abitur_counsel "
type ="
typeRequiredTrueFalse "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
adm_w_abitur_subject_restr_HEI_qualific "
type ="
typeRequiredTrueFalse "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
adm_w_abitur_note "
type ="
typeNameAsChild "
minOccurs ="
0 "/>
<
xsd:element name ="
adm_w_abitur_link "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
contact "
type ="
typeContact "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeAdm_w_abitur_minimum_grade
Abstract
no
XML Instance Representation
<...
required="xsd :string (value comes from list: {'true'|'false'}) [0..1] " grade="xsd :decimal [0..1] " />
Schema Component Representation
<
xsd:complexType name ="
typeAdm_w_abitur_minimum_grade ">
<
xsd:attribute name ="
required "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
grade "
type ="
xsd :decimal"
use ="
optional ">
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeAdm_w_abitur_prep_course
Abstract
no
XML Instance Representation
<...
possible="xsd :string (value comes from list: {'true'|'false'}) [0..1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeAdm_w_abitur_prep_course ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "/>
</
xsd:sequence >
<
xsd:attribute name ="
possible "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
id="xsd :string [1] " contact_type="xsd :integer [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeContact ">
<
xsd:sequence >
<
xsd:element name ="
address "
type ="
typeAddress "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
phone "
type ="
typePhone "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
fax "
type ="
typePhone "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
homepage "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
e_mail "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
role "
type ="
typeContactRole "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
location "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
id "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
contact_type "
type ="
xsd :integer"
use ="
optional "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeContactRole
Abstract
no
Documentation
Persondaten
XML Instance Representation
<...
id="xsd :integer [0..1] " >
<contact_name>
typeName </contact_name>
[0..*] ?
</...>
Schema Component Representation
<
xsd:complexType name ="
typeContactRole ">
<
xsd:sequence >
<
xsd:element name ="
contact_name "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
function_type "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
function_name "
type ="
typeNameAsChild "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
phone "
type ="
typePhone "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
fax "
type ="
typePhone "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
e_mail "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
id "
type ="
xsd :integer"
use ="
optional "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeContacts ">
<
xsd:sequence >
<
xsd:element name ="
contact "
type ="
typeContact "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeCooperation ">
<
xsd:sequence >
<
xsd:element name ="
institution "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeDeadline
Abstract
no
Documentation
Art der Frist mit Anfang, Ende und Kommentar. Art der Frist:
application_restricted=Bewerbungsfrist zulassungsbeschränkte Studiengänge;
application_unrestricted=Anmeldungsfrist zulassungsfreie Studiengänge;
application_eu=Bewerbungsfrist für EU-Ausländer;
application_non_eu=Bewerbungsfrist für Nicht-EU-Ausländer;
lecture_period=Vorlesungszeit;
registration_unrestricted=Einschreibfrist zulassungsfreie Studiengänge;
application_unrestricted_eu=Bewerbungsfrist zulassungsfreie Studiengänge für EU-Ausländer;
application_unrestricted_non_eu=Bewerbungsfrist zulassungsfreie Studiengänge für EU-Ausländer;
registration_restricted=Einschreibfrist zulassungsbeschränkte Studiengänge
application_aptitude_test=Anmeldefrist für das Auswahlverfahren
aptitude_test=Eignungsprüfungsfrist
XML Instance Representation
<...
name="xsd :string [0..1] ? " termtype="xsd :string [0..1] ? " term="xsd :string [0..1] ? " type="xsd :string [0..1] ? " begin="xsd :string [0..1] ? " end="xsd :string [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeDeadline ">
<
xsd:sequence >
<
xsd:element name ="
comment "
type ="
typeNameAsChild "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
name "
type ="
xsd :string"
use ="
optional "/>
<
xsd:attribute name ="
termtype "
type ="
xsd :string"
use ="
optional "/>
<
xsd:attribute name ="
term "
type ="
xsd :string"
use ="
optional "/>
<
xsd:attribute name ="
type "
type ="
xsd :string"
use ="
optional "/>
<
xsd:attribute name ="
begin "
type ="
xsd :string"
use ="
optional "/>
<
xsd:attribute name ="
end "
type ="
xsd :string"
use ="
optional "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeDegreeInternational
Abstract
no
XML Instance Representation
<...
possible="xsd :string (value comes from list: {'true'|'false'}) [1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeDegreeInternational ">
<
xsd:sequence >
</
xsd:sequence >
<
xsd:attribute name ="
possible "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeDegreeInternationalPartner
Abstract
no
XML Instance Representation
<...
id="xsd :string [0..1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeDegreeInternationalPartner ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "/>
<
xsd:element name ="
country "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
degreeName "
type ="
typeNameAsChild "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
<
xsd:attribute name ="
id "
type ="
xsd :string"
use ="
optional "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeDegreeProgramme
Abstract
no
Documentation
Beschreibung eine Studiengangs (je nach Vertrag mit der HRK sind nicht alle Felder im Export enthalten)
XML Instance Representation
<...
id="xsd :string [1] " type="xsd :string [1] " deleted="xsd :string (value comes from list: {'true'|'false'}) [0..1] " subject_indicator="xsd :string (value comes from list: {'N'}) [0..1] " >
<admission_link>
typeName </admission_link>
[0..*] ?
</...>
Schema Component Representation
<
xsd:complexType name ="
typeDegreeProgramme ">
<
xsd:sequence >
<
xsd:element name ="
state "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
institution "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
subject "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
internalDegree "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
degree "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
degreeName "
type ="
typeNameAsChild "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
master_type "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
disciplines "
type ="
typeDisciplines "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
teachingdegrees "
type ="
typeTeachingdegrees "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
locations "
type ="
typeLocations "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
modes_of_study "
type ="
typeModes_of_study "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
fields_of_study "
type ="
typeFields_of_study "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
duration "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
admission_term "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
admission_mode "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
admission_requirement "
type ="
typeNameAsChild "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
admission_link "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
contacts "
type ="
typeContacts "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
comment "
type ="
typeNameAsChild "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
fee "
type ="
typeFee "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
target_group "
type ="
typeNameAsChild "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
homepage "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
cooperation "
type ="
typeCooperation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
accreditation "
type ="
typeAccreditation "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
adm_w_abitur "
type ="
typeAdm_w_abitur "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
<
xsd:attribute name ="
id "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
type "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
deleted "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
subject_indicator "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="N "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeDegreeprogramme_deadlines
Abstract
no
Documentation
Fristen und Termine einzelner Studiengänge
Schema Component Representation
<
xsd:complexType name ="
typeDegreeprogramme_deadlines ">
<
xsd:sequence >
<
xsd:element name ="
deadline "
type ="
typeDeadline "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeDelivery
Abstract
no
Documentation
Beschreibung der Lieferung (eindeutige ID, Datum)
XML Instance Representation
<...
id="xsd :integer [1] ? " date="xsd :string [1] ? " version="xsd :string [1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeDelivery ">
<
xsd:sequence >
<
xsd:element name ="
degreeProgramme "
type ="
typeDegreeProgramme "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
id "
type ="
xsd :integer"
use ="
required "/>
<
xsd:attribute name ="
date "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
version "
type ="
xsd :string"
use ="
required "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
id="xsd :string [0..1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeDiscipline ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xsd:element name ="
area_of_study "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
subject_group "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
<
xsd:attribute name ="
id "
type ="
xsd :string"
use ="
optional "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeDisciplines ">
<
xsd:sequence >
<
xsd:element name ="
discipline "
type ="
typeDiscipline "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeDuration ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeFee
Abstract
no
Documentation
Beschreibung Studienbeiträge
Schema Component Representation
<
xsd:complexType name ="
typeFee ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "/>
<
xsd:element name ="
comment "
type ="
typeNameAsChild "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
amount "
type ="
xsd :decimal"
use ="
optional "/>
<
xsd:attribute name ="
link "
type ="
xsd :string"
use ="
optional "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeFields_of_study ">
<
xsd:sequence >
<
xsd:element name ="
field_of_study "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
id="xsd :string [1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeIdAndName ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
id "
type ="
xsd :string"
use ="
required "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...
id="xsd :string [1] " isMain="xsd :string (value comes from list: {'true'|'false'}) [0..1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeIdAndNameAndIsMain ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
id "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
isMain "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeLocations ">
<
xsd:sequence >
<
xsd:element name ="
location "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeModes_of_study ">
<
xsd:sequence >
<
xsd:element name ="
mode_of_study "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
xsd :string < typeName (by extension)
Sub-types:
None
Name
typeName
Abstract
no
Documentation
Generisches Element für Name (deutsch)
XML Instance Representation
<...
lang="xsd :string (value comes from list: {'de'|'en'}) [0..1] " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
typeName ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
lang "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="de "/>
<xsd:enumeration value ="en "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeNameAsChild
Abstract
no
Documentation
Bezeichnungstext
Schema Component Representation
<
xsd:complexType name ="
typeNameAsChild ">
<
xsd:sequence >
<
xsd:element name ="
name "
type ="
typeName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
xsd :integer < typeNumber (by extension)
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeNumber ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :integer"/>
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
xsd :string < typePhone (by extension)
Sub-types:
None
XML Instance Representation
<...
prefix="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
typePhone ">
<
xsd:simpleContent >
<
xsd:extension base ="
xsd :string">
<
xsd:attribute name ="
prefix "
type ="
xsd :string"
use ="
optional "/>
</
xsd:extension >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typePossibleTrueFalse
Abstract
no
Documentation
Möglich (wahr, falsch)
XML Instance Representation
<...
possible="xsd :string (value comes from list: {'true'|'false'}) [1] " />
Schema Component Representation
<
xsd:complexType name ="
typePossibleTrueFalse ">
<
xsd:attribute name ="
possible "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeRequiredTrueFalse
Abstract
no
Documentation
Verpflichtung (wahr, falsch)
XML Instance Representation
<...
required="xsd :string (value comes from list: {'true'|'false'}) [0..1] " />
Schema Component Representation
<
xsd:complexType name ="
typeRequiredTrueFalse ">
<
xsd:attribute name ="
required "
use ="
optional ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xsd:complexType name ="
typeTeaching_languages ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
typeTeachingdegrees
Abstract
no
Documentation
Lehramtsbefähigung möglich (wahr, falsch)
XML Instance Representation
<...
possible="xsd :string (value comes from list: {'true'|'false'}) [1] " >
</...>
Schema Component Representation
<
xsd:complexType name ="
typeTeachingdegrees ">
<
xsd:sequence >
<
xsd:element name ="
teachingdegree "
type ="
typeIdAndName "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
possible "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
xsd :integer < typeDurationUnit (by restriction)
Sub-types:
None
Name
typeDurationUnit
Content
value comes from list: {'0'|'1'|'2'|'3'|'4'|'5'}
Documentation
Zeiteinheiten für Studium
Schema Component Representation
<
xsd:simpleType name ="
typeDurationUnit ">
<
xsd:restriction base ="
xsd :integer">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
<xsd:enumeration value ="2 "/>
<xsd:enumeration value ="3 "/>
<xsd:enumeration value ="4 "/>
<xsd:enumeration value ="5 "/>
</
xsd:restriction >
</
xsd:simpleType >
Complex Type:
Schema Component Type
AusAddress
Schema Component Name
Super-types:
Address < AusAddress (by extension)
Sub-types:
QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia " >
<unitNo> string </unitNo> [0..1] <houseNo> string </houseNo> [1] <street> string </street> [1] Start Choice [1] <city> string </city> [1] <town> string </town> [1] End Choice <state> AusStates </state> [1] <postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ? </...>
The XML Instance Representation table above shows the schema component's content as an XML instance.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ... End Choice.
For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown
in bold .
If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link is provided to it.
For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside
the attribute or next to the element is clicked, e.g. <postcode>.
Schema Component Representation
<complexType name ="AusAddress "> <complexContent > <extension base ="Address "> <sequence > <element name ="state " type ="AusStates "/> <element name ="postcode "> <simpleType > <restriction base ="string "> <pattern value ="[1-9][0-9]{3} "/> </restriction > </simpleType > </element > </sequence > <attribute name ="country " type ="string " fixed ="Australia "/> </extension > </complexContent > </complexType >
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations
are not shown.)
Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate
an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract
element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.
All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all .
Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice .
Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous
sequences of space characters into single space character, and remove leading and trailing space characters.
Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods , e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that
have types derived from the element declaration's type using the specified derivation methods. Normally, element instances
can override their declaration's type by specifying an xsi:type
attribute.
Key Constraint Like Uniqueness Constraint , but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint . See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group
of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups .
Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil
attribute. The xsi:nil
attribute is the boolean attribute, nil , from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil
attribute set to true, it can be left empty, even though its element declaration may have required content.
Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION,
must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations .
Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.
Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.
Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from
validating element instances in place of the given type definition.
Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).
Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence .
Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.
Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a
given element declaration, if they have types that are derived from the original element's type using the specified derivation
methods.
Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided,
then the schema components do not belong to any namespace.
Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .