f364d0a31c9ccf9b51999d191b02a0707b2fe74b
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / testfiles / xml / testDefinition.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <CustomXMLTraceDefinitionList>
3 <Definition name="myxml">
4 <TimeStampOutputFormat>Tn</TimeStampOutputFormat>
5 <InputElement name="trace">
6 <InputElement logentry="true" name="element">
7 <InputData action="0" name="Message" tag="MESSAGE"/>
8 <Attribute name="time">
9 <InputData action="0" format="dd/MM/yyyy HH:mm:ss:SSS" name="Timestamp" tag="TIMESTAMP"/>
10 </Attribute>
11 </InputElement>
12 </InputElement>
13 <OutputColumn name="Timestamp" tag="TIMESTAMP"/>
14 <OutputColumn name="Message" tag="MESSAGE"/>
15 </Definition>
16 <Definition name="xmlevname">
17 <InputElement name="trace">
18 <InputElement eventtype="DefaultName" logentry="true" name="element">
19 <InputData action="0" name="Ignore" tag="IGNORE"/>
20 <Attribute name="time">
21 <InputData action="0" format="Tn" name="Timestamp" tag="TIMESTAMP"/>
22 </Attribute>
23 <Attribute name="type">
24 <InputData action="0" name="Event type" tag="EVENT_TYPE"/>
25 </Attribute>
26 <InputElement name="type">
27 <InputData action="0" name="Event type" tag="EVENT_TYPE"/>
28 </InputElement>
29 </InputElement>
30 </InputElement>
31 <OutputColumn name="Timestamp" tag="TIMESTAMP"/>
32 <OutputColumn name="Event type" tag="EVENT_TYPE"/>
33 </Definition>
34 </CustomXMLTraceDefinitionList>
This page took 0.031239 seconds and 4 git commands to generate.