simpleType lrms:Direction
namespace http://www.LRMS-Adopted-02-00-00
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements tcip:PICustSubscription/applicable-direction lrms:AddressLink/direction lrms:CrossStreetsLink/direction lrms:CrossStreetsPoint/direction lrms:GeoLocationLink/direction tcip:CPTStoppoint/directionOfRoutes/directionOfRoute lrms:LinearReference/distanceDirection tcip:IMOtherVehicleInvolved/heading tcip:CCWheelchairLogEntry/requester-route-direction tcip:CCConnProtLogEntry/requester-route-direction tcip:CcWheelchairReq/requester-route-direction tcip:CcWheelchairPickup/requester-route-direction tcip:CcWheelchairDeny/requester-route-direction tcip:CcWheelchairAppr/requester-route-direction tcip:CcWheelchairAck/requester-route-direction tcip:CcConnProtWait/requester-route-direction tcip:CcConnProtReq/requester-route-direction tcip:CcConnProtDeny/requester-route-direction tcip:CcConnProtAppr/requester-route-direction tcip:CcConnProtAck/requester-route-direction tcip:CcConnProtWait/to-route-direction tcip:CcConnProtReq/to-route-direction tcip:CcConnProtDeny/to-route-direction tcip:CcConnProtAppr/to-route-direction tcip:CCConnProtLogEntry/to-route-direction tcip:CCWheelchairLogEntry/to-route-direction tcip:CcConnProtAck/to-route-direction lrms:LinearReference/travelDirection
annotation
appinfo

            north (0)
            south (1)
            east (2)
            west (3)
            northeast (4)
            northwest (5)
            southeast (6)
            southwest (7)
        
source <xs:simpleType name="Direction">
 
<xs:annotation>
   
<xs:appinfo>
            north (0)
            south (1)
            east (2)
            west (3)
            northeast (4)
            northwest (5)
            southeast (6)
            southwest (7)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="7"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="north"/>
       
<xs:enumeration value="south"/>
       
<xs:enumeration value="east"/>
       
<xs:enumeration value="west"/>
       
<xs:enumeration value="northeast"/>
       
<xs:enumeration value="northwest"/>
       
<xs:enumeration value="southeast"/>
       
<xs:enumeration value="southwest"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy