Skip to content

Commit

Permalink
fixing schema violation. refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 4, 2024
1 parent 2db46af commit 3a210d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<route edges="a b c d e"/>
<stop busStop="1@OCP" duration="10.00" arrival="290" until="300"/>
</vehicle>
<vehicle id="t_0" type="DEFAULT_RAILTYPE" depart="100.00" from="a2" to="e2">
<vehicle id="t_0" type="DEFAULT_RAILTYPE" depart="100.00">
<route edges="a2 b2 c d2 e2"/>
<stop busStop="3@OCP" duration="10.00" arrival="190" until="200"/>
</vehicle>
Expand Down

0 comments on commit 3a210d3

Please sign in to comment.