ccdc4adbca59c70693b4f602470e8f074bf19632
[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>HH:mm:ss:SSS</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 <TimeStampOutputFormat>HH:mm:ss:SSS</TimeStampOutputFormat>
18 <InputElement name="trace">
19 <InputElement eventtype="DefaultName" logentry="true" name="element">
20 <InputData action="0" name="Ignore" tag="IGNORE"/>
21 <Attribute name="time">
22 <InputData action="0" format="Tn" name="Timestamp" tag="TIMESTAMP"/>
23 </Attribute>
24 <Attribute name="type">
25 <InputData action="0" name="Event type" tag="EVENT_TYPE"/>
26 </Attribute>
27 <InputElement name="type">
28 <InputData action="0" name="Event type" tag="EVENT_TYPE"/>
29 </InputElement>
30 </InputElement>
31 </InputElement>
32 <OutputColumn name="Timestamp" tag="TIMESTAMP"/>
33 <OutputColumn name="Event type" tag="EVENT_TYPE"/>
34 </Definition>
35 </CustomXMLTraceDefinitionList>
This page took 0.03086 seconds and 5 git commands to generate.