My favorites | Sign in
Logo
             
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="site-transform.xsl"?>

<traffic_signals>
<site>
<address>Simplest Example</address>
<phases>
<phase>
<letter>A</letter>
<description>Southbound</description>
<signal_type>traffic</signal_type>
<mintime>7</mintime>
</phase>
<phase>
<letter>B</letter>
<description>Eastbound</description>
<signal_type>traffic</signal_type>
<mintime>7</mintime>
</phase>
</phases>
<stages>
<stage>
<stage_number>1</stage_number>
<phases>
<phase>A</phase>
</phases>
</stage>
<stage>
<stage_number>2</stage_number>
<phases>
<phase>B</phase>
</phases>
</stage>
</stages>
<intergreens>
<intergreen>
<from>A</from>
<to>B</to>
<length>5</length>
</intergreen>
<intergreen>
<from>B</from>
<to>A</to>
<length>5</length>
</intergreen>
</intergreens>
</site>
<diagrams>
<diagram>
<title>Example 24 second cycle</title>
<cycle>24</cycle>
<start>2</start>
<loop>1</loop>
<movements>
<move>
<time>0</time>
<to>1</to>
</move>
<move>
<time>0</time>
<to>2</to>
</move>
</movements>
</diagram>
<diagram>
<title>Example 30 second cycle</title>
<cycle>30</cycle>
<start>2</start>
<loop>1</loop>
<movements>
<move>
<time>0</time>
<to>1</to>
</move>
<move>
<time>15</time>
<to>2</to>
</move>
</movements>
</diagram>
</diagrams>
</traffic_signals>

Show details Hide details

Change log

r2 by b...@barwap.com on Mar 09, 2009   Diff
Initial commit - Hello World.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1547 bytes, 83 lines
Hosted by Google Code