<?xml version="1.0" encoding="WINDOWS-1250" ?>
<schema	xmlns="http://www.w3.org/2001/XMLSchema" version="24.04.01">
	<annotation><documentation>Schéma pro seznam vzniklých chyb</documentation></annotation>
	<element name="Chyby">
		<complexType mixed="false">
			<sequence>
				<element name="Chyba" minOccurs="1" maxOccurs="unbounded">
					<annotation><documentation>Element odpovídá jednomu objektu třídy Chyba.</documentation></annotation>
					<complexType mixed="false">
						<sequence>
							<element name="Text" minOccurs="1" maxOccurs="1" type="string">
								<annotation><documentation>Textový popis chyby.</documentation></annotation>
							</element>
							<element name="Zasobnik" minOccurs="0" maxOccurs="1" type="string">
								<annotation><documentation>Pokud se jedná o výjimku, je připojen otisk zásobníku.</documentation></annotation>
							</element>
						</sequence>
						<attribute name="Typ" type="string" use="required">
							<annotation><documentation>Typ chyby: K - kritická, N - propustná závažná, P - propustná, E - výjimka java.</documentation></annotation>
						</attribute>
						<attribute name="Radek" type="string">
							<annotation><documentation>Číslo řádku v souboru (pouze pokud lze), nebo index opakující se položky.</documentation></annotation>
						</attribute>
						<attribute name="Polozka" type="string">
							<annotation><documentation>Identifikace položky.</documentation></annotation>
						</attribute>
						<attribute name="Oddil" type="string">
							<annotation><documentation>Identifikace oddílu, ve kterém se položka nachází.</documentation></annotation>
						</attribute>
						<attribute name="DoplInfo" type="string">
							<annotation><documentation>Doplňující informace, kde se položka chyba nachází.</documentation></annotation>
						</attribute>
						<attribute name="Zkr" type="string">
							<annotation><documentation>Zkratka chyby, neboli jeji identifikátor</documentation></annotation>
						</attribute>
					</complexType>
				</element>
			</sequence>
		</complexType>
	</element>
</schema>