<?xml version="1.0" encoding="UTF-8"?><TrafficEventRequestFilter xsi:schemaLocation="http://www.utmc.uk.com/utmc ../../utmc_publication.xsd" xmlns="http://www.utmc.uk.com/utmc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><!-- Request all traffgic venets zone234 of severity 2 or greater that are alerst . Return only the Current elements-->     <topics>        <Current/>        <zonesAffected>            <NetworkZoneRef>Zone234</NetworkZoneRef>        </zonesAffected>        <SeverityTypeRef>2</SeverityTypeRef>        <instances>            <AllAlertInstances/>        </instances>    </topics>    <policies>        <DataRequestType>elements</DataRequestType>    </policies></TrafficEventRequestFilter>
