<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2004 RTIG -->
<!--

    RTIG-XML Bus & Tram Real Time Information Schema
    Example of asynchronous subscription request for vehicle status information. 
     
    This document shows examples tagged in conformance to the schema     
     
    History
       2004 Oct 18 11  Created
-->
<trdxml:register 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">
    <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>on_occurrence</trdxml:DataDeliveryMode>
        <rt:PTStatusRealTimeRegistrationRequest 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:VehicleStatusRealTimeRequest version="1.2c">
        <rt:LineRef>
            <rtig:PublishedLineName>521</rtig:PublishedLineName>
        </rt:LineRef>
    </rt:VehicleStatusRealTimeRequest>
    <!-- Only get updates if the data changes by more than 2 minutes -->
    <rt:ChangeBeforeUpdates>PT2M</rt:ChangeBeforeUpdates>
    <!-- This subscription requires incremental updates: the client will remember the state of the two departure boards and will modify, add and delete items as instructed by the supplier -->
    <rt:IncrementalUpdates>true</rt:IncrementalUpdates>
</rt:PTStatusRealTimeRegistrationRequest>
    </trdxml:Request>
</trdxml:register>
