TMF: Add support of aspects to TmfXmlStubTrace
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core.tests / stubs / org / eclipse / tracecompass / tmf / tests / stubs / trace / xml / TmfXmlDevelopmentTrace.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <CustomXMLTraceDefinitionList>
3 <Definition name="handmade">
4 <TimeStampOutputFormat>T</TimeStampOutputFormat>
5 <InputElement name="trace">
6 <InputElement logentry="true" name="event">
7 <InputData action="0" format="" name="Ignore"/>
8 <Attribute name="name">
9 <InputData action="0" format="" name="Message"/>
10 </Attribute>
11 <Attribute name="timestamp">
12 <InputData action="0" format="T" name="Time Stamp"/>
13 </Attribute>
14 <InputElement name="field">
15 <InputData action="0" format="" name="Ignore"/>
16 <Attribute name="name">
17 <InputData action="2" format="" name="fields"/>
18 </Attribute>
19 <Attribute name="type">
20 <InputData action="2" format="" name="type"/>
21 </Attribute>
22 <Attribute name="value">
23 <InputData action="2" format="" name="values"/>
24 </Attribute>
25 </InputElement>
26 </InputElement>
27 </InputElement>
28 <OutputColumn name="Time Stamp"/>
29 <OutputColumn name="Message"/>
30 <OutputColumn name="source"/>
31 <OutputColumn name="fields"/>
32 <OutputColumn name="values"/>
33 <OutputColumn name="type"/>
34 </Definition>
35 </CustomXMLTraceDefinitionList>
This page took 0.031848 seconds and 5 git commands to generate.