tmf: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core.tests / test_xml_files / test_valid / test_attributes.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- ***************************************************************************
3 * Copyright (c) 2014 École Polytechnique de Montréal
4 *
5 * All rights reserved. This program and the accompanying materials are
6 * made available under the terms of the Eclipse Public License v1.0 which
7 * accompanies this distribution, and is available at
8 * http://www.eclipse.org/legal/epl-v10.html
9 *
10 * Contributors:
11 * Geneviève Bastien - Initial API and implementation
12 *************************************************************************** -->
13 <tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14 xsi:noNamespaceSchemaLocation="xmlDefinition.xsd">
15
16 <stateProvider id="test.xml.attributes" version="1">
17
18 <!-- Test a increment of one on an event name, like for statistics -->
19 <eventHandler eventName="*">
20 <stateChange>
21 <stateAttribute type="eventName" />
22 <stateValue type="int" value="1" increment="true" />
23 </stateChange>
24 </eventHandler>
25 </stateProvider>
26 </tmfxml>
This page took 0.031186 seconds and 6 git commands to generate.