<?xml version="1.0" encoding="UTF-8"?>  
<!-- Copyright (C) 2004 RTIG Ltd -->
<!-- 
    
    RTIG-XML Bus & Tram Real Time Information Schema
    Example of asynchronous response (1) to request for stop status information.  
       
    Minimum contnets to have a valid response
         
       
    History
 
      2004 Oct 10 Created  
     
-->
<rt:PTStatusRealTimeDelivery xmlns:trdxml="http://www.rtigxml.org.uk/schema/trident-xml" xmlns:trd="http://www.trident.org/schema/trident" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rt="http://www.rtigxml.org.uk/schema/trident-rt" xmlns:rtig="http://www.rtigxml.org.uk/schema/trident-rtig" xsi:schemaLocation=" http://www.rtigxml.org.uk/schema/trident-rtig ../rtig_reference.xsd"> 
    <rt:StopStatusRealTimeDelivery version="1.2c">
        <trd:objectId>TFL:RESPONSESTOPSTATUSRT:12345</trd:objectId>
        <trd:creationTime>2002-08-15T09:12:41+01:00</trd:creationTime>
        <rt:StopPointRef>
            <rtig:NaptanStopNumber>49008080</rtig:NaptanStopNumber> 
                    </rt:StopPointRef>
        <rt:VehicleAtStopRealTime>
            <trd:objectId>TFL:VEHICLEATSTOPRT:12345</trd:objectId>
            <trd:creationTime>2002-08-15T09:12:41+01:00</trd:creationTime>
            <rt:Status>ON_TIME</rt:Status> 
            <rt:TimeTableArrivalTime>2002-08-15T09:07:00+01:00</rt:TimeTableArrivalTime>
            <rt:TimeTableDepartureTime>2002-08-15T09:10:00+01:00</rt:TimeTableDepartureTime>
        
        </rt:VehicleAtStopRealTime>
     
    </rt:StopStatusRealTimeDelivery>
</rt:PTStatusRealTimeDelivery>
