tmf: Bug 497038: Custom parser field names conflict with built-in tags
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / testfiles / xml / testDefinition.xml
CommitLineData
032ecd45
MAL
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">
f5cc6ed1 7<InputData action="0" name="Message" tag="MESSAGE"/>
032ecd45 8<Attribute name="time">
f5cc6ed1 9<InputData action="0" format="dd/MM/yyyy HH:mm:ss:SSS" name="Timestamp" tag="TIMESTAMP"/>
032ecd45
MAL
10</Attribute>
11</InputElement>
12</InputElement>
f5cc6ed1
PT
13<OutputColumn name="Timestamp" tag="TIMESTAMP"/>
14<OutputColumn name="Message" tag="MESSAGE"/>
032ecd45 15</Definition>
95916b5f
GB
16<Definition name="xmlevname">
17<TimeStampOutputFormat>HH:mm:ss:SSS</TimeStampOutputFormat>
18<InputElement name="trace">
19<InputElement logentry="true" name="element">
f5cc6ed1 20<InputData action="0" name="Event type" tag="EVENT_TYPE"/>
95916b5f 21<Attribute name="time">
f5cc6ed1 22<InputData action="0" format="Tn" name="Timestamp" tag="TIMESTAMP"/>
95916b5f
GB
23</Attribute>
24</InputElement>
25</InputElement>
f5cc6ed1
PT
26<OutputColumn name="Timestamp" tag="TIMESTAMP"/>
27<OutputColumn name="Event type" tag="EVENT_TYPE"/>
95916b5f 28</Definition>
032ecd45 29</CustomXMLTraceDefinitionList>
This page took 0.069026 seconds and 5 git commands to generate.