<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.naptan.org.uk/" xmlns:napt="http://www.naptan.org.uk/"  targetNamespace="http://www.naptan.org.uk/" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.4" id="NPTG">	<xsd:include schemaLocation="nptg/NPTG_administrative-v2.4.xsd"/>	<xsd:include schemaLocation="nptg/NPTG_locality-v2-4.xsd"/>	<xsd:include schemaLocation="napt/NaPT_utility_rights-v2-3.xsd"/>	<xsd:annotation>		<xsd:appinfo>			<Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">				<Aggregation>main schema</Aggregation>				<Audience>e-service developers</Audience>				<Contributor>Revised for version 2.1 Kizoom Limited, by Tom White, Nicholas Knowles. mailto:schemer@kizoom.com</Contributor>				<Contributor>Roger Slevin [Roger.Slevin@dft.gsi.gov.uk]</Contributor>				<Contributor>Paul Robinson [ carlbro ]</Contributor>				<Contributor>Richard Mejia [ carlbro ]</Contributor>				<Coverage>United Kingdom</Coverage>				<Creator>Created as W3C .xsd schema by Kizoom  as 2.0 XML schema, Tom White, Nicholas Knowles. mailto:schemer@kizoom.com</Creator>				<Date>					<Created>2004-04-10</Created>				</Date>				<Date>					<Modified>2004-07-08</Modified>				</Date>				<Date>					<Modified>2004-08-26</Modified>				</Date>				<Date>					<Modified>2004-11-03</Modified>				</Date>				<Date>					<Modified>2005-09-05</Modified>					<!-- "V2.1  2005 09 05             Change to ref NaPT stop 2.1 (Make Landmark and street optional)         2006 11 07            Correct schema level attribute to 2.1 -->				</Date>				<Date>					<Modified>2007-08-29</Modified>					<!-- 2007 08 25  		 Add modifcation archived  status - change referenced package using NaPT_common* - -->					<!-- (c) Crown Copyright 2000-2007  -->				</Date>				<Date>					<Modified>2008-10-31</Modified>					<!-- V2.3 change to reference napt_stops 2.3 -->				</Date>				<Date>					<Modified>2010-01-31</Modified>					<!-- V2.3b Remove key ref for  region ref -->					<!-- V2.3b  PTIC008 Relax SMS Code  Napt_stops change  2.4-->					<!-- 2.3 Modularise Move contents to NPTG packaages -->				</Date>				<Description>					<p>The National Public Transport Gazetteer is a UK nationwide system for identifying towns and settlement that are accessed by  Public Transport. It is used both to organise UK Stop data as described by the related NaPTAN standard, and to identify web services that access the data.</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.naptan.org.uk/schemas/2.2}NPTG.xsd</Identifier>				<Language>[ISO 639-2/B] ENG</Language>				<Publisher>Department for Transport, Great Minster House, 76 Marsham Street, London SW1P 4DR</Publisher>				<Relation>					<Requires>http://www.naptan.org.uk/schemas/2.4/napt/NaPT_stop-v2-4.xsd</Requires>				</Relation>				<Rights>Unclassified                            <Copyright>Crown Copyright 2000-2010</Copyright>				</Rights>				<Source>					<ul>						<li>Originally developed as csv  in 2000 By Mike Ness, Richard Shaw, Atkins.</li>						<li>Turned into Xml  schema as Version 2.0, 2004 by Tom White, Nick Knowles</li>					</ul>				</Source>				<Status>Version 2.3 </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>Transport Direct</Project>				</Subject>				<Title>XML schema for the National Public Transport Gazetteer, a UK database of towns and settlement that are accessible  by  Public Transport. </Title>				<Type>Standard</Type>			</Metadata>		</xsd:appinfo>	</xsd:annotation>	<!-- ======================================================================= -->	<xsd:element name="NationalPublicTransportGazetteer">		<xsd:annotation>			<xsd:documentation>Schema for exchanging National Public Transport Gazetteer data.@xml:lang@CreationDateTime,@ModificationDateTime,@Modification,@RevisionNumber,@Status,@FileName,@SchemaVersion,@LocationSystem</xsd:documentation>		</xsd:annotation>		<xsd:complexType>			<xsd:sequence>				<xsd:element name="Regions" type="RegionsStructure" minOccurs="0">					<xsd:annotation>						<xsd:documentation>Definitions of NPTG regions.</xsd:documentation>					</xsd:annotation>				</xsd:element>				<xsd:element name="NptgLocalities" type="NptgLocalitiesStructure" minOccurs="0">					<xsd:annotation>						<xsd:documentation>Definitions of NPTG Localities.</xsd:documentation>					</xsd:annotation>				</xsd:element>				<xsd:element name="PlusbusZones" type="PlusbusZonesStructure" minOccurs="0">					<xsd:annotation>						<xsd:documentation>definitions of PlusbusZones</xsd:documentation>					</xsd:annotation>				</xsd:element>			</xsd:sequence>			<xsd:attributeGroup ref="DocumentModificationDetailsGroup"/>			<xsd:attributeGroup ref="DataRightsGroup"/>			<xsd:attribute name="SchemaVersion" type="xsd:NMTOKEN" use="required" fixed="2.4"/>			<xsd:attribute name="LocationSystem" type="LocationSystemEnumeration" use="optional" fixed="Grid"/>		</xsd:complexType>		<xsd:key name="RegionKey">			<xsd:selector xpath=".//Regions/Region"/>			<xsd:field xpath="RegionCode"/>		</xsd:key>		<xsd:unique name="AdministrativeAreaKey">			<xsd:selector xpath=".//AdministrativeAreas/AdministrativeArea"/>			<xsd:field xpath="AdministrativeAreaCode"/>		</xsd:unique>		<xsd:unique name="NptgDistrict">			<xsd:selector xpath=".//NptgDistricts/NptgDistrict"/>			<xsd:field xpath="NptgDistrictCode"/>		</xsd:unique>		<xsd:key name="NptgLocalityKey">			<xsd:selector xpath=".//NptgLocalities/NptgLocality"/>			<xsd:field xpath="NptgLocalityCode"/>		</xsd:key>		<xsd:keyref name="NptgLocalityKeyRef" refer="NptgLocalityKey">			<xsd:selector xpath=".//NptgLocalityRef"/>			<xsd:field xpath="."/>		</xsd:keyref>		<xsd:unique name="PlusbusZoneKey">			<xsd:selector xpath=".//PlusbusZones/PlusbusZone"/>			<xsd:field xpath="PlusbusZoneCode"/>		</xsd:unique>	</xsd:element>	<!-- ======================================================================= -->	<!-- Types - should go into a types schema --></xsd:schema>