<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Paul Mealor (Physics Dept) --><NetworkMeasurementRequest xmlns="http://www.ggf.org/namespaces/2004/01/DEMO/gridNetworkMonitoring" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ggf.org/namespaces/2004/01/DEMO/gridNetworkMonitoringC:\DOCUME~1\pdm\MYDOCU~1\nmwg-req\2004-01-08-Dante-NM-WG-RequestSchema2.xsd">	<!--Example corresponding to NMWG example #2-->	<!--User wants to "debug" the strange results of a tool ("tool-1") by comparing it with another, presumably "non-buggy" tool ("tool-2") that nominally measures the same thing. Both tools are running at regular intervals, but reporting their results separately.-->	<!--Input: target, tool-1, tool-2, time range, time offset, value range, targets-->	<!--Note that this will take two requests, one for methodology/toolParameterSet/toolParam/name=tool-1 and the other for tool-2. The former is shown here.-->	<subject xsi:type="NetworkPathType">		<source xsi:type="NodeType">			<address xsi:type="DNSAddressType">				<name>hostA</name>			</address>		</source>		<destination xsi:type="NodeType">			<address xsi:type="DNSAddressType">				<name>hostB</name>			</address>		</destination>	</subject>	<time>		<time>1045643789456</time>		<plusTimeTolerance>36000</plusTimeTolerance>		<minusTimeTolerance>0</minusTimeTolerance>		<maxResults>unbounded</maxResults>	</time>	<characteristic>path.delay.roundTrip</characteristic>	<methodology>		<parameters xsi:type="ToolParameterSetType">			<tool>				<name>tool-1</name>			</tool>		</parameters>	</methodology></NetworkMeasurementRequest>
