<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2004 RTIG -->
<!--

    RTIG-XML Bus & Tram Real Time Information Schema
    Example of simple synchronous request forvehicle status information. 
     
    This document shows examples tagged in conformance to the schema     
   
    This is a single pull (one shot) request, asking for very specific data about a buses on a line
 
    History
       2004 Oct 18 11  Created
     
-->
<trdxml:get 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-xml  ../rtig_request_response.xsd http://www.rtigxml.org.uk/schema/trident-rtig rtig_reference.xsd">
    <trdxml:PeerCredentials>
        <trdxml:Login>KizoomTFL</trdxml:Login>
        <trdxml:Password>*********</trdxml:Password>
        <trdxml:PeerID>KIZOOM_TFL</trdxml:PeerID>
    </trdxml:PeerCredentials>
    <trdxml:Request>
        <trdxml:RequestTime>2002-08-15T09:06:41+01:00</trdxml:RequestTime>
        <trdxml:DataDeliveryMode>one_shot</trdxml:DataDeliveryMode>
        <rt:PTStatusRealTimeRequest>
    <rt:VehicleStatusRealTimeRequest version="1.2c"> 
        <rt:LineRef>
            <rtig:PublishedLineName>521</rtig:PublishedLineName>
        </rt:LineRef>   
    </rt:VehicleStatusRealTimeRequest>
        </rt:PTStatusRealTimeRequest>
    </trdxml:Request>
</trdxml:get>

