Showing:

Diagrams
Facets
Source
Simple Type diggs:offsetDirectionEnumType
Namespace http://diggsml.org/schema-dev
Diagram
Diagram
Type restriction of string
Facets
enumeration left
Offset direction is to the right when facing in the direction of increasing station value.
enumeration right
Offset direction is to the left when facing in the direction of increasing station value.
Source
<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>