tmf: Fix most Number unboxing problems
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.analysis.xml.core.tests / test_xml_files / test_valid.xml
CommitLineData
e11e382c
FW
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ***************************************************************************
3 * Copyright (c) 2013 É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 * Florian Wininger - Initial API and implementation
12 *************************************************************************** -->
13<tmfxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14 xsi:noNamespaceSchemaLocation="stateprovider.xsd">
15
16 <stateProvider analysisId="polymtl.kernel.sp" version="1">
17 <head>
18 <traceType id="org.eclipse.linuxtools.lttng2.kernel.tracetype" />
19 <label value="Xml kernel State System" />
20 </head>
21 </stateProvider>
22</tmfxml>
This page took 0.025704 seconds and 5 git commands to generate.