blob: f5fb1178da4d7370664950ff62656f20877159c1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- ***************************************************************************
* Copyright (c) 2014 École Polytechnique de Montréal
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License 2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Geneviève Bastien - Initial API and implementation
*************************************************************************** -->
<tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xmlDefinition.xsd">
<stateProvider id="test.xml.attributes" version="1">
<!-- Test a increment of one on an event name, like for statistics -->
<eventHandler eventName="*">
<stateChange>
<stateAttribute type="eventName" />
<stateValue type="int" value="1" increment="true" />
</stateChange>
</eventHandler>
</stateProvider>
</tmfxml>