<simpleType name="offsetDirectionEnumType">
<restriction base="string">
<enumeration value="left">
<annotation>
<documentation>Offset direction is to the right when facing in the direction of increasing station value.</documentation>
</annotation>
</enumeration>
<enumeration value="right">
<annotation>
<documentation>Offset direction is to the left when facing in the direction of increasing station value.</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
|