RoadType
enum RoadType
Java class for roadType
.The following schema fragment specifies the expected content contained within this class.
<simpleType name="roadType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="unknown"/>
<enumeration value="rural"/>
<enumeration value="motorway"/>
<enumeration value="town"/>
<enumeration value="lowSpeed"/>
<enumeration value="pedestrian"/>
<enumeration value="bicycle"/>
</restriction>
</simpleType>
Content copied to clipboard