| <?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 v1.0 which |
| * accompanies this distribution, and is available at |
| * http://www.eclipse.org/legal/epl-v10.html |
| * |
| * 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> |