<?xml version="1.0" encoding="UTF-8"?> 
<NetworkRequestFilter xsi:schemaLocation="http://www.utmc.uk.com/utmc  ../../utmcX.xsd" xmlns="http://www.utmc.uk.com/utmc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- === RETURN   ALL NETWORK COMPONENTS In specified region 
FROM SPECIFED SOURCE, CREATeD OR CHANGED BETWEEN INDICATED DATES>  No HURRY -->
    <topics> 
        <sources>
            <DataSourceTypeRef>3</DataSourceTypeRef>
        </sources>
        <BoundingBox>
            <UpperLeft>
                <Easting>999999</Easting>
                <Northing>1999999</Northing>
            </UpperLeft>
            <LowerRight>
                <Easting>999999</Easting>
                <Northing>1999999</Northing>
            </LowerRight>
        </BoundingBox>
        <HistoricBetween>
            <StartTime>2004-12-17T09:30:46-05:00</StartTime>
            <EndTime>2005-12-17T09:30:46-05:00</EndTime>
        </HistoricBetween>
        <instances>
            <AllNetworkInstances/>
        </instances>
    </topics>
    <policies>
        <IncludeDeleted>false</IncludeDeleted>
        <Urgency>P1Y2M3DT10H30M0S</Urgency>
        <RequestDetail>All</RequestDetail>
    </policies>
</NetworkRequestFilter>

