<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
 ______________________________________________________________________
|                                                   														
|   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 
	xmlns="urn:schemas-etourist:SchemaExtension" 
	xmlns:basis="urn:schemas-etourist:Adresse"
	xmlns:type="urn:schemas-etourist:GlobalSimpleTypes"
	xmlns:i18n="urn:eTourist:i18n"
	xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
	xmlns:params="urn:schemas-etourist:parameters"
	xmlns:search="urn:schemas-etourist:search-parameters"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	attributeFormDefault="unqualified"
	elementFormDefault="qualified"
	id="Adressen"
	search:resultTable="Adresse"
	targetNamespace="urn:schemas-etourist:SchemaExtension">

	<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="Adresse_Basis.xsd" 
		namespace="urn:schemas-etourist:Adresse"/>
	
	<xs:element name="Adressen" msdata:Locale="de-DE">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="Adresse" type="AdresseExtension"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
			
	<xs:complexType name="AdresseExtension">
		<xs:complexContent>
			<xs:extension base="basis:AdresseTyp">
				<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>