<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 (http://www.altova.com) by Nicholas Knowles Knowles (Kizoom Ltd) -->
<xsd:schema xmlns:netex="http://www.netex.org.uk/netex" xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.siri.org.uk/siri" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="netex_siri">
	<!-- ===Dependencies ======================================= -->
	<!-- ===Dummy include of all netex namespace  to help Xerces - Also picks up NeTEx objects
	<xsd:include schemaLocation="netexsvc/netex_all-v0.1.xsd"/> ====== -->
	<!-- ======================================================================= -->
	<xsd:import namespace="http://www.netex.org.uk/netex" schemaLocation="netex_service/netex_all-v0.1.xsd"/>
	<!-- ======================================================================= -->
	<xsd:include schemaLocation="siri/siri_base-v1.3.xsd"/>
	<!-- ===eGIF/GovTalk Documentation ======================================= -->
	<xsd:annotation>
		<xsd:appinfo>
			<Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
				<Aggregation>main schema</Aggregation>
				<Audience>e-service developers</Audience>
				<Contributor>netexXml Nicholas Knowles, KIZOOM LTD., London EC4A 1LT</Contributor>
				<Contributor>TO be COMPLETED  </Contributor>
				<Coverage>United kingdom</Coverage>
				<Creator>>Drafted for version 1.0 NeTEx Editor Nicholas Knowles, Kizoom. mailto:schemer@siri.org.uk</Creator>
				<Date>
					<Created>2009-01-17</Created>
					<!-- Created from Siri.xsd -->
				</Date>
				<Date>
					<Modified>2009-08-17</Modified>
					<!--  Revised-->
				</Date>
				<Description>
					<p>NeTEx Xml is an XML representation of the Transmodel Public Transport Datamodel that can be used to exchange data objects between netex databases and other services.</p>. 
					<p>SIRI is a European CEN technical standard for the exchange of real time information.</p>
					<p>SIRI is defined by XML schemas and  comprises a general protocol for communication, and a modular set of functional services  
                        <ul>
							<li>This schema adds   NeTEx  request and deliveries to SIRI</li>
						</ul>
					</p>
					<p>SIRI supports both direct request/response and publish subscribe patterns of interaction.</p>
					<p>SIRI includes common mechanisms and messages for system status management.</p>
					<p>SIRI documents can be exchanged using http post, and/or SOAP.</p>
				</Description>
				<Format>
					<MediaType>text/xml</MediaType>
					<Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
					<Description>XML schema, W3C Recommendation 2001</Description>
				</Format>
				<Identifier>{http://www.netex.uk.com/schemas/1.0}netex.xsd</Identifier>
				<Language>[ISO 639-2/B] ENG</Language>
				<Publisher>Kizoom Software Ltd, 16 High Holborn, London WC1V 6BX </Publisher>
				<Relation>
					<Requires>http://www.siri.org.uk/schemas/1.3/siri_base.xsd</Requires>
					<Requires>http://www.netex.uk.com/schemas/1.0/netex_filters.xsd</Requires>
				</Relation>
				<Rights>Unclassified
                            <Copyright>NeTEx, netex  2009</Copyright>
				</Rights>
				<Source>
					<ul>
						<li>Derived from the netex and SIRI standards.</li>
					</ul>
				</Source>
				<Status>Version 1.0 Draft for approval</Status>
				<Subject>
					<Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
Air transport, Airports,
Ports and maritime transport, Ferries (marine),
Public transport, Bus services, Coach services, Bus stops and stations,
Rail transport, Railway stations and track, Train services, Underground trains,
Business and industry, Transport, Air transport , Ports and maritime transport, Public transport,
Rail transport, Roads and road transport.
</Category>
					<Project>Cen TC278 WG3 SG7</Project>
				</Subject>
				<Title>NeTEx XML schema. Service Interface for exchanging NeTEx data as SIRI requests and responses </Title>
				<Type>Standard</Type>
			</Metadata>
		</xsd:appinfo>
	</xsd:annotation>
	<!--== SIRI Request include netex Data Object Request ===================================================================== -->
	<xsd:element name="Siri">
		<xsd:annotation>
			<xsd:documentation>XML Service Interface for Real Time Data Exchange - with netex</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:choice>
				<xsd:group ref="RequestGroup"/>
				<xsd:group ref="ResponseGroup"/>
				<xsd:element ref="Extensions" minOccurs="0"/>
			</xsd:choice>
			<xsd:attribute name="version" type="xsd:NMTOKEN" use="optional" default="1.0"/>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>

