Skip to content

Instantly share code, notes, and snippets.

@chadmoone
Created April 26, 2012 20:09
Show Gist options
  • Save chadmoone/2502711 to your computer and use it in GitHub Desktop.
Save chadmoone/2502711 to your computer and use it in GitHub Desktop.
XML Example
<?xml version="1.0" encoding="UTF-8" ?>
<session>
<identifier>123456</identifier>
<dow>Thursday</dow>
<tod>Night</tod>
<injury>Blunt</injury>
<gcs>15</gcs>
<events>
<event>
<time>24:08:16</time>
<stage>A</stage>
<coord1>info</coord1>
<coord2>process</coord2>
<coord3>info req</coord3>
<who1>nurse</who1>
<who2>trauma attending</who2>
<who3></who3>
</event>
<event>
<time>24:08:19</time>
<stage>A</stage>
<coord1>info</coord1>
<coord2>process</coord2>
<coord3>give info after request</coord3>
<who1>trauma attending</who1>
<who2>team</who2>
<who3></who3>
</event>
<event>
<time>24:08:32</time>
<stage>A</stage>
<coord1>task</coord1>
<coord2>plan</coord2>
<coord3>sequencing</coord3>
<who1>trauma fellow</who1>
<who2>team</who2>
<who3></who3>
</event>
<event>
<time>24:08:45</time>
<stage>B</stage>
<coord1>coord via env</coord1>
<coord2>coord via equip</coord2>
<coord3></coord3>
<who1>nurse</who1>
<who2>team</who2>
<who3></who3>
</event>
</events>
</session>
<session>
<identifier>123456</identifier>
<dow>Thursday</dow>
<tod>Night</tod>
<injury>Blunt</injury>
<gcs>15</gcs>
<events>
<event>
<time>24:08:16</time>
<stage>A</stage>
<coord1>info</coord1>
<coord2>process</coord2>
<coord3>info req</coord3>
<who1>nurse</who1>
<who2>trauma attending</who2>
<who3></who3>
</event>
<event>
<time>24:08:19</time>
<stage>A</stage>
<coord1>info</coord1>
<coord2>process</coord2>
<coord3>give info after request</coord3>
<who1>trauma attending</who1>
<who2>team</who2>
<who3></who3>
</event>
<event>
<time>24:08:32</time>
<stage>A</stage>
<coord1>task</coord1>
<coord2>plan</coord2>
<coord3>sequencing</coord3>
<who1>trauma fellow</who1>
<who2>team</who2>
<who3></who3>
</event>
<event>
<time>24:08:45</time>
<stage>B</stage>
<coord1>coord via env</coord1>
<coord2>coord via equip</coord2>
<coord3></coord3>
<who1>nurse</who1>
<who2>team</who2>
<who3></who3>
</event>
</events>
</session>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment