<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 (http://www.altova.com) by Nicholas Knowles Knowles (Kizoom Ltd) -->
<!-- Crown Copyright 2007
The Purpose of this file is to overcome a technical limitation in Xerces (and possibly other)    widely used XML processors.
   
 Xerces has a limitation in that it only notices the first import for a given namespace that it encounters - all others are effectively ignored. Thus if one imports individual packages as separate packages, only the first is found.  This applies a per-schema basis,   i.e. when processing a complex dependency graph with multiple files referencing the same namespace, once the first import for a namespace has been loaded no further files are imported for that namespace during the whole JAXB run. 
   
   The practical effect of this limitation is that you should always import all of the types in a namespace, not just the ones that the current file requires. 
   
   This file provides a single declaration of all the UTMC data elements.
   
     
    <Modified>2009-11-17</Modified> 

 -->
<xsd:schema xmlns="http://www.utmc.uk.com/utmc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:siri="http://www.siri.org.uk/siri" targetNamespace="http://www.utmc.uk.com/utmc" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="utmc">
	<!-- ===Dependencies ======================================= -->
	<!-- ===Dummy include of all SIRI namespace  to help Xerces ====Used by ALert Publish Actions ========================================= -->
	<xsd:import namespace="http://www.siri.org.uk/siri" schemaLocation="../siri/siri_all.xsd"/>
	<!-- ======UTMC==================================================== -->
	<xsd:include schemaLocation="../utmcsvc/utmc_all-v1.0.xsd"/>
	<!-- ======Freeflow==================================================== -->
	<xsd:include schemaLocation="utmc_filter_traffic_alert-v1.0.xsd"/>
	<xsd:include schemaLocation="utmc_filter_intervention-v1.0.xsd"/>
	<xsd:include schemaLocation="utmc_traffic_event_alert-v1.0.xsd"/>
	<xsd:include schemaLocation="utmc_data_object_intervention-v1.0.xsd"/>
	<xsd:include schemaLocation="utmc_data_object_transport_route_diversion-v1.0.xsd"/>
	<!-- ======================================================================= -->
</xsd:schema>

