<choice value="dirt" text="Dirt"/>
<choice value="grass" text="Grass"/>
</input>
+ <input type="choice" presence="onTagMatch"
+ name="Sidewalks" category="Details" description="Whether there is a sidewalk at the side of the street"
+ key="sidewalk" layout="horizontal">
+ <choice value="both" text="Both" description="There is a sidewalk on both sides of the road"/>
+ <choice value="left" text="Left" description="The sidewalk is on the left of the direction of the road"/>
+ <choice value="right" text="Right" description="The sidewalk is on the right of the direction of the road"/>
+ <choice value="none" text="None" decription="There is no sidewalk on this section of road"/>
+ </input>
<inputSet ref="bridge"/>
<inputSet ref="tunnel"/>
<inputSet ref="embankment-cutting"/>