<xs:schema xmlns="http://support.zcu.cz" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://support.zcu.cz" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Data">
		<xs:annotation>
			<xs:documentation>Přenášená data</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
			<xs:element name="BasicPersonInformation">
				<xs:annotation>
					<xs:documentation>Základní údaje o osobě</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
							<xs:element name="DataBoxAddress" type="xs:string">
								<xs:annotation>
									<xs:documentation>Adresa datové schránky / DataBoxAddress</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentPartOfTown" type="xs:string">
								<xs:annotation>
									<xs:documentation>ID části obce bydliště / AddressPermanentPartOfTown</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryPartOfTown" type="xs:string">
								<xs:annotation>
									<xs:documentation>ID části obce přechodného bydliště / AddressDeliveryPartOfTown</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PassportNumber" type="xs:string">
								<xs:annotation>
									<xs:documentation>Číslo pasu / PassportNumber</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="StreetNumber" type="xs:string">
								<xs:annotation>
									<xs:documentation>Číslo / StreetNumber</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HealthInsuranceCompanyCode" type="xs:integer">
								<xs:annotation>
									<xs:documentation>Identifikační kód pojišťovny / HealthInsuranceCompanyCode</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DateOfBirth" type="xs:date">
								<xs:annotation>
									<xs:documentation>Datum narozeni / DateOfBirth</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Children" type="xs:integer">
								<xs:annotation>
									<xs:documentation>Dětí / Children</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Email" type="xs:string">
								<xs:annotation>
									<xs:documentation>E-mail / Email</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IZO" type="xs:string">
								<xs:annotation>
									<xs:documentation>IZO číslo školy / IZO</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Name" type="xs:string">
								<xs:annotation>
									<xs:documentation>Jméno / Name</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HighSchoolGraduationYear" type="xs:date">
								<xs:annotation>
									<xs:documentation>Datum maturity / HighSchoolGraduationYear</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PlaceOfBirth" type="xs:string">
								<xs:annotation>
									<xs:documentation>Místo narození / PlaceOfBirth</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CellPhone" type="xs:string">
								<xs:annotation>
									<xs:documentation>Číslo mobilního telefonu / CellPhone</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HealthIssuesReported" type="xs:string">
								<xs:annotation>
									<xs:documentation>Nemocensky hlášen (A/N) / HealthIssuesReported</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IdentityCardNumber" type="xs:string">
								<xs:annotation>
									<xs:documentation>Obč. průkaz / IdentityCardNumber</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TypeOfCitizenship" type="xs:string">
								<xs:annotation>
									<xs:documentation>Kvalifikace občanství / TypeOfCitizenship</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentCityForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Obec bydliště v cizině / AddressPermanentCityForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentCity" type="xs:string">
								<xs:annotation>
									<xs:documentation>ID obce trvalého bydliště / AddressPermanentCity</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryCity" type="xs:string">
								<xs:annotation>
									<xs:documentation>ID obce přechodného bydliště / AddressDeliveryCity</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ApplicantApplyingFrom" type="xs:string">
								<xs:annotation>
									<xs:documentation>Odkud přichází / ApplicantApplyingFrom</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentRegionForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Okres bydliště v cizině / AddressPermanentRegionForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentRegion" type="xs:string">
								<xs:annotation>
									<xs:documentation>Identifikační kód okresu bydliště / AddressPermanentRegion</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryRegion" type="xs:string">
								<xs:annotation>
									<xs:documentation>Identifikační kód okresu přechodného bydliště / AddressDeliveryRegion</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Sex" type="xs:string">
								<xs:annotation>
									<xs:documentation>Pohlaví / Sex</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentPostOfficeForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Pošta v cizině / AddressPermanentPostOfficeForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryStreetNumber" type="xs:string">
								<xs:annotation>
									<xs:documentation>Přechodné bydliště - číslo / AddressDeliveryStreetNumber</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryCityForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Obec kontaktní adresy v cizině / AddressDeliveryCityForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryRegionForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Okres kontaktní adresy v cizině / AddressDeliveryRegionForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryPostOfficeForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Pošta kontaktní adresy v cizině / AddressDeliveryPostOfficeForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryPostalCodeForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>PSČ kontaktní adresy v cizině / AddressDeliveryPostalCodeForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryStreet" type="xs:string">
								<xs:annotation>
									<xs:documentation>Přechodné bydliště - ulice / AddressDeliveryStreet</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Surname" type="xs:string">
								<xs:annotation>
									<xs:documentation>Příjmení / Surname</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentPostalCode" type="xs:string">
								<xs:annotation>
									<xs:documentation>PSČ bydliště / AddressPermanentPostalCode</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentPostalCodeForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>PSČ v cizině / AddressPermanentPostalCodeForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressDeliveryPostalCode" type="xs:string">
								<xs:annotation>
									<xs:documentation>PSČ přechodného bydliště / AddressDeliveryPostalCode</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="BirthCode" type="xs:string">
								<xs:annotation>
									<xs:documentation>Rodné číslo / BirthCode</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="BirthSurname" type="xs:string">
								<xs:annotation>
									<xs:documentation>Rodné příjmení / BirthSurname</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AddressPermanentCountry">
								<xs:annotation>
									<xs:documentation>Identifikační kód státu bydliště / AddressPermanentCountry</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="xs:string">
											<xs:attribute name="CountryId" type="xs:integer" />
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="PlaceOfBirthCountry">
								<xs:annotation>
									<xs:documentation>Identifikační kód státu narození / PlaceOfBirthCountry</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="xs:string">
											<xs:attribute name="CountryId" type="xs:integer" />
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="NationalityCountry">
								<xs:annotation>
									<xs:documentation>Identifikační kód státu občanství / NationalityCountry</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="xs:string">
											<xs:attribute name="CountryId" type="xs:integer" />
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="AddressDeliveryCountry">
								<xs:annotation>
									<xs:documentation>Identifikační kód státu přechodného bydliště / AddressDeliveryCountry</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="xs:string">
											<xs:attribute name="CountryId" type="xs:integer" />
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="SecondarySchoolCountry">
								<xs:annotation>
									<xs:documentation>Stát, ve kterém byla absolvována střední škola / SecondarySchoolCountry</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="xs:string">
											<xs:attribute name="CountryId" type="xs:integer" />
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="MartialStatus" type="xs:string">
								<xs:annotation>
									<xs:documentation>Stav / MartialStatus</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HighSchoolNameForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Označení stř. školy v cizině / HighSchoolNameForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HighSchoolCityForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Místo absolvované střední školy mimo ČR / HighSchoolCityForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HighSchoolStudyBranchForeign" type="xs:string">
								<xs:annotation>
									<xs:documentation>Absolvovaný obor na střední škole mimo ČR / HighSchoolStudyBranchForeign</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PreviousEducation" type="xs:string">
								<xs:annotation>
									<xs:documentation>Stupeň předchozího vzdělání / PreviousEducation</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Phone" type="xs:string">
								<xs:annotation>
									<xs:documentation>Telefon / Phone</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DegreeInFront" type="xs:string">
								<xs:annotation>
									<xs:documentation>Titul před jménem / DegreeInFront</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="DegreeAfter" type="xs:string">
								<xs:annotation>
									<xs:documentation>Titul za jménem / DegreeAfter</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PermanentResidenceInCz" type="xs:string">
								<xs:annotation>
									<xs:documentation>Trvalý pobyt v ČR / PermanentResidenceInCz</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountOwnerAddress" type="xs:string">
								<xs:annotation>
									<xs:documentation>Adresa majitele účtu / AccountOwnerAddress</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountBankCode" type="xs:string">
								<xs:annotation>
									<xs:documentation>Kód (číslo) banky / AccountBankCode</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountEuroAddress" type="xs:string">
								<xs:annotation>
									<xs:documentation>Adresa majitele účtu / AccountEuroAddress</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountEuroBank" type="xs:string">
								<xs:annotation>
									<xs:documentation>Kód (číslo) banky / AccountEuroBank</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountEuroIBANCode" type="xs:string">
								<xs:annotation>
									<xs:documentation>Úvodní 4 znaky z mezinárodního čísla účtu / AccountEuroIBANCode</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountEuroOwner" type="xs:string">
								<xs:annotation>
									<xs:documentation>Majitel účtu / AccountEuroOwner</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountEuroCurrency" type="xs:string">
								<xs:annotation>
									<xs:documentation>Měna ve které je účet veden / AccountEuroCurrency</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountEuroPrefix" type="xs:string">
								<xs:annotation>
									<xs:documentation>Předčíslí účtu / AccountEuroPrefix</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountEuroSuffix" type="xs:string">
								<xs:annotation>
									<xs:documentation>Číslo účtu / AccountEuroSuffix</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="IBANCode" type="xs:string">
								<xs:annotation>
									<xs:documentation>Kód banky IBAN / IBANCode</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountOwner" type="xs:string">
								<xs:annotation>
									<xs:documentation>Majitel účtu / AccountOwner</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountCurrency" type="xs:string">
								<xs:annotation>
									<xs:documentation>Měna účtu / AccountCurrency</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountPrefix" type="xs:string">
								<xs:annotation>
									<xs:documentation>Předčíslí účtu / AccountPrefix</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AccountSuffix" type="xs:string">
								<xs:annotation>
									<xs:documentation>Číslo účtu / AccountSuffix</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Street" type="xs:string">
								<xs:annotation>
									<xs:documentation>Ulice / Street</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="RequestDormitoryAccommodation" type="xs:string">
								<xs:annotation>
									<xs:documentation>Žádá o kolej (A/N) / RequestDormitoryAccommodation</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="RequestDormitoryAccommodationDate" type="xs:date">
								<xs:annotation>
									<xs:documentation>Datum podání žádosti o kolej / RequestDormitoryAccommodationDate</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="RequestAccomodationGrant" type="xs:string">
								<xs:annotation>
									<xs:documentation>Žádá o ubytovací stipendium (A/N) / RequestAccomodationGrant</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="RequestAccomodationGrantDate" type="xs:date">
								<xs:annotation>
									<xs:documentation>Datum podání žádosti o ubytovací stipendium / RequestAccomodationGrantDate</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="RequestAccomodationGrantRightfully" type="xs:string">
								<xs:annotation>
									<xs:documentation>Žádá o ubytovací stipendium právem / RequestAccomodationGrantRightfully</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="RequestAccomodationGrantPrintingDate" type="xs:date">
								<xs:annotation>
									<xs:documentation>Datum vytištění rozhodnutí / RequestAccomodationGrantPrintingDate</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="HealthSpecificsNeedsConsideration" type="xs:string">
								<xs:annotation>
									<xs:documentation>Ano-ne-a případné další stavy u povinné položky zdr_specifika / HealthSpecificsNeedsConsideration</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ReportedToHealthInsuranceCompany" type="xs:string">
								<xs:annotation>
									<xs:documentation>Nahlášen zdravotní pojišťovně / ReportedToHealthInsuranceCompany</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="UserName" type="xs:string">
								<xs:annotation>
									<xs:documentation>Uživatelské jméno / UserName</xs:documentation>
								</xs:annotation>
							</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Applications">
				<xs:annotation>
					<xs:documentation>Přihlášky</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
					<xs:element name="ApplicationsApplicant">
						<xs:annotation>
							<xs:documentation>Přihlášky uchazeče</xs:documentation>
						</xs:annotation>
						<xs:complexType>
							<xs:sequence>
							<xs:element name="ApplicationApplicant" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Informace z jedné přihlášky uchazeče</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
											<xs:element name="PaymentDeadline" type="xs:date">
												<xs:annotation>
													<xs:documentation>Deadline pro platbu / PaymentDeadline</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ElectronicApplicationDeadline" type="xs:date">
												<xs:annotation>
													<xs:documentation>Deadline pro epřihlášku / ElectronicApplicationDeadline</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PaymentInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k úhradě poplatku / PaymentInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="LatePaymentInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace zasílaná v e-mailu uchazeči v případě pozdní platby / LatePaymentInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PreviousHighSchoolStudyInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k vyplňování předchozího studia na střední škole / PreviousHighSchoolStudyInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicationPrintingInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k tisku prihlášky / ApplicationPrintingInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudentTypeInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k výběru typu studenta / StudentTypeInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PreviousUniStudyInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k vyplňování předchozího studia na vysoké škole / PreviousUniStudyInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="GradesEnteringInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k vyplňování známek z předchozího studia / GradesEnteringInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AdmissionLimit" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Hranice bodů pro přijetí / AdmissionLimit</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AdmissionLimitWithoutAdmissionProcedure" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Hranice bodů pro přijetí bez PŘ / AdmissionLimitWithoutAdmissionProcedure</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AdmissionProcedureRound" type="xs:integer">
												<xs:annotation>
													<xs:documentation>Kolo přijímacího řízení / AdmissionProcedureRound</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudyPlace" type="xs:string">
												<xs:annotation>
													<xs:documentation>Místo studia / StudyPlace</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudyBranchName" type="xs:string">
												<xs:annotation>
													<xs:documentation>Název přijímacího oboru / StudyBranchName</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="NotePublicCommittee" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zveřejňuje se uchazečům na portále ve výsledcích přijímacího řízení / NotePublicCommittee</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DecisionText" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zdůvodnění rozhodnutí o přijetí či nepřijetí / DecisionText</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="MedicalOpinionRequired" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zda je pro tento přijímací obor požadován lékařský posudek pro kontrolu zdravotní způsobilosti / MedicalOpinionRequired</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="WebInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace na web / WebInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Score" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Počet bodů / Score</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ScoreWithoutAdmissionProcedure" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Počet bodů bez přijímacího řízení / ScoreWithoutAdmissionProcedure</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="FileNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo spisu / FileNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicationDeliveryDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum doručení přihlášky / ApplicationDeliveryDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AdmissionDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum přijetí / AdmissionDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DeansDecisionDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum rozhodnutí děkana / DeansDecisionDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DeansDecision" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rozhodnutí děkana / DeansDecision</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralDepartmentAbbrevitation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zkratka pracoviště doktoranda – katedra, kde bude studovat / DoctoralDepartmentAbbrevitation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralStudyPlanName" type="xs:string">
												<xs:annotation>
													<xs:documentation>Název studijního plánu doktoranda. / DoctoralStudyPlanName</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralSupervisionId" type="xs:integer">
												<xs:annotation>
													<xs:documentation>Identifikátor učitele doktoranda, který má být jeho školitelem / DoctoralSupervisionId</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Language" type="xs:string">
												<xs:annotation>
													<xs:documentation>Jazyk / Language</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DormitoryWaitingListPosition" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Pořadí v pořadníku na ubytování na koleji / DormitoryWaitingListPosition</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DormitoryAllocationState" type="xs:string">
												<xs:annotation>
													<xs:documentation>Stav rozhodnutí o přidělení koleje v př. řízení. / DormitoryAllocationState</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="CommitteeDesicionDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum rozhodnutí komise / CommitteeDesicionDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="CommitteeDesicion" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rozhodnutí komise / CommitteeDesicion</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicationIsComplete" type="xs:string">
												<xs:annotation>
													<xs:documentation>Přihláška je kompletní / ApplicationIsComplete</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="KnowsSchoolFrom" type="xs:string">
												<xs:annotation>
													<xs:documentation>Odkud se uchazeč dozvěděl o naší škole / KnowsSchoolFrom</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicantAppealed" type="xs:string">
												<xs:annotation>
													<xs:documentation>Uchazeč se odvolal / ApplicantAppealed</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="FeeValue" type="xs:string">
												<xs:annotation>
													<xs:documentation>Poplatek / FeeValue</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="NoteForApplicant" type="xs:string">
												<xs:annotation>
													<xs:documentation>Poznámka pro uchazeče / NoteForApplicant</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicantStudyBranchPriority" type="xs:integer">
												<xs:annotation>
													<xs:documentation>Priorita oboru u uchazeče / ApplicantStudyBranchPriority</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AttendEntranceExam" type="xs:string">
												<xs:annotation>
													<xs:documentation>Přišel uchazeč k přijímacím zkouškám? / AttendEntranceExam</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RectorDesicionDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum rozhodnutí rektora / RectorDesicionDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RectorDesicion" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rozhodnutí rektora / RectorDesicion</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Year" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rok / Year</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudentType" type="xs:string">
												<xs:annotation>
													<xs:documentation>Typ studenta / StudentType</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="CanPass" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vyhovuje získaný počet bodů podmínkám pro přijetí? / CanPass</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="CanPassWithoutEntranceExam" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vyhovuje získaný počet bodů podmínkám pro přijetí bez PŘ? / CanPassWithoutEntranceExam</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RegistrationResult" type="xs:string">
												<xs:annotation>
													<xs:documentation>Výsledek zápisu / RegistrationResult</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RequestDormitoryAccommodation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Žádá o kolej? / RequestDormitoryAccommodation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="FeePaid" type="xs:string">
												<xs:annotation>
													<xs:documentation>Uchazeč zaplatil polatek (A/N) / FeePaid</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Name" type="xs:string">
												<xs:annotation>
													<xs:documentation>Jméno / Name</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Surname" type="xs:string">
												<xs:annotation>
													<xs:documentation>Přijmení / Surname</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="BirthSurname" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rodné přijmení / BirthSurname</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DegreeInFront" type="xs:string">
												<xs:annotation>
													<xs:documentation>Titul před / DegreeInFront</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DegreeAfter" type="xs:string">
												<xs:annotation>
													<xs:documentation>Titul za / DegreeAfter</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="BirthCode" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rodné číslo / BirthCode</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Sex" type="xs:string">
												<xs:annotation>
													<xs:documentation>Pohlaví / Sex</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="IdentityCardNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo OP / IdentityCardNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PassportNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo pasu / PassportNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="QualificatorOfCitizenship" type="xs:string">
												<xs:annotation>
													<xs:documentation>Kvalifikátor občanství / QualificatorOfCitizenship</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="QualificatorOfCitizenshipId" type="xs:integer">
												<xs:annotation>
													<xs:documentation>ID státu daného občanství / QualificatorOfCitizenshipId</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Nationality" type="xs:string">
												<xs:annotation>
													<xs:documentation>Státní příslušnost / Nationality</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HealthSpecificsNeedsConsideration" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zohlednění specifických potřeb / HealthSpecificsNeedsConsideration</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="MartialStatus" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rodinný stav / MartialStatus</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentCountry">
												<xs:annotation>
													<xs:documentation>Stát - bydliště / AddressPermanentCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="AddressPermanentCity" type="xs:string">
												<xs:annotation>
													<xs:documentation>Obec - bydliště v ČR / AddressPermanentCity</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentRegion" type="xs:string">
												<xs:annotation>
													<xs:documentation>Okres - bydliště v ČR / AddressPermanentRegion</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentPartOfTown" type="xs:string">
												<xs:annotation>
													<xs:documentation>Část obce - bydliště / AddressPermanentPartOfTown</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentPostalCode" type="xs:string">
												<xs:annotation>
													<xs:documentation>PSČ - bydliště v ČR / AddressPermanentPostalCode</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentStreet" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ulice - bydliště v ČR / AddressPermanentStreet</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentStreetNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo domu - bydliště / AddressPermanentStreetNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PermanentResidenceInCz" type="xs:string">
												<xs:annotation>
													<xs:documentation>Trvalý pobyt na území ČR / PermanentResidenceInCz</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryCountry">
												<xs:annotation>
													<xs:documentation>Stát - doručovací / AddressDeliveryCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="AddressDeliveryCity" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID obce - doručovací v ČR / AddressDeliveryCity</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryRegion" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID okresu - doručovací v ČR / AddressDeliveryRegion</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryPartOfTown" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID části obce - doručovací / AddressDeliveryPartOfTown</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryPostalCode" type="xs:string">
												<xs:annotation>
													<xs:documentation>PSČ - doručovací v ČR / AddressDeliveryPostalCode</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryStreet" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ulice - doručovací / AddressDeliveryStreet</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryStreetNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo domu - doručovací / AddressDeliveryStreetNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DeliveryPhone" type="xs:string">
												<xs:annotation>
													<xs:documentation>Telefon - doručovací / DeliveryPhone</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentCityForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Obec - bydliště mimo ČR / AddressPermanentCityForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentRegionForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Okres - bydliště mimo ČR / AddressPermanentRegionForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentPostalCodeForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>PSČ - bydliště mimo ČR / AddressPermanentPostalCodeForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentStreetForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ulice - bydliště mimo ČR / AddressPermanentStreetForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentPostOfficeForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Pošta (jinde přes PSČ z číselníku) - bydliště mimo ČR / AddressPermanentPostOfficeForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryCityForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID obce - doručovací mimo ČR / AddressDeliveryCityForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryRegionForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID okresu - doručovací mimo ČR / AddressDeliveryRegionForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryPostalCodeForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>PSČ kontaktní adresy v cizině / AddressDeliveryPostalCodeForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryPostOfficeForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Pošta (jinde přes PSČ z číselníku) - doručovací mimo ČR / AddressDeliveryPostOfficeForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Phone" type="xs:string">
												<xs:annotation>
													<xs:documentation>Telefon / Phone</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Email" type="xs:string">
												<xs:annotation>
													<xs:documentation>E-mail / Email</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DateOfBirth" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum narození / DateOfBirth</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PlaceOfBirthCountry">
												<xs:annotation>
													<xs:documentation>Místo narození - stát / PlaceOfBirthCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="PlaceOfBirthPlace" type="xs:string">
												<xs:annotation>
													<xs:documentation>Místo narození - místo / PlaceOfBirthPlace</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplyingFrom" type="xs:string">
												<xs:annotation>
													<xs:documentation>Odkud se uchazeč hlásí / ApplyingFrom</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PreviousEducation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Předchozí vzdělání / PreviousEducation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="University" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Vysoká škola / University</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniFaculty" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Fakulta / UniFaculty</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniStudyProgramme" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Studijní program / UniStudyProgramme</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniStudyBranch" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Studijní obor / UniStudyBranch</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniThesis" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Název kvalifikační práce / UniThesis</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniGraduationYear" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Rok absolvování poslední VŠ / UniGraduationYear</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniPlace" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Místo, na které bylo absolvováno předchozí studium / UniPlace</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniFinalStateExamDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>VŠ - Datum státnic / UniFinalStateExamDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniId" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - ID předchozí VŠ / UniId</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolGraduationYear" type="xs:date">
												<xs:annotation>
													<xs:documentation>SŠ - Maturita rok / HighSchoolGraduationYear</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolCountry">
												<xs:annotation>
													<xs:documentation>SŠ - Identifikační kód státu, kde se škola nachází / HighSchoolCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="HighSchoolIZO" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - IZO / HighSchoolIZO</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolStudyBranchNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - Číslo oboru / HighSchoolStudyBranchNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolNameForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - Název školy v zahraničí / HighSchoolNameForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolCityForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - Obec zahraniční školy / HighSchoolCityForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolStudyBranchForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - studovaný obor na zahraniční škole / HighSchoolStudyBranchForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
									<xs:element name="HighSchoolGrades">
										<xs:annotation>
											<xs:documentation>Známky ze střední školy</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
											<xs:element name="HighSchoolGrade" maxOccurs="unbounded">
												<xs:annotation>
													<xs:documentation>Známka ze střední školy</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
															<xs:element name="TestName" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název předmětu / TestName</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TestValue" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Hodnota dosaženého výsledku (známka) / TestValue</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TestScore" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Počet dosažených bodů z testu / TestScore</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TestDate" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Datum složení testu / TestDate</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TestPassed" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vyhovuje získaný počet bodů podmínkám splnění / TestPassed</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TestVersion" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Varianta testu / TestVersion</xs:documentation>
																</xs:annotation>
															</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
					<xs:element name="ApplicationsStudent">
						<xs:annotation>
							<xs:documentation>Přihlášky studenta</xs:documentation>
						</xs:annotation>
						<xs:complexType>
							<xs:sequence>
							<xs:element name="ApplicationStudent" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Informace z jedné přihlášky studenta</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
											<xs:element name="PaymentDeadline" type="xs:date">
												<xs:annotation>
													<xs:documentation>Deadline pro platbu / PaymentDeadline</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ElectronicApplicationDeadline" type="xs:date">
												<xs:annotation>
													<xs:documentation>Deadline pro epřihlášku / ElectronicApplicationDeadline</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PaymentInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k úhradě poplatku / PaymentInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="LatePaymentInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace zasílaná v e-mailu uchazeči v případě pozdní platby / LatePaymentInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PreviousHighSchoolStudyInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k vyplňování předchozího studia na střední škole / PreviousHighSchoolStudyInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicationPrintingInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k tisku prihlášky / ApplicationPrintingInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudentTypeInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k výběru typu studenta / StudentTypeInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PreviousUniStudyInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k vyplňování předchozího studia na vysoké škole / PreviousUniStudyInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="GradesEnteringInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace k vyplňování známek z předchozího studia / GradesEnteringInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AdmissionLimit" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Hranice bodů pro přijetí / AdmissionLimit</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AdmissionLimitWithoutAdmissionProcedure" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Hranice bodů pro přijetí bez PŘ / AdmissionLimitWithoutAdmissionProcedure</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AdmissionProcedureRound" type="xs:integer">
												<xs:annotation>
													<xs:documentation>Kolo přijímacího řízení / AdmissionProcedureRound</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudyPlace" type="xs:string">
												<xs:annotation>
													<xs:documentation>Místo studia / StudyPlace</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudyBranchName" type="xs:string">
												<xs:annotation>
													<xs:documentation>Název přijímacího oboru / StudyBranchName</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="NotePublicCommittee" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zveřejňuje se uchazečům na portále ve výsledcích přijímacího řízení / NotePublicCommittee</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DecisionText" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zdůvodnění rozhodnutí o přijetí či nepřijetí / DecisionText</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="MedicalOpinionRequired" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zda je pro tento přijímací obor požadován lékařský posudek pro kontrolu zdravotní způsobilosti / MedicalOpinionRequired</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="WebInfo" type="xs:string">
												<xs:annotation>
													<xs:documentation>Informace na web / WebInfo</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Score" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Počet bodů / Score</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ScoreWithoutAdmissionProcedure" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Počet bodů bez přijímacího řízení / ScoreWithoutAdmissionProcedure</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ReferenceNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo jednací / ReferenceNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="FileNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo spisu / FileNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicationDeliveryDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum doručení přihlášky / ApplicationDeliveryDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AdmissionDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum přijetí / AdmissionDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DeansDecisionDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum rozhodnutí děkana / DeansDecisionDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DeansDecision" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rozhodnutí děkana / DeansDecision</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralDepartmentAbbrevitation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zkratka pracoviště doktoranda – katedra, kde bude studovat / DoctoralDepartmentAbbrevitation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralStudyPlanName" type="xs:string">
												<xs:annotation>
													<xs:documentation>Název studijního plánu doktoranda. / DoctoralStudyPlanName</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralSupervision" type="xs:integer">
												<xs:annotation>
													<xs:documentation>Identifikátor učitele doktoranda, který má být jeho školitelem / DoctoralSupervision</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Language" type="xs:string">
												<xs:annotation>
													<xs:documentation>Jazyk / Language</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DormitoryWaitingListPosition" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Pořadí v pořadníku na ubytování na koleji / DormitoryWaitingListPosition</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DormitoryAllocationState" type="xs:string">
												<xs:annotation>
													<xs:documentation>Stav rozhodnutí o přidělení koleje v př. řízení. / DormitoryAllocationState</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="CommitteeDesicionDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum rozhodnutí komise / CommitteeDesicionDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="CommitteeDesicion" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rozhodnutí komise / CommitteeDesicion</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicationIsComplete" type="xs:string">
												<xs:annotation>
													<xs:documentation>Přihláška je kompletní / ApplicationIsComplete</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicantAppealed" type="xs:string">
												<xs:annotation>
													<xs:documentation>Uchazeč se odvolal / ApplicantAppealed</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="FeePaid" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zaplacen poplatek / FeePaid</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="NoteForApplicant" type="xs:string">
												<xs:annotation>
													<xs:documentation>Poznámka pro uchazeče / NoteForApplicant</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplicantStudyBranchPriority" type="xs:integer">
												<xs:annotation>
													<xs:documentation>Priorita oboru u uchazeče / ApplicantStudyBranchPriority</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AttendEntranceExam" type="xs:string">
												<xs:annotation>
													<xs:documentation>Přišel uchazeč k přijímacím zkouškám? / AttendEntranceExam</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RectorDesicionDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum rozhodnutí rektora / RectorDesicionDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RectorDesicion" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rozhodnutí rektora / RectorDesicion</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Year" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rok / Year</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudentType" type="xs:string">
												<xs:annotation>
													<xs:documentation>Typ studenta / StudentType</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="CanPass" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vyhovuje získaný počet bodů podmínkám pro přijetí? / CanPass</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="CanPassWithoutEntranceExam" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vyhovuje získaný počet bodů podmínkám pro přijetí bez PŘ? / CanPassWithoutEntranceExam</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RegistrationResult" type="xs:string">
												<xs:annotation>
													<xs:documentation>Výsledek zápisu / RegistrationResult</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RequestDormitoryAccommodation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Žádá o kolej? / RequestDormitoryAccommodation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="InvitationLetterSentDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum zaslání zvacího dopisu / InvitationLetterSentDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Name" type="xs:string">
												<xs:annotation>
													<xs:documentation>Jméno / Name</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Surname" type="xs:string">
												<xs:annotation>
													<xs:documentation>Přijmení / Surname</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="BirthSurname" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rodné přijmení / BirthSurname</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DegreeInFront" type="xs:string">
												<xs:annotation>
													<xs:documentation>Titul před / DegreeInFront</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DegreeAfter" type="xs:string">
												<xs:annotation>
													<xs:documentation>Titul za / DegreeAfter</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="BirthCode" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rodné číslo / BirthCode</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Sex" type="xs:string">
												<xs:annotation>
													<xs:documentation>Pohlaví / Sex</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="IdentityCardNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo OP / IdentityCardNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PassportNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo pasu / PassportNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="QualificatorOfCitizenship" type="xs:string">
												<xs:annotation>
													<xs:documentation>Kvalifikátor občanství / QualificatorOfCitizenship</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="QualificatorOfCitizenshipId" type="xs:integer">
												<xs:annotation>
													<xs:documentation>ID státu daného občanství / QualificatorOfCitizenshipId</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Nationality" type="xs:string">
												<xs:annotation>
													<xs:documentation>Státní příslušnost / Nationality</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HealthSpecificsNeedsConsideration" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zohlednění specifických potřeb / HealthSpecificsNeedsConsideration</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="MartialStatus" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rodinný stav / MartialStatus</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentCountry">
												<xs:annotation>
													<xs:documentation>Stát - bydliště / AddressPermanentCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="AddressPermanentCity" type="xs:string">
												<xs:annotation>
													<xs:documentation>Obec - bydliště v ČR / AddressPermanentCity</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentRegion" type="xs:string">
												<xs:annotation>
													<xs:documentation>Okres - bydliště v ČR / AddressPermanentRegion</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentPartOfTown" type="xs:string">
												<xs:annotation>
													<xs:documentation>Část obce - bydliště / AddressPermanentPartOfTown</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentPostalCode" type="xs:string">
												<xs:annotation>
													<xs:documentation>PSČ - bydliště v ČR / AddressPermanentPostalCode</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentStreet" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ulice - bydliště v ČR / AddressPermanentStreet</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentStreetNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo domu - bydliště / AddressPermanentStreetNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PermanentResidenceInCz" type="xs:string">
												<xs:annotation>
													<xs:documentation>Trvalý pobyt na území ČR / PermanentResidenceInCz</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryCountry">
												<xs:annotation>
													<xs:documentation>Stát - doručovací / AddressDeliveryCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="AddressDeliveryCity" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID obce - doručovací v ČR / AddressDeliveryCity</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryRegion" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID okresu - doručovací v ČR / AddressDeliveryRegion</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryPartOfTown" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID části obce - doručovací / AddressDeliveryPartOfTown</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryPostalCode" type="xs:string">
												<xs:annotation>
													<xs:documentation>PSČ - doručovací v ČR / AddressDeliveryPostalCode</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryStreet" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ulice - doručovací / AddressDeliveryStreet</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryStreetNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo domu - doručovací / AddressDeliveryStreetNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DeliveryPhone" type="xs:string">
												<xs:annotation>
													<xs:documentation>Telefon - doručovací / DeliveryPhone</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentCityForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Obec - bydliště mimo ČR / AddressPermanentCityForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentRegionForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Okres - bydliště mimo ČR / AddressPermanentRegionForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentPostalCodeForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>PSČ - bydliště mimo ČR / AddressPermanentPostalCodeForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentStreetForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ulice - bydliště mimo ČR / AddressPermanentStreetForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressPermanentPostOfficeForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Pošta (jinde přes PSČ z číselníku) - bydliště mimo ČR / AddressPermanentPostOfficeForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryCityForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID obce - doručovací mimo ČR / AddressDeliveryCityForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryRegionForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>ID okresu - doručovací mimo ČR / AddressDeliveryRegionForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryPostalCodeForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>PSČ kontaktní adresy v cizině / AddressDeliveryPostalCodeForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AddressDeliveryPostOfficeForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>Pošta (jinde přes PSČ z číselníku) - doručovací mimo ČR / AddressDeliveryPostOfficeForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Phone" type="xs:string">
												<xs:annotation>
													<xs:documentation>Telefon / Phone</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="Email" type="xs:string">
												<xs:annotation>
													<xs:documentation>E-mail / Email</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DateOfBirth" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum narození / DateOfBirth</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PlaceOfBirthCountry">
												<xs:annotation>
													<xs:documentation>Místo narození - stát / PlaceOfBirthCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="PlaceOfBirthPlace" type="xs:string">
												<xs:annotation>
													<xs:documentation>Místo narození - místo / PlaceOfBirthPlace</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ApplyingFrom" type="xs:string">
												<xs:annotation>
													<xs:documentation>Odkud se uchazeč hlásí / ApplyingFrom</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PreviousEducation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Předchozí vzdělání / PreviousEducation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="University" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Vysoká škola / University</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniFaculty" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Fakulta / UniFaculty</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniStudyProgramme" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Studijní program / UniStudyProgramme</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniStudyBranch" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Studijní obor / UniStudyBranch</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniThesis" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Název kvalifikační práce / UniThesis</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniGraduationYear" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Rok absolvování poslední VŠ / UniGraduationYear</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniPlace" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - Místo, na které bylo absolvováno předchozí studium / UniPlace</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniFinalStateExamDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>VŠ - Datum státnic / UniFinalStateExamDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniId" type="xs:string">
												<xs:annotation>
													<xs:documentation>VŠ - ID předchozí VŠ / UniId</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolGraduationYear" type="xs:date">
												<xs:annotation>
													<xs:documentation>SŠ - Maturita rok / HighSchoolGraduationYear</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolCountry">
												<xs:annotation>
													<xs:documentation>SŠ - Identifikační kód státu, kde se škola nachází / HighSchoolCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="HighSchoolIZO" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - IZO / HighSchoolIZO</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolStudyBranchNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - Číslo oboru / HighSchoolStudyBranchNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolNameForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - Název školy v zahraničí / HighSchoolNameForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolCityForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - Obec zahraniční školy / HighSchoolCityForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HighSchoolStudyBranchForeign" type="xs:string">
												<xs:annotation>
													<xs:documentation>SŠ - studovaný obor na zahraniční škole / HighSchoolStudyBranchForeign</xs:documentation>
												</xs:annotation>
											</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="HighSchoolGrades">
								<xs:annotation>
									<xs:documentation>Známky ze střední školy</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
									<xs:element name="HighSchoolGrade" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>Známka ze střední školy</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
													<xs:element name="TestName" type="xs:string">
														<xs:annotation>
															<xs:documentation>Název předmětu / TestName</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TestValue" type="xs:decimal">
														<xs:annotation>
															<xs:documentation>Hodnota dosaženého výsledku (známka) / TestValue</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TestScore" type="xs:decimal">
														<xs:annotation>
															<xs:documentation>Počet dosažených bodů z testu / TestScore</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TestDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum složení testu / TestDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TestPassed" type="xs:string">
														<xs:annotation>
															<xs:documentation>Vyhovuje získaný počet bodů podmínkám splnění / TestPassed</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TestVersion" type="xs:string">
														<xs:annotation>
															<xs:documentation>Varianta testu / TestVersion</xs:documentation>
														</xs:annotation>
													</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Studies">
				<xs:annotation>
					<xs:documentation>Studia</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
					<xs:element name="Study" maxOccurs="unbounded">
						<xs:annotation>
							<xs:documentation>Studium</xs:documentation>
						</xs:annotation>
						<xs:complexType>
							<xs:sequence>
							<xs:element name="BasicStudyData">
								<xs:annotation>
									<xs:documentation>Základní údaje o studiu</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
											<xs:element name="Graduate" type="xs:string">
												<xs:annotation>
													<xs:documentation>Absolvent - příznak, zda studium úspěšně dokončil / Graduate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AccreditationAfterAmendment" type="xs:string">
												<xs:annotation>
													<xs:documentation>Studuje student na studijním programu akreditovaném podle novely VŠ zákona? / AccreditationAfterAmendment</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DiplomaSupplementInformationEN" type="xs:string">
												<xs:annotation>
													<xs:documentation>Dodatečné informace pro dodatek diplomu v angličtině / DiplomaSupplementInformationEN</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ReferenceNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo jednací / ReferenceNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="FileNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Číslo spisu - šanonu / FileNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DiplomaSupplementInformationCZ" type="xs:string">
												<xs:annotation>
													<xs:documentation>Dodatečné informace pro dodatek diplomu v češtině / DiplomaSupplementInformationCZ</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DateOfRegistration" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum zápisu / DateOfRegistration</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DateOfExpectedStudyClosure" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum předpokládaného ukončení (doktorandi) / DateOfExpectedStudyClosure</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DateOfStudyClosure" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum ukončení studia / DateOfStudyClosure</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudyFeePaymentToDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum do kdy se platí poplatek za studium / StudyFeePaymentToDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudentObligationsMetOnDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum splnění studijních povinností zadaný studijní referentkou / StudentObligationsMetOnDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudyFeePaymentSpecificationDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum stanovení poplatku za studium / StudyFeePaymentSpecificationDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudyFeePaymentFromDate" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum odkdy se poplatek za studium platí / StudyFeePaymentFromDate</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DurationOfPreviousStudy" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Doba (čas) předchozího studia / DurationOfPreviousStudy</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="SecondDoctoralDepartmentAbbrevitation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zkratka druhého pracoviště doktorandů / SecondDoctoralDepartmentAbbrevitation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralStudyPlanName" type="xs:string">
												<xs:annotation>
													<xs:documentation>Název doktorského studijního plánu / DoctoralStudyPlanName</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralStudyPlanDateOfCreation" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum sestavení doktorského studijního plánu / DoctoralStudyPlanDateOfCreation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralStudyPlanDateOfValidation" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum schválení doktorského studijního plánu / DoctoralStudyPlanDateOfValidation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudentsElectronicCreditBookSubmitted" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ne-Ano u povinných položek / StudentsElectronicCreditBookSubmitted</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="MaximumPermissibleInterruptionLength" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Maximální délka přerušení / MaximumPermissibleInterruptionLength</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="MaximumDurationOfStudies" type="xs:decimal">
												<xs:annotation>
													<xs:documentation>Maximální délka studia / MaximumDurationOfStudies</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HealthRequirementsNotMet" type="xs:string">
												<xs:annotation>
													<xs:documentation>Odůvodnění, proč student najednou nevyhovuje zdravotní způsobilosti dané studijním programem / HealthRequirementsNotMet</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HealthRequirementsNotMetFrom" type="xs:date">
												<xs:annotation>
													<xs:documentation>Od kdy student nevyhovuje zdravotní způsobilosti dané studijním programem / HealthRequirementsNotMetFrom</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="FirstStudy" type="xs:string">
												<xs:annotation>
													<xs:documentation>Prvně ke studiu přijatý student / FirstStudy</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PersonalNumber" type="xs:string">
												<xs:annotation>
													<xs:documentation>Osobní číslo / PersonalNumber</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="NextStudyFeePayment" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ano-Ne u povinných položek / NextStudyFeePayment</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ExceedingStandardDurationOfStudiesPayment" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ano-Ne u povinných položek / ExceedingStandardDurationOfStudiesPayment</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="RegistrationWildCardsCount" type="xs:integer">
												<xs:annotation>
													<xs:documentation>Počet zapisovaných propustek / RegistrationWildCardsCount</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="FileIsClosed" type="xs:string">
												<xs:annotation>
													<xs:documentation>Ne-Ano u povinných položek / FileIsClosed</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="HomeUniversityCountry">
												<xs:annotation>
													<xs:documentation>Identifikační kód státu / HomeUniversityCountry</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:simpleContent>
														<xs:extension base="xs:string">
															<xs:attribute name="CountryId" type="xs:integer" />
														</xs:extension>
													</xs:simpleContent>
												</xs:complexType>
											</xs:element>
											<xs:element name="StudyStatus" type="xs:string">
												<xs:annotation>
													<xs:documentation>studuje/nestuduje/přerušil / StudyStatus</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ActualStudyStatus" type="xs:string">
												<xs:annotation>
													<xs:documentation>Studuje/Nestuduje/Přerušil - nastaveno dle datumů v tab. STUDENTI a PRERUSENI / ActualStudyStatus</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="StudyOfficeSecretary" type="xs:string">
												<xs:annotation>
													<xs:documentation>Studijní referentka / StudyOfficeSecretary</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="PreviousEducation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Stupeň předchozího vzdělání / PreviousEducation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="AccountSendGrant" type="xs:string">
												<xs:annotation>
													<xs:documentation>Zasílat stipendium na účet studenta (ano, ne) / AccountSendGrant</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DoctoralSupervision" type="xs:string">
												<xs:annotation>
													<xs:documentation>Učitel specialista, který vede doktoranda / DoctoralSupervision</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniversityGraduatedFaculty" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vystudovaná fakulta / UniversityGraduatedFaculty</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniversityGraduatedThesis" type="xs:string">
												<xs:annotation>
													<xs:documentation>Obhájená kvalifikační práce / UniversityGraduatedThesis</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniversityGraduatedPlace" type="xs:string">
												<xs:annotation>
													<xs:documentation>Sídlo vystudované vysoké školy / UniversityGraduatedPlace</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniversityGraduatedBranch" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vystudovaný obor / UniversityGraduatedBranch</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniversityGraduatedYear" type="xs:string">
												<xs:annotation>
													<xs:documentation>Rok absolvování vysoké školy / UniversityGraduatedYear</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniversityGraduatedSchool" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vystudovaná vysoká škola / UniversityGraduatedSchool</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="UniversityGraduatedProgramme" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vystudovaný studijní program / UniversityGraduatedProgramme</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ReportedToSIMSRegistry" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vykazován do matriky / ReportedToSIMSRegistry</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ReportedHealthInsuarenceCompany" type="xs:string">
												<xs:annotation>
													<xs:documentation>Vykazovat zdravotní pojišťovně (A/N) / ReportedHealthInsuarenceCompany</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="DateOfStudyGraduationInvalidation" type="xs:date">
												<xs:annotation>
													<xs:documentation>Datum zneplatnění absolvování studia / DateOfStudyGraduationInvalidation</xs:documentation>
												</xs:annotation>
											</xs:element>
											<xs:element name="ReasonOfStudyGraduationInvalidation" type="xs:string">
												<xs:annotation>
													<xs:documentation>Důvod zneplatnění absolvování studia / ReasonOfStudyGraduationInvalidation</xs:documentation>
												</xs:annotation>
											</xs:element>
									<xs:element name="StudyProgrammes">
										<xs:annotation>
											<xs:documentation>Studijní programy</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
											<xs:element name="StudyProgramme" maxOccurs="unbounded">
												<xs:annotation>
													<xs:documentation>Studijní program</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
															<xs:element name="AccreditationBranchNumber" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Akreditovnáno s číslem oboru / AccreditationBranchNumber</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationNumber" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Číslo akreditace studijního programu / AccreditationNumber</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationTo" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Do kdy je studijní program akreditován / AccreditationTo</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationInstitutional" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Je studijní program akreditován v rámci institucionální akreditace? / AccreditationInstitutional</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationFrom" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Od kdy je studijní program akreditován / AccreditationFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationLimitedNumber" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Číslo MŠMT omezení akreditace / AccreditationLimitedNumber</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationLimitedReason" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Důvody omezení akreditace / AccreditationLimitedReason</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationLimitedFrom" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Datum od kterého je akreditace omezena / AccreditationLimitedFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationAfterAmendment" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Je studijní program již akreditován podle novely VŠ zákona? / AccreditationAfterAmendment</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationLostFrom" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Od kdy je akreditace studijního programu ztracena / AccreditationLostFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeGoalsEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Cíle - anglicky / StudyProgrammeGoalsEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeNameEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Anglický název / StudyProgrammeNameEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeNameForDiplomaEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Anglický název pro diplom / StudyProgrammeNameForDiplomaEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="LifelongLearning" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Celoživotní vzdělávání / LifelongLearning</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeCode" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Kód studijního programu / StudyProgrammeCode</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeGoals" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Cíle - česky / StudyProgrammeGoals</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeNameCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název - česky / StudyProgrammeNameCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeNameForDiplomaCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název pro diplom - česky / StudyProgrammeNameForDiplomaCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Diploma" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vydání diplomu / Diploma</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="GrantedDocumentType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ udělovaného dokumentu / GrantedDocumentType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeFaculty" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Fakulta / StudyProgrammeFaculty</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeForm" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Forma programu / StudyProgrammeForm</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeLanguage" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Základní vyučovací jazyk studijního programu / StudyProgrammeLanguage</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="IscedCode" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Kód klasifikace oborů vzdělávání ISCED / IscedCode</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="EconomicRequirementsCoefficient" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Koeficient ekonomické náročnosti / EconomicRequirementsCoefficient</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CreditsLimit" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Limit kreditů / CreditsLimit</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="MaximumLengthOfStudy" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Maximální doba studia / MaximumLengthOfStudy</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="MaximumLengthOfInterruption" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Maximální délka přerušení / MaximumLengthOfInterruption</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="SuitableJobPositionEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Jaké pracovní pozice může absolvent zastávat v AN / SuitableJobPositionEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="SuitableJobPositionCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Jaké pracovní pozice může absolvent zastávat v CZ / SuitableJobPositionCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="OtherStudyProgrammesRelationsEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Návaznost na další studijní programy v AN / OtherStudyProgrammesRelationsEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="OtherStudyProgrammesRelationsCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Návaznost na další studijní programy v CZ / OtherStudyProgrammesRelationsCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="RelatedStudyProgramme" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Navazující studijní program / RelatedStudyProgramme</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="InvalidFrom" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Konec platnosti studijního programu / InvalidFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeFocusEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Obsahové zaměření studijního programu v AN / StudyProgrammeFocusEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeFocusCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Obsahové zaměření studijního programu v CZ / StudyProgrammeFocusCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="WorkPlacement" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Rozsah a náplň odborné praxe v rámci studia studijního programu / WorkPlacement</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ValidFrom" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Platnost studijního programu / ValidFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ExpectedNumberOfAdmittedApplicants" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Předpokládaný počet přijímaných uchazečů o studium / ExpectedNumberOfAdmittedApplicants</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ExpectedNumberOfAdmittedApplicantsNote" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Poznámka k předpokládanému počtu přijímaných uchazečů o studium / ExpectedNumberOfAdmittedApplicantsNote</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AdmissionRequirementsEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadavky na přijetí (anglicky) / AdmissionRequirementsEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AdmissionRequirementsCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadavky na přijetí (česky) / AdmissionRequirementsCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AdmissionRequirementsURL" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadavky na přijetí (adresa URL) / AdmissionRequirementsURL</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="EqualHealtIssueRequirementsEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadavky související se zajištěním podmínek rovného přístupu zdravotně postižených uchazečů a studentů k VŠ vzdělání v AN / EqualHealtIssueRequirementsEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="EqualHealtIssueRequirementsCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadavky související se zajištěním podmínek rovného přístupu zdravotně postižených uchazečů a studentů k VŠ vzdělání v CZ / EqualHealtIssueRequirementsCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="HealthRequirementsEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadovaná zdravotní způsobilost v AN / HealthRequirementsEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="HealthRequirementsCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadovaná zdravotní způsobilost v CZ / HealthRequirementsCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Note" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Poznámka / Note</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="PublicNote" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Veřejná poznámka / PublicNote</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="PracticalLesson" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Praktická výuka v rámci studia studijního programu / PracticalLesson</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ProjectedPositionOfGraduatesEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Předpokládaná uplatitelnost absolventů studijního programu na trhu práce v AN / ProjectedPositionOfGraduatesEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ProjectedPositionOfGraduatesCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Předpokládaná uplatitelnost absolventů studijního programu na trhu práce v CZ / ProjectedPositionOfGraduatesCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ProfessionalStatusEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Profesní status - anglicky / ProfessionalStatusEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ProfessionalStatusCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Profesní status - česky / ProfessionalStatusCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="GraduateProfileEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Profil absolventa v AN / GraduateProfileEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="GraduateProfileCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Profil absolventa v CZ / GraduateProfileCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeProfile" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Profil studijního programu / StudyProgrammeProfile</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ProfessionalStatus" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Profesní postavení / ProfessionalStatus</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammePreparesForRestrictedJobEN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Oznámení, že daný studijní program je zaměřen na přípravu k výkonu regulovaného povolání v AN / StudyProgrammePreparesForRestrictedJobEN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammePreparesForRestrictedJobCZ" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Oznámení, že daný studijní program je zaměřen na přípravu k výkonu regulovaného povolání v CZ / StudyProgrammePreparesForRestrictedJobCZ</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammePreparesForRestrictedJobFrom" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Datum vydání stanoviska uznávacího orgánu / StudyProgrammePreparesForRestrictedJobFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammePreparesForRestrictedJobAuthority" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Jaký uznávací orgán vydal souhlasné stanovisko, že absolventi daného studijního programu budou připraveni odpovídajícím způsobem k výkonu tohoto povolání / StudyProgrammePreparesForRestrictedJobAuthority</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="PracticeCooperationDescription" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Popis spolupráce s praxí pro akreditaci / PracticeCooperationDescription</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="DurationOfStudyInYear" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Standardní doba studia (počet ročníků) / DurationOfStudyInYear</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ThesisTopics" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typická témata VŠKP a podmínky / ThesisTopics</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AwardedDegree" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Udělovaný titul / AwardedDegree</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Type" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ dle číselníku (matrika) / Type</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="DiplomaType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ diplomu / DiplomaType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="DiplomaSupplementType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ dodatku k diplomu / DiplomaSupplementType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CertificateType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ osvědčení / CertificateType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ReportType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ vysvědčení / ReportType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ThesisRegistrationType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ zadání diplomové práce / ThesisRegistrationType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="FinalStateExamRecordType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ zápisu o státní závěrčné zkoušce / FinalStateExamRecordType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudyProgrammeGuarantor" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Garant studijního programu / StudyProgrammeGuarantor</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="UniversityPaper" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Univerzitní papír / UniversityPaper</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ReportedToSIMSRegistry" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vykazován do matriky / ReportedToSIMSRegistry</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ReportedHealthInsuarenceCompany" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vykazovat na zdravotní pojišťovnu / ReportedHealthInsuarenceCompany</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AVCRStudyProgrammeDepartment" type="xs:string">
																<xs:annotation>
																	<xs:documentation>V případě uskutečňování studijního programu ve spolupráci s AVČR - na jakém pracovišti AVČR / AVCRStudyProgrammeDepartment</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ForeignUniversityStudyProgrammeAccreditationAndRegulation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>V případě uskutečňování studijního programu ve spolupráci se zahraniční VŠ, způsob akreditace studijního programu v zahraničí a podle jakého předpisu / ForeignUniversityStudyProgrammeAccreditationAndRegulation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="RegistrationWildcardsNumber" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet zápisových propustek na studijním programu / RegistrationWildcardsNumber</xs:documentation>
																</xs:annotation>
															</xs:element>
													<xs:element name="StudyBranches">
														<xs:annotation>
															<xs:documentation>Studijní obory</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
															<xs:element name="StudyBranch" maxOccurs="unbounded">
																<xs:annotation>
																	<xs:documentation>Studijní obor</xs:documentation>
																</xs:annotation>
																<xs:complexType>
																	<xs:sequence>
																			<xs:element name="AccreditationNumber" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Evidenční číslo akreditace / AccreditationNumber</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AccreditationTo" type="xs:date">
																				<xs:annotation>
																					<xs:documentation>Platnost akreditace do data / AccreditationTo</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AccreditationFrom" type="xs:date">
																				<xs:annotation>
																					<xs:documentation>Platnost akreditace od data / AccreditationFrom</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AccreditationGrantedAccordingToTheLaw" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Akreditace udělena na základě zákona / AccreditationGrantedAccordingToTheLaw</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AnnotationEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Anotace v angličtině / AnnotationEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="QualificationRequirementsEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Qualification requirements and regulations / QualificationRequirementsEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyBranchNameEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Název v angličtině / StudyBranchNameEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyBranchNameForDiplomaEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Název oboru pro tisk na diplomu - anglicky / StudyBranchNameForDiplomaEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ExpectedSkillsEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Předpoklady dovedností - anglicky / ExpectedSkillsEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ExpectedKnowledgeEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Předpoklady znalostí - anglicky / ExpectedKnowledgeEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ExpectedCompetencesEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Předpoklady způsobilostí - anglicky / ExpectedCompetencesEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="GraduateProfessionalProfileEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Occupational profiles of graduates with examples / GraduateProfessionalProfileEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="PriorLearningRecognitionArrangementsEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Specific arrangements for recognition of prior learning / PriorLearningRecognitionArrangementsEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AquiredSkillsEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Výstupy dovedností - anglicky / AquiredSkillsEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AquiredKnowledgeEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Výstupy znalostí - anglicky / AquiredKnowledgeEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AquiredCompetencesEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Výstupy způsobilostí - anglicky / AquiredCompetencesEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ApprovalNumber" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Číslo aprobace / ApprovalNumber</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="BranchCode" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Čislo oboru / BranchCode</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AnnotationCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Anotace v češtině / AnnotationCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="QualificationRequirementsCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Kvalifikační požadavky a předpisy / QualificationRequirementsCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyBranchNameCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Název / StudyBranchNameCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyBranchNameForDiplomaCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Název oboru pro tisk na diplomu - česky / StudyBranchNameForDiplomaCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ExpectedSkillsCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Předpoklady dovedností - česky / ExpectedSkillsCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ExpectedKnowledgeCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Předpoklady znalostí - česky / ExpectedKnowledgeCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ExpectedCompetencesCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Předpoklady způsobilostí - česky / ExpectedCompetencesCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="GraduateProfessionalProfileCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profesní profily absolventů s příklady / GraduateProfessionalProfileCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="PriorLearningRecognitionArrangementsCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Specifická opatření pro uznávání předchozího vzdělání / PriorLearningRecognitionArrangementsCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AquiredSkillsCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Výstupy dovedností - česky / AquiredSkillsCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AquiredKnowledgeCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Výstupy znalostí - česky / AquiredKnowledgeCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AquiredCompetencesCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Výstupy způsobilostí - česky / AquiredCompetencesCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="EctsFax" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Fax ECTS / EctsFax</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="EctsEmail" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Mail Ects / EctsEmail</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="EctsPhone" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Telefon ECTS / EctsPhone</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="Faculty" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Fakulta / Faculty</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="IndividualBranchForm" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Individuální forma oboru / IndividualBranchForm</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="DepartmentCoordinatorRole" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Funkce DC / DepartmentCoordinatorRole</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyBranchIsQualification" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Obor je aprobace / StudyBranchIsQualification</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="IscedCode" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Mezinárodní standardní klasifikace vzdelávání - ISCED / IscedCode</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="CreditsLimit" type="xs:integer">
																				<xs:annotation>
																					<xs:documentation>Limit kreditů pro obor / CreditsLimit</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="MaximumLengthOfStudy" type="xs:decimal">
																				<xs:annotation>
																					<xs:documentation>Maximální délka studia / MaximumLengthOfStudy</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="SuitableJobPositionEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Možné pracovní pozice anglicky / SuitableJobPositionEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="SuitableJobPositionCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Možné pracovní pozice česky / SuitableJobPositionCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="InvalidFrom" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Obor je naplatný od školního roku / InvalidFrom</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="EducationArea" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Oblasti vzdělávání / EducationArea</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ValidFrom" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Obor je platný od školního roku / ValidFrom</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="NumberOfStages" type="xs:integer">
																				<xs:annotation>
																					<xs:documentation>Počet etap studijního plánu oboru / NumberOfStages</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ExpectedNumberOfAdmittedApplicants" type="xs:integer">
																				<xs:annotation>
																					<xs:documentation>Předpokládaný počet přijímaných uchazečů o studium / ExpectedNumberOfAdmittedApplicants</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ExpectedNumberOfAdmittedApplicantsNote" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Poznámka k předpokládanému počtu přijímaných uchazečů o studium / ExpectedNumberOfAdmittedApplicantsNote</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AdmissionRequirementsEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Požadavky na přijetí anglicky / AdmissionRequirementsEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AdmissionRequirementsCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Požadavky na přijetí česky / AdmissionRequirementsCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="AdmissionRequirementsURL" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>URL - adresa na požadavky na přijetí / AdmissionRequirementsURL</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="SpecificAdmissionRequirements" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Specifické požadavky pro přijetí / SpecificAdmissionRequirements</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="HealthRequirementsEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Požadovaná zdravotní způsobilost anglicky / HealthRequirementsEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="HealthRequirementsCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Požadovaná zdravotní způsobilost česky / HealthRequirementsCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="PublicNote" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Veřejná poznámka / PublicNote</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="DepartmentAbbreviation" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Zkratka pracoviště / DepartmentAbbreviation</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ProjectedPositionOfGraduatesEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Předpoklad uplatnitelnosti anglicky / ProjectedPositionOfGraduatesEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ProjectedPositionOfGraduatesCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Předpoklad uplatnitelnosti česky / ProjectedPositionOfGraduatesCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyBranchProfileEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profil oboru - anglicky / StudyBranchProfileEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="GraduateProfileEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profil absolventa anglicky / GraduateProfileEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="GraduateProfileCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profil absolventa česky / GraduateProfileCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyBranchProfileCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profil oboru - česky / StudyBranchProfileCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyProgrammeProfile" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profil programu / StudyProgrammeProfile</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyProgrammeProfileEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profil programu anglicky / StudyProgrammeProfileEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyProgrammeProfileCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profil programu česky / StudyProgrammeProfileCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ProfessionalStatus" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Profesní postavení / ProfessionalStatus</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyProgrammePreparesForRestrictedJobEN" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Regulované povolání anglicky / StudyProgrammePreparesForRestrictedJobEN</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyProgrammePreparesForRestrictedJobCZ" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Regulované povolání česky / StudyProgrammePreparesForRestrictedJobCZ</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="StudyProgrammePreparesForRestrictedJobAuthority" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Regulované povolání - uznávací orgán / StudyProgrammePreparesForRestrictedJobAuthority</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="BranchGraduationDiscussion" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Obor končí rozpravou / BranchGraduationDiscussion</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="NumberOfHours" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Rozsah vyučovacích hodin / NumberOfHours</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="DurationOfStudyInYear" type="xs:decimal">
																				<xs:annotation>
																					<xs:documentation>Standardní délka / DurationOfStudyInYear</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="DiplomaText" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Text oborově závislý, který se tiskne na diplom nebo na osvědčení / DiplomaText</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="DocumentText" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Text, který se tiskne na dokument / DocumentText</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="CertificateText" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Text, který se tiskne na osvědčení / CertificateText</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="PrintSpecialization" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Ano-Ne u povinných položek / PrintSpecialization</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="PrintCertificate" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Typ certifikátu / PrintCertificate</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="IndividualBranchType" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Individuální typ oboru / IndividualBranchType</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="ReportedToSIMSRegistry" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Vykazován do matriky / ReportedToSIMSRegistry</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="Abbreviation" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>Zkratka / Abbreviation</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																	<xs:element name="StudyPlans">
																		<xs:annotation>
																			<xs:documentation>Studijní plány</xs:documentation>
																		</xs:annotation>
																		<xs:complexType>
																			<xs:sequence>
																			<xs:element name="StudyPlan" maxOccurs="unbounded">
																				<xs:annotation>
																					<xs:documentation>Studijní plán</xs:documentation>
																				</xs:annotation>
																				<xs:complexType>
																					<xs:sequence>
																							<xs:element name="StudyPlanNameEN" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Anglický název studijního plánu (specializace) / StudyPlanNameEN</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="Stage" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Etapa / Stage</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="CreditBasedStudyPlan" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Kreditní / nekreditní / CreditBasedStudyPlan</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="CreditLimit" type="xs:decimal">
																								<xs:annotation>
																									<xs:documentation>Limit kreditů / CreditLimit</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="StadyPlanNameCZ" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Název studijního plánu (specializace) / StadyPlanNameCZ</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="ExaminationDateRestriction" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Omezení výběru a zápisu předmětů u předzápisu / ExaminationDateRestriction</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="NumberOfSemesters" type="xs:integer">
																								<xs:annotation>
																									<xs:documentation>Počet semestrů etapy / NumberOfSemesters</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="StudyPlanDescriptionURL" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Odkaz na popis plánu / StudyPlanDescriptionURL</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="Order" type="xs:integer">
																								<xs:annotation>
																									<xs:documentation>Pořadí studijního plánu při tisku - plati jen v případě výstupu do Texu / Order</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="Note" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Poznámka, která může být vytištěna pod plánem / Note</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="PublicNoteEN" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Veřejná poznámka - anglicky / PublicNoteEN</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="PublicNoteCZ" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Veřejná poznámka - česky / PublicNoteCZ</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="YearOfValidity" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Rok platnosti / YearOfValidity</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="Specialization" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Ano-Ne u povinných položek / Specialization</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="StudyPlanVersion" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Verze / StudyPlanVersion</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																							<xs:element name="StudyPlanLanguage" type="xs:string">
																								<xs:annotation>
																									<xs:documentation>Vyučovací jazyk studijního plánu / StudyPlanLanguage</xs:documentation>
																								</xs:annotation>
																							</xs:element>
																					</xs:sequence>
																				</xs:complexType>
																			</xs:element>
																			</xs:sequence>
																		</xs:complexType>
																	</xs:element>
																	</xs:sequence>
																</xs:complexType>
															</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Outgoing">
								<xs:annotation>
									<xs:documentation>Výjezdy</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
									<xs:element name="HomeInstitutionDetails">
										<xs:annotation>
											<xs:documentation>Údaje o vysílací instituci a studiu na ní, pokud se jedná o výjezd</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
													<xs:element name="OutgoingAnotherSchoolEmail" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí e-mail / OutgoingAnotherSchoolEmail</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingAnotherSchoolFax" type="xs:string">
														<xs:annotation>
															<xs:documentation>Fax cizí / OutgoingAnotherSchoolFax</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingAnotherSchoolPhone" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí telefon / OutgoingAnotherSchoolPhone</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDateFrom" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum návratu / OutgoingDateFrom</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDateTo" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum odjezdu / OutgoingDateTo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDepartmentCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu DC / OutgoingDepartmentCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignDepartmentCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu DC cizí / OutgoingForeignDepartmentCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingInstitutionalCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu IC / OutgoingInstitutionalCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignInstitutionalCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu IC cizí / OutgoingForeignInstitutionalCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingStudentsSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu studentem / OutgoingStudentsSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingSecondSemesterBeginDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum začátku 2. semestru / OutgoingSecondSemesterBeginDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignDepartmentCoordinator" type="xs:string">
														<xs:annotation>
															<xs:documentation>DC cizí / OutgoingForeignDepartmentCoordinator</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingEctsEmail" type="xs:string">
														<xs:annotation>
															<xs:documentation>E-mail ECTS / OutgoingEctsEmail</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingEctsFax" type="xs:string">
														<xs:annotation>
															<xs:documentation>Fax ECTS / OutgoingEctsFax</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingEctsPhone" type="xs:string">
														<xs:annotation>
															<xs:documentation>Telefon ECTS / OutgoingEctsPhone</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingFaculty" type="xs:string">
														<xs:annotation>
															<xs:documentation>Fakulta studenta / OutgoingFaculty</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingFinanceCode" type="xs:string">
														<xs:annotation>
															<xs:documentation>Kód financování (dle matriky) / OutgoingFinanceCode</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDepartmentCoordinatorRole" type="xs:string">
														<xs:annotation>
															<xs:documentation>Funkce DC / OutgoingDepartmentCoordinatorRole</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignDepartmentCoordinatorRole" type="xs:string">
														<xs:annotation>
															<xs:documentation>Funkce DC cizí / OutgoingForeignDepartmentCoordinatorRole</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignInstitutionalCoordinator" type="xs:string">
														<xs:annotation>
															<xs:documentation>IC cizí / OutgoingForeignInstitutionalCoordinator</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCommunicationLanguage" type="xs:string">
														<xs:annotation>
															<xs:documentation>Jazyk dorozumívací / OutgoingCommunicationLanguage</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDepartment" type="xs:string">
														<xs:annotation>
															<xs:documentation>Katedra / OutgoingDepartment</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignDepartment" type="xs:string">
														<xs:annotation>
															<xs:documentation>Katedra cizí / OutgoingForeignDepartment</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingIscedCode" type="xs:string">
														<xs:annotation>
															<xs:documentation>Mezinárodní standardní klasifikace vzdělávání - ISCED / OutgoingIscedCode</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingOriginalCourseName" type="xs:string">
														<xs:annotation>
															<xs:documentation>Název předmětu v jazyce, ve kterém bude studován / OutgoingOriginalCourseName</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingValidity" type="xs:string">
														<xs:annotation>
															<xs:documentation>Platnost výjezdu / OutgoingValidity</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingReason" type="xs:string">
														<xs:annotation>
															<xs:documentation>Proč chce vyjet / OutgoingReason</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingNativeLanguage" type="xs:string">
														<xs:annotation>
															<xs:documentation>Rodný jazyk / OutgoingNativeLanguage</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingValidYear" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ručně zadaný akademický rok výjezdu studenta / OutgoingValidYear</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingSemester" type="xs:string">
														<xs:annotation>
															<xs:documentation>Semestr (LS nebo ZS) / OutgoingSemester</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCompanyAddress" type="xs:string">
														<xs:annotation>
															<xs:documentation>Adresa sídla firmy / OutgoingCompanyAddress</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCompanyName" type="xs:string">
														<xs:annotation>
															<xs:documentation>Název firmy / OutgoingCompanyName</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCompanyCity" type="xs:string">
														<xs:annotation>
															<xs:documentation>Město, kde sídlí firma / OutgoingCompanyCity</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCompanyCountry">
														<xs:annotation>
															<xs:documentation>Stát, kde sídlí firma / OutgoingCompanyCountry</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="xs:string">
																	<xs:attribute name="CountryId" type="xs:integer" />
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
													<xs:element name="OutgoingDiplomaSupplementPrint" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ano-Ne u povinných položek / OutgoingDiplomaSupplementPrint</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingType" type="xs:string">
														<xs:annotation>
															<xs:documentation>Typ výjezdu / OutgoingType</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCourseCatalogUrl" type="xs:string">
														<xs:annotation>
															<xs:documentation>URL katalogu kurzů / OutgoingCourseCatalogUrl</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingLanguageSkillLevel" type="xs:string">
														<xs:annotation>
															<xs:documentation>Definuje šest kategorií podle úrovně znalosti cizího jazyka - A1, A2, B1, B2, C1, C2 / OutgoingLanguageSkillLevel</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingReportedToSIMSRegistry" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ano-Ne u povinných položek / OutgoingReportedToSIMSRegistry</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingAskingForGrant" type="xs:string">
														<xs:annotation>
															<xs:documentation>Žádá o grant / OutgoingAskingForGrant</xs:documentation>
														</xs:annotation>
													</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="IncomingInstitutionDetails">
										<xs:annotation>
											<xs:documentation>Informace o instituci, na kterou byl uskutečněn výjezd</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
													<xs:element name="IncomingAnotherSchoolEmail" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí email / IncomingAnotherSchoolEmail</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingAnotherSchoolFax" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí fax / IncomingAnotherSchoolFax</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingAnotherSchoolPhone" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizi telefon / IncomingAnotherSchoolPhone</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingAnotherSchoolUrl" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí adresa URL / IncomingAnotherSchoolUrl</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingDateOfDeparture" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum odjezdu / IncomingDateOfDeparture</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingDepartmentCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu DC / IncomingDepartmentCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingForeignDepartmentCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu DC cizí / IncomingForeignDepartmentCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingInstitutionalCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu IC / IncomingInstitutionalCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingForeignInstitutionalCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu IC cizí / IncomingForeignInstitutionalCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingStudentsSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu studentem / IncomingStudentsSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingDateofArrival" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum příjezdu / IncomingDateofArrival</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingForeignDepartmentCoordinator" type="xs:string">
														<xs:annotation>
															<xs:documentation>DC cizí / IncomingForeignDepartmentCoordinator</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingEctsEmail" type="xs:string">
														<xs:annotation>
															<xs:documentation>ECTS email / IncomingEctsEmail</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingEctsFax" type="xs:string">
														<xs:annotation>
															<xs:documentation>ECTS fax / IncomingEctsFax</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingEctsPhone" type="xs:string">
														<xs:annotation>
															<xs:documentation>ECTS telefon / IncomingEctsPhone</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingFaculty" type="xs:string">
														<xs:annotation>
															<xs:documentation>Fakulta na domovské škole / IncomingFaculty</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingFinanceCode" type="xs:string">
														<xs:annotation>
															<xs:documentation>Kód financování (dle matriky) / IncomingFinanceCode</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingDepartmentCoordinatorRole" type="xs:string">
														<xs:annotation>
															<xs:documentation>Funkce DC / IncomingDepartmentCoordinatorRole</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingHomeDepartmentCoordinatorRole" type="xs:string">
														<xs:annotation>
															<xs:documentation>Funkce DC na domovské škole / IncomingHomeDepartmentCoordinatorRole</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingForeignInstitutionalCoordinator" type="xs:string">
														<xs:annotation>
															<xs:documentation>IC cizí / IncomingForeignInstitutionalCoordinator</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingDepartment" type="xs:string">
														<xs:annotation>
															<xs:documentation>Katedra na domovské škole / IncomingDepartment</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingIscedCode" type="xs:string">
														<xs:annotation>
															<xs:documentation>Mezinárodní standardní klasifikace vzdelávání - ISCED / IncomingIscedCode</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingAttachment" type="xs:string">
														<xs:annotation>
															<xs:documentation>Příloha / IncomingAttachment</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingAttachmentName" type="xs:string">
														<xs:annotation>
															<xs:documentation>Název přílohy / IncomingAttachmentName</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingYearCompletion" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ročník na domovské škole / IncomingYearCompletion</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingValidYear" type="xs:string">
														<xs:annotation>
															<xs:documentation>Rok platnosti / IncomingValidYear</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingStudyBranchHomeSchool" type="xs:string">
														<xs:annotation>
															<xs:documentation>Název studijního oboru na vysílající stanici / IncomingStudyBranchHomeSchool</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingStudyProgrammeHomeSchool" type="xs:string">
														<xs:annotation>
															<xs:documentation>Studijní program / IncomingStudyProgrammeHomeSchool</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingBranchOfStudyHomeSchool" type="xs:string">
														<xs:annotation>
															<xs:documentation>Typ oboru / IncomingBranchOfStudyHomeSchool</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingOutgoingType" type="xs:string">
														<xs:annotation>
															<xs:documentation>Typ výjezdu / IncomingOutgoingType</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingLanguageSkillLevel" type="xs:string">
														<xs:annotation>
															<xs:documentation>Definuje šest kategorií podle úrovně znalosti cizího jazyka - A1, A2, B1, B2, C1, C2 / IncomingLanguageSkillLevel</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IncomingRequireAccommodation" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ano-Ne u povinných položek / IncomingRequireAccommodation</xs:documentation>
														</xs:annotation>
													</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="StudentDetails">
										<xs:annotation>
											<xs:documentation>Informace o studentovi, který přijel na výjezd</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
													<xs:element name="PassportNumber" type="xs:string">
														<xs:annotation>
															<xs:documentation>Číslo pasu / PassportNumber</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="StreetNumber" type="xs:string">
														<xs:annotation>
															<xs:documentation>Číslo ulice / StreetNumber</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DateOfBirth" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum narození / DateOfBirth</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Email" type="xs:string">
														<xs:annotation>
															<xs:documentation>Email / Email</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Fax" type="xs:string">
														<xs:annotation>
															<xs:documentation>Fax / Fax</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Name" type="xs:string">
														<xs:annotation>
															<xs:documentation>Jméno / Name</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PlaceOfBirth" type="xs:string">
														<xs:annotation>
															<xs:documentation>Místo narození / PlaceOfBirth</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="QualificatorOfCitizenship" type="xs:string">
														<xs:annotation>
															<xs:documentation>Kvantifikátor občanství / QualificatorOfCitizenship</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IdentityCard" type="xs:string">
														<xs:annotation>
															<xs:documentation>Číslo občanského průkazu / IdentityCard</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ForeignTown" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí město / ForeignTown</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ForeignDistrict" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí okres / ForeignDistrict</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sex" type="xs:string">
														<xs:annotation>
															<xs:documentation>Pohlaví / Sex</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ForeignPostOffice" type="xs:string">
														<xs:annotation>
															<xs:documentation>Pošta / ForeignPostOffice</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TemporaryResidenceHouseNumber" type="xs:string">
														<xs:annotation>
															<xs:documentation>Číslo cizí ulice / TemporaryResidenceHouseNumber</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Surname" type="xs:string">
														<xs:annotation>
															<xs:documentation>Příjmení / Surname</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AdmissionProcedureForeignCountryContactAddressCity" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí město / AdmissionProcedureForeignCountryContactAddressCity</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AdmissionProcedureForeignCountryContactAddressRegion" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí okres / AdmissionProcedureForeignCountryContactAddressRegion</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AdmissionProcedureForeginCountryPostOffice" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí pošta / AdmissionProcedureForeginCountryPostOffice</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AdmissionProcedureForeignCountryPostalCode" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí směrovací číslo / AdmissionProcedureForeignCountryPostalCode</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TemporaryResidenceStreet" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí ulice / TemporaryResidenceStreet</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PostalCodePrenamentAddress" type="xs:string">
														<xs:annotation>
															<xs:documentation>Adresa trvalého bydliště / PostalCodePrenamentAddress</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PostalCodeForeign" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí poštovní směrovací číslo / PostalCodeForeign</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PostalCodeDeliveryAddress" type="xs:string">
														<xs:annotation>
															<xs:documentation>Adresa doručování / PostalCodeDeliveryAddress</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="BirthCode" type="xs:string">
														<xs:annotation>
															<xs:documentation>Rodné číslo / BirthCode</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="MaidenName" type="xs:string">
														<xs:annotation>
															<xs:documentation>Rodné příjmení / MaidenName</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="MaritalStatus" type="xs:string">
														<xs:annotation>
															<xs:documentation>Rodinný stav / MaritalStatus</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Phone" type="xs:string">
														<xs:annotation>
															<xs:documentation>Telefon / Phone</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DegreeInFront" type="xs:string">
														<xs:annotation>
															<xs:documentation>Titul před jménem / DegreeInFront</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DegreeAfter" type="xs:string">
														<xs:annotation>
															<xs:documentation>Titul za jménem / DegreeAfter</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PernamentResidence" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ano-Ne u povinných položek / PernamentResidence</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Street" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ulice / Street</xs:documentation>
														</xs:annotation>
													</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="PassedCourses">
										<xs:annotation>
											<xs:documentation>Absolvované předměty na výjezdu</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
											<xs:element name="PassedCourse" maxOccurs="unbounded">
												<xs:annotation>
													<xs:documentation>Absolvovaný předmět na výjezdu</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
															<xs:element name="Passed" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Ne-Ano u povinných položek / Passed</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseNameCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation> Název předmětu / CourseNameCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Date" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Datum zápisu známky / Date</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ChangeReason" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Důvod změny / ChangeReason</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="LessonHours" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet hodin výuky / LessonHours</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ExamEvaluation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Hodnocení zkoušky (známkou, slovně) / ExamEvaluation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ExamLanguage" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Jazyk / ExamLanguage</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AnotherCourseName" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název předmětu na cizí škole / AnotherCourseName</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AnotherSchoolClassification" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Klasifikace cízí školy / AnotherSchoolClassification</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="EctsClassification" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Klasifikace ECTS / EctsClassification</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AnotherSchoolCredit" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Kredity na cizí škole / AnotherSchoolCredit</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CreditCount" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Počet kreditů / CreditCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AttemptNumber" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Pořadové číslo (pokus) zkoušky / AttemptNumber</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="RecognizedCourseOrigin" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Původ uznaných předmětů / RecognizedCourseOrigin</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Semester" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Semestr / Semester</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="WrittenEvaluation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Slovní hodnocení zkoušky (splnil, nesplnil; udělal, neudělal) / WrittenEvaluation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseAbbreviation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Zkratka předmětu / CourseAbbreviation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Grade" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Známka / Grade</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CreditNumber" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Počet kreditů / CreditNumber</xs:documentation>
																</xs:annotation>
															</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="PassedCourses">
								<xs:annotation>
									<xs:documentation>Absolvované předměty</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
									<xs:element name="Course" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>Absolvovaný předmět</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
											<xs:element name="BasicCourseInformation">
												<xs:annotation>
													<xs:documentation>Základní informace o předmětu</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
															<xs:element name="AnnotationInEnglish" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Anotace v angličtině / AnnotationInEnglish</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ShortEnglishCourseName" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název - zkrácený v angličtině / ShortEnglishCourseName</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="EnglishCourseName" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název předmětu v angličtině / EnglishCourseName</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TeachInEnglish" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vyučuje se v angličtině / TeachInEnglish</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="NumberOfCredits" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet kreditů / NumberOfCredits</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AnnotationInCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Anotace v češtině / AnnotationInCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ShortCourseName" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název - zkrácený / ShortCourseName</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseName" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název předmětu / CourseName</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TeachInCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vyučuje se v češtině / TeachInCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudentsOnTutorialTimetableEventsCount" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet studentů na rozvrhové akci typu cvičení / StudentsOnTutorialTimetableEventsCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudentsOnLectureCount" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet studentů na rozvrhové akci typu přednáška / StudentsOnLectureCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudentsOnSeminarTimetableEventsCount" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet studentů na rozvrhové akci typu seminář / StudentsOnSeminarTimetableEventsCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CountedIntoAverage" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Započítávat předmět do průměru (ano) / CountedIntoAverage</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ReasonForTutorialSplit" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Důvod dělení cvičení / ReasonForTutorialSplit</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="EctsAccreditation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>ECTS akreditace / EctsAccreditation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="EctsDisplay" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Ano-Ne u povinných položek / EctsDisplay</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ExamForm" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Forma zkoušky / ExamForm</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AssessmentMethod" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Způsob hodnocení / AssessmentMethod</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TutorialUnits" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Jednotek cvičení / TutorialUnits</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="LectureUnits" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Jednotek přednášky / LectureUnits</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="SeminarUnits" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Jednotek semináře / SeminarUnits</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TutorialTeachingUnit" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vyučovací jednotka cvičení / TutorialTeachingUnit</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="LectureTeachingUnit" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vyučovací jednotka přednášky / LectureTeachingUnit</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="SeminarTeachingUnit" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Vyučovací jednotka semináře / SeminarTeachingUnit</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AotherReasonForTutorialSplit" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Jiný důvod dělení cvičení / AotherReasonForTutorialSplit</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AttendingCourse" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Předmět má výuku / AttendingCourse</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudentsOnTutorialCount" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet studentů na cvičení / StudentsOnTutorialCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="StudentsOnSeminarCount" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet studentů na semináři / StudentsOnSeminarCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="NumberOfWeeks" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet týdnů / NumberOfWeeks</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TutorialTimetableEventCount" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet rozvrhových akcí typu cvičení / TutorialTimetableEventCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="LectureTimetableEventCount" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet rozvrhových akcí typu přednáška / LectureTimetableEventCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="SeminarTimetableEventCount" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Počet rozvrhových akcí typu seminář / SeminarTimetableEventCount</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Note" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Poznámka / Note</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="PublicNote" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Poznámka veřejná / PublicNote</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="DepartmentAbbreviation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Zkratka pracoviště / DepartmentAbbreviation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseCreditPriorToExamination" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Zápočet před zkouškou / CourseCreditPriorToExamination</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ValidityYear" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Rok platnosti, odkdy předmět platí. / ValidityYear</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AccreditationGroup" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Akreditační skupina / AccreditationGroup</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ObligationToPassConditionalCourse" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Povinnost splnit podmiňující předmět před zápisem tohoto předmětu (ano) / ObligationToPassConditionalCourse</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TutorialType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ cvičení / TutorialType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="LectureType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ přednášky / LectureType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="SeminarType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ semináře / SeminarType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TutorialClassroomType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ učebny pro cvičení / TutorialClassroomType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TutorialLectureType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ učebny pro přednášku / TutorialLectureType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TutorialSeminarType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ učebny pro seminář / TutorialSeminarType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ExamType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ zkoušky / ExamType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseLevelSet" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Úroveň předmětu (Bc., Mgr., …) / CourseLevelSet</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseLevelCalculated" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Úroveň předmětu (Bc., Mgr., …) / CourseLevelCalculated</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="MultiRegistration" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Možnost zapsat si opakovaně vykonaný předmět / MultiRegistration</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="OptionalCourse" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Ano-Ne u povinných položek / OptionalCourse</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CoursesSS" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Výuka v LS / CoursesSS</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CoursesWS" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Výuka v ZS / CoursesWS</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseAbbreviation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Zkratka předmětu / CourseAbbreviation</xs:documentation>
																</xs:annotation>
															</xs:element>
													<xs:element name="CourseStudyGrade">
														<xs:annotation>
															<xs:documentation>Hodnocení studenta na předmětu</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																	<xs:element name="StateDoctoralExaminationNumber" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Číslo vysvědčení o státní doktorské zkoušce / StateDoctoralExaminationNumber</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ClientInfo" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Client info / ClientInfo</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Date" type="xs:date">
																		<xs:annotation>
																			<xs:documentation>Datum / Date</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="GradeOrCourseCreditValue" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Hodnota ze systému hodnocení pro známku či zápočet / GradeOrCourseCreditValue</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="GradesCreditBeforeExaminationValue" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Hodnota ze systému hodnocení pro zápočet před zkouškou / GradesCreditBeforeExaminationValue</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="GradesOrWordsAssessment" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Hodnocení známkou nebo slovně / GradesOrWordsAssessment</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Language" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Zkouška probíhala v jazyce / Language</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExpectedDateOfExam" type="xs:date">
																		<xs:annotation>
																			<xs:documentation>Plánované datum zkoušky / ExpectedDateOfExam</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="NumberOfCredits" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Počet kreditů / NumberOfCredits</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Attempt" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Pokus / Attempt</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="DepartmentAbbreviation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Zkratka pracoviště / DepartmentAbbreviation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CourseCreditPriorToExamination" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Zápočet před zkouškou / CourseCreditPriorToExamination</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamProcedure" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Průběh zkoušky / ExamProcedure</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="OriginOfRecognizedSubjects" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Původ uznaných předmětů / OriginOfRecognizedSubjects</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="YearOfValidity" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Školní rok / YearOfValidity</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="VariantYear" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Rok platnosti, odkdy předmět platí. / VariantYear</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Semestr" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Semestr / Semestr</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="WrittenEvaluation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Slovní hodnocení zkoušky (splnil, nesplnil; udělal, neudělal) / WrittenEvaluation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CourseStatus" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Statut předmětu / CourseStatus</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="PassedState" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Stav hodnocení předmětu / PassedState</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="TypeOfExam" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Typ zkoušky / TypeOfExam</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Recognized" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Kód uznání zkoušky / Recognized</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CreditDate" type="xs:date">
																		<xs:annotation>
																			<xs:documentation>Datum splnění zápočtu před zkouškou / CreditDate</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CreditAttempt" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Číslo termínu (pokusu) předzkouškového zápočtu / CreditAttempt</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CreditWrittenEvaluation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Hodnocení předzkouškového zápočtu (splnil, nesplnil) / CreditWrittenEvaluation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="RecognizedCourseCredit" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Ne-Ano u povinných položek / RecognizedCourseCredit</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Points" type="xs:decimal">
																		<xs:annotation>
																			<xs:documentation>Získané body / Points</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CourseAbbreviation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Zkratka předmětu / CourseAbbreviation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Grade" type="xs:decimal">
																		<xs:annotation>
																			<xs:documentation>Známka / Grade</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="InvalidationOfStatehoodDate" type="xs:date">
																		<xs:annotation>
																			<xs:documentation>Datum zneplatnění absolvování státnice / InvalidationOfStatehoodDate</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="InvalidationOfStatehoodReason" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Důvod zneplatnění absolvování státnice / InvalidationOfStatehoodReason</xs:documentation>
																		</xs:annotation>
																	</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											<xs:element name="OneTimeCourses">
												<xs:annotation>
													<xs:documentation>Jednorázové předměty</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
													<xs:element name="OneTimeCourseStudyGrade" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Informace a hodnocení u jednorázového předmětu</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																	<xs:element name="Passed" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Ne-Ano u povinných položek / Passed</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CourseNameCzech" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Úplný název cizího předmětu v původním jazyce (anglicky pro české) / CourseNameCzech</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamDate" type="xs:date">
																		<xs:annotation>
																			<xs:documentation>Skutečné datum zkoušky / ExamDate</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="TargetAverage" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Do jakého průměru výsledek započítávat / TargetAverage</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="LessonHours" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Počet hodin kontaktní výuky / LessonHours</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamEvaluation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Hodnocení zkoušky (známkou, slovně) / ExamEvaluation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamLanguage" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Jazyk, ve kterém byla zkouška vykonána / ExamLanguage</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="AnotherCourseName" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Úplný název cizího předmětu - česky / AnotherCourseName</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="AnotherSchoolClassification" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Původní (přinesené) hodnocení / AnotherSchoolClassification</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="EctsClassification" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Klasifikace ECTS / EctsClassification</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="AnotherSchoolCredit" type="xs:decimal">
																		<xs:annotation>
																			<xs:documentation>Původní (přinesený) počet kreditů / AnotherSchoolCredit</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="PersonalNumber" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Osobní číslo / PersonalNumber</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="PlannedDate" type="xs:date">
																		<xs:annotation>
																			<xs:documentation>Plánované datum zkoušky / PlannedDate</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CreditCount" type="xs:decimal">
																		<xs:annotation>
																			<xs:documentation>Počet kreditů / CreditCount</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="AttemptNumber" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Pořadové číslo (pokus) zkoušky / AttemptNumber</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Note" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Poznámka / Note</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamProcedure" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Průběh zkoušky - volný text / ExamProcedure</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="RecognizedCourseOrigin" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Původ uznaných předmětů / RecognizedCourseOrigin</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ValidYear" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Školní rok / ValidYear</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Semester" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Semestr / Semester</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="WrittenEvaluation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Slovní hodnocení zkoušky (splnil, nesplnil; udělal, neudělal) / WrittenEvaluation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="PassedState" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Stav hodnocení předmětu / PassedState</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="DiplomaSupplementPrint" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Ano-Ne u povinných položek / DiplomaSupplementPrint</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamType" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Typ zkoušky / ExamType</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Recognized" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Kód uznání zkoušky / Recognized</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CourseAbbreviation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Zkratka cizího předmětu / CourseAbbreviation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Grade" type="xs:decimal">
																		<xs:annotation>
																			<xs:documentation>Známka / Grade</xs:documentation>
																		</xs:annotation>
																	</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											<xs:element name="CourseDescriptionInformation">
												<xs:annotation>
													<xs:documentation>Popisné údaje o předmětu</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
															<xs:element name="AssessmentMethodSupplementInEnglish" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Doplnění učitele k hodnotící metodě - an / AssessmentMethodSupplementInEnglish</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="RequirementsInEnglish" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadavky pro splnění předmětu - anglicky / RequirementsInEnglish</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AssumptionsInEnglish" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Předpoklady pro studium předmětu - an / AssumptionsInEnglish</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="PlanAndOverviewInEnglish" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Plán a přehled přednášek a cvičení - anglicky / PlanAndOverviewInEnglish</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CompetencesAcquiredInEnglish" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Získané způsobilosti studiem předmětu - an / CompetencesAcquiredInEnglish</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="AssessmentMethodSupplementInCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Doplnění učitele k hodnotící metodě - cz / AssessmentMethodSupplementInCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="RequirementsInCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Požadavky pro splnění předmětu / RequirementsInCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="PrerequisitesInCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Předpoklady pro studium předmětu - cz / PrerequisitesInCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="PlanAndOverviewInCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Plán a přehled přednášek a cvičení / PlanAndOverviewInCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CompetencesAcquiredInCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Získané způsobilosti studiem předmětu - cz / CompetencesAcquiredInCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="MaxPoints" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Maximum bodů / MaxPoints</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="MinPoints" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Minimum bodů / MinPoints</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="MinimumStudents" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Minimální počet studentů pro otevření předmětu / MinimumStudents</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="DepartmentAbbreviation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Pracovní stáže / DepartmentAbbreviation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="UnitAbbreviation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Zkratka pracoviště / UnitAbbreviation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ValidityYear" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Rok platnosti, odkdy předmět platí. / ValidityYear</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseUrl" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Odkaz na webovou stránku / CourseUrl</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CourseAbbreviation" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Zkratka předmětu / CourseAbbreviation</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="FormOfInstruction" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Způsob výuky / FormOfInstruction</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Importance" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Důležitost doporučené literatury / Importance</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Language" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Doporučený jazyk / Language</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Note" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Poznámka / Note</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Approved" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Ano-Ne u povinných položek / Approved</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="CiteType" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Způsob citace / CiteType</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="HoursOfTimeRequirement" type="xs:decimal">
																<xs:annotation>
																	<xs:documentation>Počet hodin časové náročnosti / HoursOfTimeRequirement</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="TypeOfTimeRequirement" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ časové náročnosti předmětu / TypeOfTimeRequirement</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Order" type="xs:integer">
																<xs:annotation>
																	<xs:documentation>Pořadí / Order</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="PetitionerNote" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Poznámka navrhovatele / PetitionerNote</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ApproverNote" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Poznámka schvalovatele / ApproverNote</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="QRAMCategory" type="xs:string">
																<xs:annotation>
																	<xs:documentation>QRAM kategorie / QRAMCategory</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="QRAMAbility" type="xs:string">
																<xs:annotation>
																	<xs:documentation>QRAM schopnosti / QRAMAbility</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="QRAMAprove" type="xs:string">
																<xs:annotation>
																	<xs:documentation>QRAM schvalování / QRAMAprove</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="FreeTextInEnglish" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Volný text v AN / FreeTextInEnglish</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="FreeTextInCzech" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Volný text v CZ / FreeTextInCzech</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Author" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Autor / Author</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ISBN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>ISBN / ISBN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ISSN" type="xs:string">
																<xs:annotation>
																	<xs:documentation>ISSN / ISSN</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="InsteadOfPublishing" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Místo vydání / InsteadOfPublishing</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Name" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název literatury / Name</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Year" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Rok vydání / Year</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Type" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Typ literatury / Type</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="URL" type="xs:string">
																<xs:annotation>
																	<xs:documentation>URL adresa / URL</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Edition" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Kolikáté vydání / Edition</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="SourceDocumentName" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Název zdrojového dokumentu / SourceDocumentName</xs:documentation>
																</xs:annotation>
															</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="InterruptionsPaternalLeavesIndividualStudiesTimePeriods">
								<xs:annotation>
									<xs:documentation>Přerušení, rodičovství, individuální studium</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
									<xs:element name="Interruptions" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>Přerušení</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
											<xs:element name="Interruption">
												<xs:annotation>
													<xs:documentation>Období přerušení</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
															<xs:element name="InterruptionFrom" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Skutečný nástup po přerušení / InterruptionFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="InterruptionPlanedFrom" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Přerušení plánováno do / InterruptionPlanedFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="InterruptedFrom" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Přerušeno od / InterruptedFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="PaternalLeaves">
										<xs:annotation>
											<xs:documentation>Rodičovství</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
											<xs:element name="PaternalLeave" maxOccurs="unbounded">
												<xs:annotation>
													<xs:documentation>Období rodičovství</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
															<xs:element name="ParentalLeaveTo" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Skutečné datum ukončení rodičovské dovolené / ParentalLeaveTo</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ParentalLeavePlanedTo" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Předpokládané datum ukončení rodičovské dovolené / ParentalLeavePlanedTo</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ParentalLeaveFrom" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Datum začátku rodičovské dovolené / ParentalLeaveFrom</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="ExtendMaximumStudyDuration" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Prodloužit či neprodloužit maximální dobu studia / ExtendMaximumStudyDuration</xs:documentation>
																</xs:annotation>
															</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="IndividualStudies">
										<xs:annotation>
											<xs:documentation>Individuální studium</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
											<xs:element name="IndividualStudy" maxOccurs="unbounded">
												<xs:annotation>
													<xs:documentation>Období individuálního studia</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
															<xs:element name="DateOfClosure" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Datum ukončení / DateOfClosure</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="DateOfRegistration" type="xs:date">
																<xs:annotation>
																	<xs:documentation>Datum zápisu / DateOfRegistration</xs:documentation>
																</xs:annotation>
															</xs:element>
															<xs:element name="Semester" type="xs:string">
																<xs:annotation>
																	<xs:documentation>Semestr (LS nebo ZS nebo ZS/LS) - individuální studijní plán / Semester</xs:documentation>
																</xs:annotation>
															</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Exchanges">
								<xs:annotation>
									<xs:documentation>Mobility</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
									<xs:element name="Exchange" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>Mobilita</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:sequence>
													<xs:element name="OutgoingAnotherSchoolEmail" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí e-mail / OutgoingAnotherSchoolEmail</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingAnotherSchoolFax" type="xs:string">
														<xs:annotation>
															<xs:documentation>Fax cizí / OutgoingAnotherSchoolFax</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingAnotherSchoolPhone" type="xs:string">
														<xs:annotation>
															<xs:documentation>Cizí telefon / OutgoingAnotherSchoolPhone</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDateFrom" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum návratu / OutgoingDateFrom</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDateTo" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum odjezdu / OutgoingDateTo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDepartmentCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu DC / OutgoingDepartmentCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignDepartmentCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu DC cizí / OutgoingForeignDepartmentCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingInstitutionalCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu IC / OutgoingInstitutionalCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignInstitutionalCoordinatorSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu IC cizí / OutgoingForeignInstitutionalCoordinatorSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingStudentsSignatureDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum podpisu studentem / OutgoingStudentsSignatureDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingSecondSemesterBeginDate" type="xs:date">
														<xs:annotation>
															<xs:documentation>Datum začátku 2. semestru / OutgoingSecondSemesterBeginDate</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignDepartmentCoordinator" type="xs:string">
														<xs:annotation>
															<xs:documentation>DC cizí / OutgoingForeignDepartmentCoordinator</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingEctsEmail" type="xs:string">
														<xs:annotation>
															<xs:documentation>E-mail ECTS / OutgoingEctsEmail</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingEctsFax" type="xs:string">
														<xs:annotation>
															<xs:documentation>Fax ECTS / OutgoingEctsFax</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingEctsPhone" type="xs:string">
														<xs:annotation>
															<xs:documentation>Telefon ECTS / OutgoingEctsPhone</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingFaculty" type="xs:string">
														<xs:annotation>
															<xs:documentation>Fakulta studenta / OutgoingFaculty</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingFinanceCode" type="xs:string">
														<xs:annotation>
															<xs:documentation>Kód financování (dle matriky) / OutgoingFinanceCode</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDepartmentCoordinatorRole" type="xs:string">
														<xs:annotation>
															<xs:documentation>Funkce DC / OutgoingDepartmentCoordinatorRole</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignDepartmentCoordinatorRole" type="xs:string">
														<xs:annotation>
															<xs:documentation>Funkce DC cizí / OutgoingForeignDepartmentCoordinatorRole</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignInstitutionalCoordinator" type="xs:string">
														<xs:annotation>
															<xs:documentation>IC cizí / OutgoingForeignInstitutionalCoordinator</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCommunicationLanguage" type="xs:string">
														<xs:annotation>
															<xs:documentation>Jazyk dorozumívací / OutgoingCommunicationLanguage</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingDepartment" type="xs:string">
														<xs:annotation>
															<xs:documentation>Katedra / OutgoingDepartment</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingForeignDepartment" type="xs:string">
														<xs:annotation>
															<xs:documentation>Katedra cizí / OutgoingForeignDepartment</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingIscedCode" type="xs:string">
														<xs:annotation>
															<xs:documentation>Mezinárodní standardní klasifikace vzdělávání - ISCED / OutgoingIscedCode</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingOriginalCourseName" type="xs:string">
														<xs:annotation>
															<xs:documentation>Název předmětu v jazyce, ve kterém bude studován / OutgoingOriginalCourseName</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingValidity" type="xs:string">
														<xs:annotation>
															<xs:documentation>Platnost výjezdu / OutgoingValidity</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingReason" type="xs:string">
														<xs:annotation>
															<xs:documentation>Proč chce vyjet / OutgoingReason</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingNativeLanguage" type="xs:string">
														<xs:annotation>
															<xs:documentation>Rodný jazyk / OutgoingNativeLanguage</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingValidYear" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ručně zadaný akademický rok výjezdu studenta / OutgoingValidYear</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingSemester" type="xs:string">
														<xs:annotation>
															<xs:documentation>Semestr (LS nebo ZS) / OutgoingSemester</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCompanyAddress" type="xs:string">
														<xs:annotation>
															<xs:documentation>Adresa sídla firmy / OutgoingCompanyAddress</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCompanyName" type="xs:string">
														<xs:annotation>
															<xs:documentation>Název firmy / OutgoingCompanyName</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCompanyCity" type="xs:string">
														<xs:annotation>
															<xs:documentation>Město, kde sídlí firma / OutgoingCompanyCity</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCompanyCountry">
														<xs:annotation>
															<xs:documentation>Stát, kde sídlí firma / OutgoingCompanyCountry</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="xs:string">
																	<xs:attribute name="CountryId" type="xs:integer" />
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
													<xs:element name="OutgoingDiplomaSupplementPrint" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ano-Ne u povinných položek / OutgoingDiplomaSupplementPrint</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingType" type="xs:string">
														<xs:annotation>
															<xs:documentation>Typ výjezdu / OutgoingType</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingCourseCatalogUrl" type="xs:string">
														<xs:annotation>
															<xs:documentation>URL katalogu kurzů / OutgoingCourseCatalogUrl</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingLanguageSkillLevel" type="xs:string">
														<xs:annotation>
															<xs:documentation>Definuje šest kategorií podle úrovně znalosti cizího jazyka - A1, A2, B1, B2, C1, C2 / OutgoingLanguageSkillLevel</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingReportedToSIMSRegistry" type="xs:string">
														<xs:annotation>
															<xs:documentation>Ano-Ne u povinných položek / OutgoingReportedToSIMSRegistry</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="OutgoingAskingForGrant" type="xs:string">
														<xs:annotation>
															<xs:documentation>Žádá o grant / OutgoingAskingForGrant</xs:documentation>
														</xs:annotation>
													</xs:element>
											<xs:element name="CourseStudyGrades">
												<xs:annotation>
													<xs:documentation>Předměty z mobilit</xs:documentation>
												</xs:annotation>
												<xs:complexType>
													<xs:sequence>
													<xs:element name="CourseStudyGrade" maxOccurs="unbounded">
														<xs:annotation>
															<xs:documentation>Informace a hodnocení předmětu z mobility</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																	<xs:element name="Passed" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Ne-Ano u povinných položek / Passed</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CourseNameCzech" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Úplný název cizího předmětu v původním jazyce (anglicky pro české) / CourseNameCzech</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamDate" type="xs:date">
																		<xs:annotation>
																			<xs:documentation>Skutečné datum zkoušky / ExamDate</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="TargetAverage" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Do jakého průměru výsledek započítávat / TargetAverage</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="LessonHours" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Počet hodin kontaktní výuky / LessonHours</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamEvaluation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Hodnocení zkoušky (známkou, slovně) / ExamEvaluation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamLanguage" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Jazyk, ve kterém byla zkouška vykonána / ExamLanguage</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="AnotherCourseName" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Úplný název cizího předmětu - česky / AnotherCourseName</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="AnotherSchoolClassification" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Původní (přinesené) hodnocení / AnotherSchoolClassification</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="EctsClassification" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Klasifikace ECTS / EctsClassification</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="AnotherSchoolCredit" type="xs:decimal">
																		<xs:annotation>
																			<xs:documentation>Původní (přinesený) počet kreditů / AnotherSchoolCredit</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="PersonalNumber" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Osobní číslo / PersonalNumber</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="PlannedDate" type="xs:date">
																		<xs:annotation>
																			<xs:documentation>Plánované datum zkoušky / PlannedDate</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CreditCount" type="xs:decimal">
																		<xs:annotation>
																			<xs:documentation>Počet kreditů / CreditCount</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="AttemptNumber" type="xs:integer">
																		<xs:annotation>
																			<xs:documentation>Pořadové číslo (pokus) zkoušky / AttemptNumber</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Note" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Poznámka / Note</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamProcedure" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Průběh zkoušky - volný text / ExamProcedure</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="RecognizedCourseOrigin" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Původ uznaných předmětů / RecognizedCourseOrigin</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ValidYear" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Školní rok / ValidYear</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Semester" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Semestr / Semester</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="WrittenEvaluation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Slovní hodnocení zkoušky (splnil, nesplnil; udělal neudělal) / WrittenEvaluation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="PassedState" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Stav hodnocení předmětu / PassedState</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="DiplomaSupplementPrint" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Ano-Ne u povinných položek / DiplomaSupplementPrint</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="ExamType" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Typ zkoušky / ExamType</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Recognized" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Kód uznání zkoušky / Recognized</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="CourseAbbreviation" type="xs:string">
																		<xs:annotation>
																			<xs:documentation>Zkratka cizího předmětu / CourseAbbreviation</xs:documentation>
																		</xs:annotation>
																	</xs:element>
																	<xs:element name="Grade" type="xs:decimal">
																		<xs:annotation>
																			<xs:documentation>Známka / Grade</xs:documentation>
																		</xs:annotation>
																	</xs:element>
															</xs:sequence>
														</xs:complexType>
													</xs:element>
													</xs:sequence>
												</xs:complexType>
											</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
