blob: 01bd7efdfe9edd8e6544781bc3e225e3a8f15eb9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- ***************************************************************************
* Copyright (c) 2016 Ericsson
*
* 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:
* Matthew Khouzam - Initial API and implementation
*************************************************************************** -->
<tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xmlDefinition.xsd">
<stateProvider id="test.xml.doubles" version="1">
<eventHandler eventName="x">
<stateChange>
<stateAttribute type="constant" value="testField" />
<stateValue type="eventField" forcedType="double" value="testField" />
</stateChange>
</eventHandler>
</stateProvider>
</tmfxml>