<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns="http://schemas.gov.sk/form/00156582.univerzalny_formular.sk.cur/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.gov.sk/form/00156582.univerzalny_formular.sk.cur/1.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:annotation>
		<xs:documentation xml:lang="sk">Agenda Centrálneho údajového repozitára</xs:documentation>
	</xs:annotation>
	<xs:element name="eform">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ApplicationNumber" type="ApplicationNumber_type_1">
					<xs:annotation>
						<xs:documentation xml:lang="sk">Označenie</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ApplicationName" type="ApplicationName_type_1">
					<xs:annotation>
						<xs:documentation xml:lang="sk">Predmet</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="RequestTypeId" minOccurs="0" type="a567_type_1">
									<xs:annotation>
										<xs:documentation xml:lang="sk">Kod Typu ziadosti</xs:documentation>
									</xs:annotation>
				</xs:element>	
				<xs:element name="ApplicationDescription" minOccurs="0" type="ApplicationDescription_type_1">
																							 
					<xs:annotation>
						<xs:documentation xml:lang="sk">Poznámka</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="ApplicationNumber_type_1">
		<xs:restriction base="xs:string">
			<xs:maxLength value="30"/>
			<xs:minLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ApplicationName_type_1">
		<xs:restriction base="xs:string">
			<xs:maxLength value="200"/>
			<xs:minLength value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ApplicationDescription_type_1">
		<xs:restriction base="xs:string">
			<xs:maxLength value="500"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="a567_type_1">
		<xs:restriction base="xs:string">
			<xs:maxLength value="30"/>
							
		</xs:restriction>
	</xs:simpleType>
</xs:schema>