lttng-guide: Update Filters View section (cut, copy, paste)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.analysis.xml.core / src / org / eclipse / linuxtools / tmf / analysis / xml / core / module / xmlDefinition.xsd
CommitLineData
f47f1bbe
GB
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
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 * Florian Wininger - Initial API and implementation
12 *************************************************************************** -->
13<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
14 attributeFormDefault="unqualified" elementFormDefault="qualified">
15
16 <xs:include schemaLocation="xmlCommon.xsd" />
17 <xs:include schemaLocation="xmlStateProvider.xsd" />
1a23419e 18 <xs:include schemaLocation="xmlTimeGraphView.xsd" />
f47f1bbe
GB
19 <xs:element name="tmfxml">
20 <xs:complexType>
21 <xs:choice maxOccurs="unbounded">
1a23419e 22 <xs:element maxOccurs="unbounded" minOccurs="0" name="timeGraphView" type="timeGraphView" />
f47f1bbe
GB
23 <xs:element maxOccurs="unbounded" minOccurs="0" name="stateProvider" type="stateProvider" />
24 </xs:choice>
25 </xs:complexType>
26 </xs:element>
27
28</xs:schema>
This page took 0.040527 seconds and 5 git commands to generate.