rail:tCrossedElementType

Simple Type Information

Used By

Source

<xs:simpleType name="tCrossedElementType">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="highway:cycleway">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway"/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="highway:footway">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:highway%3Dfootway"/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="highway:motorway">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway"/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="highway:road">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:highway%3Droad"/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="natural:peak">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:natural%3Dpeak"/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="natural:ridge">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:natural%3Dridge"/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="natural:valley">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:natural%3Dvalley"/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="natural:water">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:natural%3Dwater"/>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="waterway:river">
          <xs:annotation>
            <xs:documentation source="http://wiki.openstreetmap.org/wiki/Tag:waterway%3Driver"/>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="rail:tOtherEnumerationValue"/>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>