<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by Martin Stingelin (Stingelin Informatik GmbH) -->
<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by BITUSER (Bundesamt für Informatik und Telekommunikation) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:eCH-0008="http://www.ech.ch/xmlns/eCH-0008/2" targetNamespace="http://www.ech.ch/xmlns/eCH-0008/2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0">
	<xs:annotation>
		<xs:documentation xml:lang="de">Ausgabedatum: 29.10.2007</xs:documentation>
	</xs:annotation>
	<xs:simpleType name="countryIdType">
		<xs:restriction base="xs:integer">
			<xs:minInclusive value="1000"/>
			<xs:maxInclusive value="9999"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="countryIdISO2Type">
		<xs:restriction base="xs:token">
			<xs:maxLength value="2"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="countryNameShortType">
		<xs:restriction base="xs:token">
			<xs:maxLength value="50"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="languageType">
		<xs:restriction base="xs:token">
			<xs:length value="2"/>
			<xs:enumeration value="fr"/>
			<xs:enumeration value="it"/>
			<xs:enumeration value="dt"/>
			<xs:enumeration value="en"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="countryType">
		<xs:sequence>
			<xs:element name="countryId" type="eCH-0008:countryIdType" minOccurs="0"/>
			<xs:element name="countryIdISO2" type="eCH-0008:countryIdISO2Type" minOccurs="0"/>
			<xs:element name="countryNameShort" type="eCH-0008:countryNameShortType"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="countryShortType">
		<xs:sequence>
			<xs:element name="countryNameShort" type="eCH-0008:countryNameShortType"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="countryRoot">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="country" type="eCH-0008:countryType"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
