<?xml version="1.0" encoding="utf-8" ?>
<!--
 ______________________________________________________________________
|                                                   														
|   Copyright 2001-2015 eTourist.net, hubermedia GmbH, Germany
|   																
|   All rights reserved.										
|                                   						
|   Permission to use, copy, modify, and distribute this document for
|   any purposes and without fee is hereby granted in perpetuity,
|   provided that the above copyright notice and this permission notice
|   appear in all copies of this document. 	
|                                   																
|   WE PROVIDE THIS DOCUMENT TO USER "AS IS."  WE DISCLAIM ALL 
|   WARRANTIES, EXPRESS OR IMPLIED, WITH RESPECT TO THIS DOCUMENT,
|   INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A  
|   PARTICULAR PURPOSE.  IN NO EVENT SHALL WE BE LIABLE FOR ANY 
|   DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,   
|   OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA, OR 
|   PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE, OR OTHER 
|   TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OF  
|   THIS DOCUMENT.	
|																				
|   further Informations: http://hubermedia.de
|_______________________________________________________________________
-->
<xs:schema 
	id="OrteInformationen"
	xmlns:basis="urn:schemas-etourist:OrteInformation" 
	search:resultTable="OrteInformation"
	xmlns="urn:schemas-etourist:SchemaExtension"
	targetNamespace="urn:schemas-etourist:SchemaExtension"	
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" 
	xmlns:params="urn:schemas-etourist:parameters"
	xmlns:i18n="urn:eTourist:i18n" 
	xmlns:addon="urn:schemas-etourist:addon"
	xmlns:type="urn:schemas-etourist:GlobalSimpleTypes"
	xmlns:search="urn:schemas-etourist:search-parameters"
	elementFormDefault="qualified" 
	attributeFormDefault="unqualified">
	
	<xs:import namespace="http://www.w3.org/XML/1998/namespace" />
	<xs:import namespace="urn:eTourist:i18n" />
	<xs:import namespace="urn:schemas-etourist:GlobalSimpleTypes" />
	<xs:import id="basis" 
		schemaLocation="OrteInformation_Basis.xsd" 
		namespace="urn:schemas-etourist:OrteInformation"/>
	
	<xs:element name="OrteInformationen" msdata:Locale="de-DE">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="OrteInformation" type="OrteInformationExtension"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
			
	<xs:complexType name="OrteInformationExtension">
		<xs:complexContent>
			<xs:extension base="basis:OrteInformationTyp">				
				<xs:sequence>
					<xs:element name="Fragment" minOccurs="1" maxOccurs="1">
					<xs:complexType>
						<xs:choice maxOccurs="unbounded" minOccurs="0">
						
						</xs:choice>
					</xs:complexType>
					</xs:element>
				</xs:sequence>				
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>

</xs:schema>