<?xml version="1.0" encoding="UTF-8"?>
<!-- ================================================================== -->
<!-- ===== Profession Condition Code List Schema Module ===== -->
<!-- ================================================================== -->
<!-- 
Schema agency: eGovernment Interoperability Framework
Schema version: 1-0 
Schema date: 2008-03-12 
-->
<xs:schema xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:clmEL40000065="gr:ypes:egif:codelist:draft:ProfessionConditionCode:1" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="gr:ypes:egif:codelist:draft:ProfessionConditionCode:1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1-0" id="EL40000065">
	<xs:simpleType name="ProfessionConditionCodeContentType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation xml:lang="eng">
						<ccts:Name>Working</ccts:Name>
					</xs:documentation>
					<xs:documentation xml:lang="ell">
						<ccts:Name>Εργαζόμενος</ccts:Name>
					</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation xml:lang="eng">
						<ccts:Name>Incapable of working</ccts:Name>
					</xs:documentation>
					<xs:documentation xml:lang="ell">
						<ccts:Name>Ανίκανος να εργαστεί</ccts:Name>
					</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="3">
				<xs:annotation>
					<xs:documentation xml:lang="eng">
						<ccts:Name>Unemployed</ccts:Name>
					</xs:documentation>
					<xs:documentation xml:lang="ell">
						<ccts:Name>Άνεργος</ccts:Name>
					</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="4">
				<xs:annotation>
					<xs:documentation xml:lang="eng">
						<ccts:Name>Retired</ccts:Name>
					</xs:documentation>
					<xs:documentation xml:lang="ell">
						<ccts:Name>Συνταξιούχος</ccts:Name>
					</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="5">
				<xs:annotation>
					<xs:documentation xml:lang="eng">
						<ccts:Name>Other</ccts:Name>
					</xs:documentation>
					<xs:documentation xml:lang="ell">
						<ccts:Name>Άλλο</ccts:Name>
					</xs:documentation>
				</xs:annotation>
			</xs:enumeration>			
		</xs:restriction>
	</xs:simpleType>
</xs:schema>

