<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Nick js Knowles (Kizoom Ltd.) --><!--Tom White and James Maidment, Kizoom, 5 May 2004Based on an example timetable in the TransXChange Schema User Guide.--><TransXChange xmlns="http://www.transxchange.org.uk/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.transxchange.org.uk/http://www.transxchange.org.uk/schema/2.0/TransXChange_registration.xsd" xmlns:apd="http://www.govtalk.gov.uk/people/AddressAndPersonalDetails" xml:lang="en" CreationDateTime="2004-04-14T14:20:00-05:00" ModificationDateTime="2004-04-14T14:20:00-05:00" Modification="new" RevisionNumber="0" FileName="interchange.xml" SchemaVersion="2.0" RegistrationDocument="true">    <ServicedOrganisations>        <!-- =====Parent LEA =======================================   -->        <ServicedOrganisation>            <OrganisationCode>SO_1</OrganisationCode>            <Name>Bleakshire LEA</Name>            <WorkingDays>                <DateRange>                    <StartDate>2004-09-01</StartDate>                    <EndDate>2004-12-23</EndDate>                    <Description>Michaelmas Term</Description>                </DateRange>                <DateRange>                    <StartDate>2005-01-01</StartDate>                    <EndDate>2005-04-30</EndDate>                    <Description>Easter Term</Description>                </DateRange>                <DateRange>                    <StartDate>2005-04-02</StartDate>                    <EndDate>2005-07-29</EndDate>                    <Description>Summer Term</Description>                </DateRange>                <DateExclusion>2004-11-11</DateExclusion>            </WorkingDays>        </ServicedOrganisation>        <!-- =====Dotheboy Organisation =======================================   -->        <ServicedOrganisation>            <OrganisationCode>SO_2</OrganisationCode>            <Name>Dothboy's Academy</Name>            <WorkingDays>                <DateRange>                    <StartDate>2005-04-01</StartDate>                    <EndDate>2005-07-30</EndDate>                    <Description>Summer Term</Description>                </DateRange>            </WorkingDays>            <ParentServicedOrganisationRef>SO_1</ParentServicedOrganisationRef>        </ServicedOrganisation>    </ServicedOrganisations>    <StopPoints>        <!-- =====Referenced Stops =======================================   -->        <AnnotatedStopPointRef>            <StopPointRef>999S1</StopPointRef>            <CommonName>Grub Street</CommonName>            <LocalityName>Clavering</LocalityName>        </AnnotatedStopPointRef>        <AnnotatedStopPointRef>            <StopPointRef>999S2</StopPointRef>            <CommonName>Tin Pan Alley</CommonName>            <LocalityName>Clavering</LocalityName>        </AnnotatedStopPointRef>        <AnnotatedStopPointRef>            <StopPointRef>999S3</StopPointRef>            <CommonName>Sinister Street</CommonName>            <LocalityName>Allington</LocalityName>        </AnnotatedStopPointRef>        <AnnotatedStopPointRef>            <StopPointRef>999S4</StopPointRef>            <CommonName>Swans Way</CommonName>            <LocalityName>Allington</LocalityName>        </AnnotatedStopPointRef>        <AnnotatedStopPointRef>            <StopPointRef>999S5</StopPointRef>            <CommonName>Yellow Brick Road</CommonName>            <LocalityName>Barchester</LocalityName>        </AnnotatedStopPointRef>        <AnnotatedStopPointRef>            <StopPointRef>999S6</StopPointRef>            <CommonName>Barchester</CommonName>            <LocalityName>Barchester</LocalityName>        </AnnotatedStopPointRef>        <AnnotatedStopPointRef>            <StopPointRef>999S7</StopPointRef>            <CommonName>Howard's End</CommonName>            <LocalityName>Belton</LocalityName>        </AnnotatedStopPointRef>    </StopPoints>    <RouteSections>        <!-- =====Route Sections =======================================   -->        <!-- Section 1: Grub Street to Howard's End -->        <RouteSection id="RS_1">            <!-- Grub Street to Tin Pan Alley -->            <RouteLink id="RL_1">                <From>                    <StopPointRef>999S1</StopPointRef>                </From>                <To>                    <StopPointRef>999S2</StopPointRef>                </To>            </RouteLink>            <!-- Tin Pan Alley to Sinister Street -->            <RouteLink id="RL_2">                <From>                    <StopPointRef>999S2</StopPointRef>                </From>                <To>                    <StopPointRef>999S3</StopPointRef>                </To>            </RouteLink>            <!-- Sinister Street to Swans Way -->            <RouteLink id="RL_3">                <From>                    <StopPointRef>999S3</StopPointRef>                </From>                <To>                    <StopPointRef>999S4</StopPointRef>                </To>            </RouteLink>            <!--Swans Way to Howard's End -->            <RouteLink id="RL_4">                <From>                    <StopPointRef>999S4</StopPointRef>                </From>                <To>                    <StopPointRef>999S7</StopPointRef>                </To>            </RouteLink>        </RouteSection>        <!-- Section 2:Swans Way to Barchester -->        <RouteSection id="RS_2">            <!--Swans Way to Yellow Brick Road -->            <RouteLink id="RL_5">                <From>                    <StopPointRef>999S4</StopPointRef>                </From>                <To>                    <StopPointRef>999S5</StopPointRef>                </To>            </RouteLink>            <!--Yellow Brick Road to Barchester-->            <RouteLink id="RL_6">                <From>                    <StopPointRef>999S5</StopPointRef>                </From>                <To>                    <StopPointRef>999S6</StopPointRef>                </To>            </RouteLink>        </RouteSection>    </RouteSections>    <Routes>        <!-- =====Routes =======================================   -->        <Route id="R_1">            <Description xml:lang="en">Grub Street to Howard's end</Description>            <RouteSectionRef>RS_1</RouteSectionRef>        </Route>        <Route id="R_2">            <Description xml:lang="en">Grub Street to Barchester</Description>            <RouteSectionRef>RS_2</RouteSectionRef>        </Route>    </Routes>    <JourneyPatternSections>        <!-- =====Journey Pattern  Sections =======================================   -->        <!-- =====Outbound  =======================================   -->        <!-- Section1: OUBOUND: Grub Street to Howard's End -->        <JourneyPatternSection id="JS_1">            <!-- Grub Street to Tin Pan Alley -->            <JourneyPatternTimingLink id="JL_1">                <From SequenceNumber="1">                    <Activity>pickUp</Activity>                    <DynamicDestinationDisplay>Swann's Way</DynamicDestinationDisplay>                    <StopPointRef>999S1</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="2">                    <StopPointRef>999S2</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_1</RouteLinkRef>                <Direction>outbound</Direction>                <RunTime>PT10M</RunTime>            </JourneyPatternTimingLink>            <!-- Tin Pan Alley to Sinister Street -->            <JourneyPatternTimingLink id="JL_2">                <From SequenceNumber="2">                    <StopPointRef>999S2</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="3">                    <StopPointRef>999S3</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_2</RouteLinkRef>                <Direction>outbound</Direction>                <RunTime>PT20M</RunTime>            </JourneyPatternTimingLink>            <!-- Sinister Street to Swans Way -->            <JourneyPatternTimingLink id="JL_3">                <From SequenceNumber="3">                    <StopPointRef>999S3</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To id="JL_3b" SequenceNumber="4">                    <StopPointRef>999S4</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_3</RouteLinkRef>                <Direction>outbound</Direction>                <RunTime>PT8M</RunTime>            </JourneyPatternTimingLink>            <!-- Swans Way to Howard's End -->            <JourneyPatternTimingLink id="JL_4">                <From SequenceNumber="4">                    <DynamicDestinationDisplay>Howard's End</DynamicDestinationDisplay>                    <StopPointRef>999S4</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="7">                    <Activity>setDown</Activity>                    <StopPointRef>999S7</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_4</RouteLinkRef>                <Direction>outbound</Direction>                <RunTime>PT10M</RunTime>            </JourneyPatternTimingLink>        </JourneyPatternSection>        <!-- Section2: OUTBOUND Swans Way to Barchester -->        <JourneyPatternSection id="JS_2">            <!-- Swans Way to Yellow Brick Road -->            <JourneyPatternTimingLink id="JL_5">                <From id="JL_5a" SequenceNumber="4">                    <Activity>pickUp</Activity>                    <DynamicDestinationDisplay>Barchester</DynamicDestinationDisplay>                    <StopPointRef>999S4</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="5">                    <StopPointRef>999S5</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_5</RouteLinkRef>                <Direction>outbound</Direction>                <RunTime>PT3M</RunTime>            </JourneyPatternTimingLink>            <!-- Yellow Brick Road to Barchester-->            <JourneyPatternTimingLink id="JL_6">                <From SequenceNumber="5">                    <StopPointRef>999S5</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="6">                    <Activity>setDown</Activity>                    <StopPointRef>999S6</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_6</RouteLinkRef>                <Direction>outbound</Direction>                <RunTime>PT10M</RunTime>            </JourneyPatternTimingLink>        </JourneyPatternSection>        <!-- =====INBOUND  =======================================   -->        <!-- Section1X: INBOUND Howard's End to Grub Street to   -->        <JourneyPatternSection id="JS_X1">            <!-- Howard's End to  Swans Way -->            <JourneyPatternTimingLink id="JL_X1">                <From SequenceNumber="1">                    <Activity>pickUp</Activity>                    <DynamicDestinationDisplay>Grub Street</DynamicDestinationDisplay>                    <StopPointRef>999S7</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="4">                    <StopPointRef>999S4</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_4</RouteLinkRef>                <Direction>inbound</Direction>                <RunTime>PT12M</RunTime>            </JourneyPatternTimingLink>            <!-- Swans Way to Sinister Street -->            <JourneyPatternTimingLink id="JL_X2">                <From id="JL_X2a" SequenceNumber="4">                    <StopPointRef>999S4</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="5">                    <StopPointRef>999S3</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_3</RouteLinkRef>                <Direction>inbound</Direction>                <RunTime>PT8M</RunTime>            </JourneyPatternTimingLink>            <!-- Sinister Street to Tin Pan Alley  -->            <JourneyPatternTimingLink id="JL_X3">                <From SequenceNumber="5">                    <StopPointRef>999S3</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="6">                    <StopPointRef>999S2</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_2</RouteLinkRef>                <Direction>inbound</Direction>                <RunTime>PT20M</RunTime>            </JourneyPatternTimingLink>            <!--    Tin Pan Alley to Grub Street -->            <JourneyPatternTimingLink id="JL_X4">                <From SequenceNumber="6">                    <StopPointRef>999S2</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="7">                    <Activity>setDown</Activity>                    <StopPointRef>999S1</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_1</RouteLinkRef>                <Direction>inbound</Direction>                <RunTime>PT10M</RunTime>            </JourneyPatternTimingLink>        </JourneyPatternSection>        <!-- Section2X: INBOUND: Swans Way to Barchester -->        <JourneyPatternSection id="JS_X2">            <!-- Barchester to Yellow Brick Road -->            <JourneyPatternTimingLink id="JL_X5">                <From SequenceNumber="2">                    <Activity>pickUp</Activity>                    <DynamicDestinationDisplay>Grub Street</DynamicDestinationDisplay>                    <StopPointRef>999S6</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To SequenceNumber="3">                    <StopPointRef>999S5</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_6</RouteLinkRef>                <Direction>inbound</Direction>                <RunTime>PT10M</RunTime>            </JourneyPatternTimingLink>            <!-- Yellow Brick Road to Swans Way -->            <JourneyPatternTimingLink id="JL_X6">                <From SequenceNumber="3">                    <StopPointRef>999S5</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </From>                <To id="JL_X6b" SequenceNumber="4">                    <Activity>setDown</Activity>                    <StopPointRef>999S4</StopPointRef>                    <TimingStatus>PTP</TimingStatus>                </To>                <RouteLinkRef>RL_5</RouteLinkRef>                <Direction>inbound</Direction>                <RunTime>PT3M</RunTime>            </JourneyPatternTimingLink>        </JourneyPatternSection>    </JourneyPatternSections>    <Operators>        <Operator id="O2">            <!-- =====Operator Smooth Buses  =======================================   -->            <OperatorShortName>Smart Buses</OperatorShortName>        </Operator>        <LicensedOperator id="O1" CreationDateTime="2004-12-17T09:30:47-05:00" ModificationDateTime="2004-12-17T09:30:47-05:00" Modification="revise" RevisionNumber="3" Status="active">            <!-- =====Operator Smart Buses  =======================================   -->            <NationalOperatorCode>O1</NationalOperatorCode>            <OperatorCode>Smoo</OperatorCode>            <OperatorShortName>Smooth Buses</OperatorShortName>            <OperatorNameOnLicence>Smooth Buses</OperatorNameOnLicence>            <TradingName>Smooth Buses</TradingName>            <LicenceNumber>PB0000001</LicenceNumber>            <LicenceClassification>standardNational</LicenceClassification>            <EnquiryTelephoneNumber>                <TelNationalNumber>02072699890</TelNationalNumber>            </EnquiryTelephoneNumber>            <ContactTelephoneNumber>                <TelNationalNumber>02072699891</TelNationalNumber>                <TelCountryCode>44</TelCountryCode>            </ContactTelephoneNumber>            <OperatorAddresses>                <CorrespondenceAddress>                    <apd:Line>1 The Paragon</apd:Line>                    <apd:Line>Under snaddon</apd:Line>                    <apd:PostCode>AB7 5EY</apd:PostCode>                </CorrespondenceAddress>            </OperatorAddresses>            <EmailAddress>info@smoothbus.com</EmailAddress>            <Garages>                <Garage>                    <GarageCode>G1</GarageCode>                    <GarageName>String</GarageName>                    <ContactNumber>                        <TelNationalNumber>02072699895</TelNationalNumber>                    </ContactNumber>                </Garage>            </Garages>        </LicensedOperator>    </Operators>    <Services>        <Service>            <!-- =====Service=======================================   -->            <ServiceCode>SV_1</ServiceCode>            <Lines>                <Line id="Ln_1">                    <LineName>I1</LineName>                </Line>                <Line id="Ln_2">                    <LineName>I2</LineName>                </Line>            </Lines>            <!-- Pi3 -->            <OperatingPeriod>                <StartDate>2004-01-02</StartDate>            </OperatingPeriod>            <OperatingProfile>                <!-- Sn6 -->                <RegularDayType>                    <DaysOfWeek>                        <MondayToFriday/>                    </DaysOfWeek>                </RegularDayType>                <SpecialDaysOperation>                    <!-- Sx2 -->                    <DaysOfOperation>                        <DateRange>                            <StartDate>2004-06-02</StartDate>                            <EndDate>2004-06-02</EndDate>                        </DateRange>                    </DaysOfOperation>                    <!-- Sx1 (and incorporating old Es4) -->                    <DaysOfNonOperation>                        <DateRange>                            <StartDate>2004-06-01</StartDate>                            <EndDate>2004-06-01</EndDate>                        </DateRange>                        <DateRange>                            <StartDate>2004-12-09</StartDate>                            <EndDate>2004-12-15</EndDate>                        </DateRange>                    </DaysOfNonOperation>                </SpecialDaysOperation>                <BankHolidayOperation>                    <!-- Sx4 -->                    <DaysOfOperation>                        <HolidayMondays/>                    </DaysOfOperation>                    <!-- Sx3 -->                    <DaysOfNonOperation>                        <Christmas/>                        <GoodFriday/>                        <NewYearsDay/>                    </DaysOfNonOperation>                </BankHolidayOperation>            </OperatingProfile>            <ServiceClassification>                <NormalStopping/>            </ServiceClassification>            <RegisteredOperatorRef>O1</RegisteredOperatorRef>            <AssociatedOperators>                <OperatorRef>O2</OperatorRef>                <Role>Supplies some journeys</Role>            </AssociatedOperators>            <StopRequirements>                <NoNewStopsRequired/>            </StopRequirements>            <Description>Inbound and Outbound Services for Barsetshire I1,I2 routes. A daily service running from Grub Street to Barchester,  or Howards End. Not available on Christmas, Boxing day, Good Friday or Nee Years Day.</Description>            <Note>                <NoteCode>Note1</NoteCode>                <NoteText>Some Services provided by Smart Buses.</NoteText>            </Note>            <SchematicMap>interchange.gif</SchematicMap>            <StandardService>                <Origin>Grub Street</Origin>                <Destination>Howard's End</Destination>                <UseAllStopPoints>false</UseAllStopPoints>                <!-- ==JOURNEY PATTERNS==OutBound========================   -->                <!-- ==JP1 : OUTBOUND:  Grub Street - Swann'sWay - Howards End   ==== -->                <JourneyPattern id="JP_1">                    <Direction>outbound</Direction>                    <OperatingProfile>                        <RegularDayType>                            <DaysOfWeek>                                <MondayToFriday/>                            </DaysOfWeek>                        </RegularDayType>                        <SpecialDaysOperation>                            <!-- Es2 -->                            <DaysOfOperation>                                <DateRange>                                    <StartDate>2004-12-13</StartDate>                                    <EndDate>2004-12-13</EndDate>                                </DateRange>                            </DaysOfOperation>                            <!-- Es3 -->                            <DaysOfNonOperation>                                <DateRange>                                    <StartDate>2005-07-01</StartDate>                                    <EndDate>2005-07-11</EndDate>                                </DateRange>                            </DaysOfNonOperation>                        </SpecialDaysOperation>                    </OperatingProfile>                    <RouteRef>R_1</RouteRef>                    <JourneyPatternSectionRefs>JS_1</JourneyPatternSectionRefs>                </JourneyPattern>                <!-- ==JP2 : OUTBOUND:  Grub Street - Swann'sWay - Barchester  ==== -->                <JourneyPattern id="JP_2">                    <Direction>outbound</Direction>                    <RouteRef>R_2</RouteRef>                    <JourneyPatternSectionRefs>JS_2</JourneyPatternSectionRefs>                </JourneyPattern>                <!-- ==JP1X : INBOUND Howards End  - Swann'sWay -  Grub Street==== -->                <JourneyPattern id="JP_X1">                    <Direction>inbound</Direction>                    <OperatingProfile>                        <RegularDayType>                            <DaysOfWeek>                                <MondayToFriday/>                            </DaysOfWeek>                        </RegularDayType>                        <SpecialDaysOperation>                            <!-- Es2 -->                            <DaysOfOperation>                                <DateRange>                                    <StartDate>2004-12-12</StartDate>                                    <EndDate>2004-12-12</EndDate>                                </DateRange>                            </DaysOfOperation>                            <!-- Es3 -->                            <DaysOfNonOperation>                                <DateRange>                                    <StartDate>2004-11-01</StartDate>                                    <EndDate>2004-11-11</EndDate>                                </DateRange>                            </DaysOfNonOperation>                        </SpecialDaysOperation>                    </OperatingProfile>                    <RouteRef>R_1</RouteRef>                    <JourneyPatternSectionRefs>JS_X1</JourneyPatternSectionRefs>                </JourneyPattern>                <!-- ==JP2X : INBOUND :   Barchester - Swann'sWay -  Grub Street==== -->                <JourneyPattern id="JP_X2">                    <Direction>inbound</Direction>                    <RouteRef>R_2</RouteRef>                    <JourneyPatternSectionRefs>JS_X2</JourneyPatternSectionRefs>                </JourneyPattern>            </StandardService>            <Direction>inboundAndOutbound</Direction>            <!-- =====JI1_1  ==OUTBOUND:  Interchange at   Swann'sWay -  ====   -->            <JourneyPatternInterchange id="JI_1">                <MinInterchangeTime>PT5M</MinInterchangeTime>                <MaxInterchangeTime>PT5M</MaxInterchangeTime>                <TransferMode>walk</TransferMode>                <!-- Pi2 -->                <ValidityPeriod>                    <StartDate>2004-01-02</StartDate>                    <EndDate>2004-10-17</EndDate>                </ValidityPeriod>                <InterchangeActivity>change</InterchangeActivity>                <Inbound>                    <JourneyPatternRef>JP_1</JourneyPatternRef>                    <StopUsageRef>JL_3b</StopUsageRef>                </Inbound>                <Outbound>                    <JourneyPatternRef>JP_2</JourneyPatternRef>                    <StopUsageRef>JL_5a</StopUsageRef>                </Outbound>            </JourneyPatternInterchange>        </Service>    </Services>    <VehicleJourneys>        <!-- =====Vehicle Journeys  OUTBOUND- ============================   -->        <VehicleJourney>            <!-- =====VJ_1  ==OUTBOUND:  Grub Street - Swann'sWay - Barchester ====   -->            <OperatingProfile>                <RegularDayType>                    <DaysOfWeek>                        <MondayToFriday/>                    </DaysOfWeek>                </RegularDayType>                <ServicedOrganisationDayType>                    <DaysOfOperation>                        <WorkingDays>                            <!-- Vn2 -->                            <ServicedOrganisationRef>SO_2</ServicedOrganisationRef>                        </WorkingDays>                    </DaysOfOperation>                    <DaysOfNonOperation>                        <Holidays>                            <!-- Vn1 -->                            <ServicedOrganisationRef>SO_2</ServicedOrganisationRef>                        </Holidays>                    </DaysOfNonOperation>                </ServicedOrganisationDayType>                <BankHolidayOperation>                    <!-- Vx3 -->                    <DaysOfNonOperation>                        <MayDay/>                    </DaysOfNonOperation>                </BankHolidayOperation>            </OperatingProfile>            <VehicleJourneyCode>VJ_1</VehicleJourneyCode>            <ServiceRef>SV_1</ServiceRef>            <LineRef>Ln_1</LineRef>            <JourneyPatternRef>JP_1</JourneyPatternRef>            <DepartureTime>08:02:00</DepartureTime>        </VehicleJourney>        <VehicleJourney>            <!-- === VJ2  === OUTBOUND:  Grub Street - Swann'sWay - Barchester ===   -->            <OperatingProfile>                <!-- Vn6 -->                <RegularDayType>                    <DaysOfWeek>                        <MondayToSaturday/>                    </DaysOfWeek>                </RegularDayType>                <BankHolidayOperation>                    <!-- Vx4 -->                    <DaysOfOperation>                        <BoxingDay/>                        <NewYearsDay/>                    </DaysOfOperation>                </BankHolidayOperation>            </OperatingProfile>            <VehicleJourneyCode>VJ_2</VehicleJourneyCode>            <ServiceRef>SV_1</ServiceRef>            <LineRef>Ln_1</LineRef>            <VehicleJourneyRef>VJ_1</VehicleJourneyRef>            <DepartureTime>09:02:00</DepartureTime>            <Frequency>                <EndTime>11:47:00</EndTime>                <Interval>                    <ScheduledFrequency>PT15M</ScheduledFrequency>                </Interval>            </Frequency>        </VehicleJourney>        <VehicleJourney>            <!-- === VJ3  ==Outbound:  Grub Street - Swann'sWay - Howards End ==   -->            <VehicleJourneyCode>VJ_3</VehicleJourneyCode>            <ServiceRef>SV_1</ServiceRef>            <LineRef>Ln_1</LineRef>            <VehicleJourneyRef>VJ_1</VehicleJourneyRef>            <VehicleJourneyInterchange id="VJI_3">                <JourneyPatternInterchangeRef>JI_1</JourneyPatternInterchangeRef>                <InboundVehicleJourneyRef>VJ_3</InboundVehicleJourneyRef>                <OutboundVehicleJourneyRef>VJ_4</OutboundVehicleJourneyRef>            </VehicleJourneyInterchange>            <DepartureTime>12:02:00</DepartureTime>        </VehicleJourney>        <VehicleJourney>            <!-- === VJ4 ==Outbound:  Grub Street - Swann'sWay - Barchester  ===   -->            <OperatorRef>O2</OperatorRef>            <OperatingProfile>                <!-- Vn5 -->                <RegularDayType>                    <DaysOfWeek>                        <Wednesday/>                    </DaysOfWeek>                </RegularDayType>                <PeriodicDayType>                    <WeekOfMonth>                        <WeekNumber>first</WeekNumber>                    </WeekOfMonth>                    <WeekOfMonth>                        <WeekNumber>third</WeekNumber>                    </WeekOfMonth>                </PeriodicDayType>                <SpecialDaysOperation>                    <!-- Vx2 -->                    <DaysOfOperation>                        <DateRange>                            <StartDate>2004-12-14</StartDate>                            <EndDate>2004-12-14</EndDate>                        </DateRange>                    </DaysOfOperation>                    <!-- Vx1 (and incorporating old Es1) -->                    <DaysOfNonOperation>                        <DateRange>                            <StartDate>2004-05-02</StartDate>                            <EndDate>2004-05-02</EndDate>                        </DateRange>                        <DateRange>                            <StartDate>2004-08-04</StartDate>                            <EndDate>2004-08-09</EndDate>                        </DateRange>                        <DateRange>                            <StartDate>2005-08-05</StartDate>                            <EndDate>2005-08-10</EndDate>                        </DateRange>                    </DaysOfNonOperation>                </SpecialDaysOperation>            </OperatingProfile>            <VehicleJourneyCode>VJ_4</VehicleJourneyCode>            <ServiceRef>SV_1</ServiceRef>            <LineRef>Ln_2</LineRef>            <JourneyPatternRef>JP_2</JourneyPatternRef>            <VehicleJourneyInterchange id="VJI_4">                <JourneyPatternInterchangeRef>JI_1</JourneyPatternInterchangeRef>                <InboundVehicleJourneyRef>VJ_3</InboundVehicleJourneyRef>                <OutboundVehicleJourneyRef>VJ_4</OutboundVehicleJourneyRef>            </VehicleJourneyInterchange>            <DepartureTime>12:45:00</DepartureTime>        </VehicleJourney>        <!-- =====Vehicle Journeys  INBOUND- ============================   -->        <VehicleJourney>            <!-- === VJX1  ==INBOUND Howards End  - Swann'sWay -  Grub Street=====   -->            <OperatingProfile>                <RegularDayType>                    <DaysOfWeek>                        <MondayToFriday/>                    </DaysOfWeek>                </RegularDayType>                <ServicedOrganisationDayType>                    <DaysOfOperation>                        <WorkingDays>                            <!-- Vn2 -->                            <ServicedOrganisationRef>SO_2</ServicedOrganisationRef>                        </WorkingDays>                    </DaysOfOperation>                    <DaysOfNonOperation>                        <Holidays>                            <!-- Vn1 -->                            <ServicedOrganisationRef>SO_2</ServicedOrganisationRef>                        </Holidays>                    </DaysOfNonOperation>                </ServicedOrganisationDayType>                <BankHolidayOperation>                    <!-- Vx3 -->                    <DaysOfNonOperation>                        <MayDay/>                    </DaysOfNonOperation>                </BankHolidayOperation>            </OperatingProfile>            <VehicleJourneyCode>VJ_X1</VehicleJourneyCode>            <ServiceRef>SV_1</ServiceRef>            <LineRef>Ln_1</LineRef>            <JourneyPatternRef>JP_X1</JourneyPatternRef>            <DepartureTime>09:00:00</DepartureTime>        </VehicleJourney>        <VehicleJourney>            <!-- === VJX2  ==INBOUND Howards End  - Swann'sWay -  Grub Street ===   -->            <OperatingProfile>                <!-- Vn6 -->                <RegularDayType>                    <DaysOfWeek>                        <MondayToSaturday/>                    </DaysOfWeek>                </RegularDayType>                <BankHolidayOperation>                    <!-- Vx4 -->                    <DaysOfOperation>                        <BoxingDay/>                        <NewYearsDay/>                    </DaysOfOperation>                </BankHolidayOperation>            </OperatingProfile>            <VehicleJourneyCode>VJ_X2</VehicleJourneyCode>            <ServiceRef>SV_1</ServiceRef>            <LineRef>Ln_1</LineRef>            <VehicleJourneyRef>VJ_X1</VehicleJourneyRef>            <DepartureTime>10:00:00</DepartureTime>            <Frequency>                <EndTime>12:45:00</EndTime>                <Interval>                    <ScheduledFrequency>PT15M</ScheduledFrequency>                </Interval>            </Frequency>        </VehicleJourney>        <VehicleJourney>            <!-- == VJX1  ==INBOUND Howards End  - Swann'sWay -  Grub Street ==   -->            <VehicleJourneyCode>VJ_X3</VehicleJourneyCode>            <ServiceRef>SV_1</ServiceRef>            <LineRef>Ln_1</LineRef>            <VehicleJourneyRef>VJ_X1</VehicleJourneyRef>            <Note>                <NoteCode>HW</NoteCode>                <NoteText>Journey does not run during heatwaves.</NoteText>            </Note>            <Note>                <NoteCode>CS</NoteCode>                <NoteText>Journey does not run during cold snaps.</NoteText>            </Note>            <DepartureTime>12:02:00</DepartureTime>        </VehicleJourney>        <VehicleJourney>            <!-- == VJX4  ==INBOUND     Barchester - Swann'sWay -  Grub Street  ===   -->            <OperatorRef>O2</OperatorRef>            <OperatingProfile>                <!-- Vn5 -->                <RegularDayType>                    <DaysOfWeek>                        <Wednesday/>                    </DaysOfWeek>                </RegularDayType>                <PeriodicDayType>                    <WeekOfMonth>                        <WeekNumber>first</WeekNumber>                    </WeekOfMonth>                    <WeekOfMonth>                        <WeekNumber>third</WeekNumber>                    </WeekOfMonth>                </PeriodicDayType>                <SpecialDaysOperation>                    <!-- Vx2 -->                    <DaysOfOperation>                        <DateRange>                            <StartDate>2004-08-05</StartDate>                            <EndDate>2004-08-05</EndDate>                        </DateRange>                    </DaysOfOperation>                    <!-- Vx1 (and incorporating old Es1) -->                    <DaysOfNonOperation>                        <DateRange>                            <StartDate>2004-05-02</StartDate>                            <EndDate>2004-05-02</EndDate>                        </DateRange>                        <DateRange>                            <StartDate>2004-08-04</StartDate>                            <EndDate>2004-08-09</EndDate>                        </DateRange>                        <DateRange>                            <StartDate>2005-08-05</StartDate>                            <EndDate>2005-08-10</EndDate>                        </DateRange>                    </DaysOfNonOperation>                </SpecialDaysOperation>            </OperatingProfile>            <VehicleJourneyCode>VJ_X4</VehicleJourneyCode>            <ServiceRef>SV_1</ServiceRef>            <LineRef>Ln_2</LineRef>            <JourneyPatternRef>JP_X2</JourneyPatternRef>            <DepartureTime>13:05:00</DepartureTime>        </VehicleJourney>    </VehicleJourneys>    <!-- =====Registration- ============================   -->    <Registrations>        <Registration>            <ServiceRef>SV_1</ServiceRef>            <SubmissionDate>2004-11-04</SubmissionDate>            <VosaRegistrationNumber>                <TanCode>PB</TanCode>                <LicenceNumber>1234567</LicenceNumber>                <RegistrationNumber>003</RegistrationNumber>            </VosaRegistrationNumber>            <ApplicationClassification>new</ApplicationClassification>            <VariationNumber>1</VariationNumber>            <SubmissionAuthor>                <Position>Operations Director</Position>                <Title>Mr</Title>                <Forename>Adam</Forename>                <Surname>Smith</Surname>            </SubmissionAuthor>            <TrafficAreas>                <TrafficArea>                    <TrafficAreaName>Western</TrafficAreaName>                </TrafficArea>            </TrafficAreas>            <CirculatedAuthorities>                <CirculatedAuthority>                    <AuthorityName>Norfolk</AuthorityName>                </CirculatedAuthority>            </CirculatedAuthorities>            <SubsidyDetails>                <NoSubsidy/>            </SubsidyDetails>        </Registration>    </Registrations>    <SupportingDocuments>        <!-- =====Supporting docs  =======================================   -->        <SupportingDocument>            <DocumentUri>index.html</DocumentUri>        </SupportingDocument>    </SupportingDocuments></TransXChange>
