complexType lrms:GeoLocation
diagram
namespace http://www.LRMS-Adopted-02-00-00
children latitude longitude horizontalDatum height
used by
elements tcip:SCHOperatorAssignment/beginLocation tcip:SCHRunScheduleEntry/beginLocation tcip:SPInteriorLocation/buildingcornerlocation tcip:CCOperatorAssignmentChange/change-location tcip:IMResponseUnit/current-loc tcip:CcPTVAdherence/currentLocation tcip:CCDetourRecord/departurePoint tcip:CCPTVTripData/end-Location lrms:CrossStreetsLink/endGeoLocation tcip:SCHOperatorAssignment/endLocation tcip:SPStopGeoLoc/endLocation tcip:SCHRunScheduleEntry/endLocation lrms:GeoLocationLink/endPoint tcip:FcFareLoadData/equipment-location tcip:FcUnloadData/equipment-location tcip:PiDirections/from/from-geoloc tcip:PiDirectionsSub/from/from-geoloc tcip:SPFacilityGeoLoc/frontageBegin tcip:SPFacilityGeoLoc/frontageEnd tcip:IMInjury/locationAtIncident/geo-loc lrms:NodeAttribute/geoLocation lrms:CrossStreetsPoint/geoLocation lrms:PointLocation/geoLocationPoint lrms:GeoCoord/geoLocationPoint tcip:SPPoint/geoLocationPoint tcip:TSPScenario5Intersection/intersection-location tcip:CcPTVAdherence/lastOnRoute tcip:ObLocation/layover-location tcip:SPIncidentLocation/lineLocationBegin tcip:SPIncidentLocation/lineLocationEnd tcip:PIStaticSign/location tcip:PINearestStop/location tcip:PIAmenity/location tcip:CPTTransitFacility/location tcip:OBStoppointRecord/location tcip:FCVaultEvent/location tcip:FCBoardingAlightingRecord/location tcip:ImSilentAlarm/location tcip:CCEventRecord/location tcip:CCDestinationSignRule/to/location tcip:CCDestinationSignRule/from/location tcip:FCCashBoxEvent/location tcip:PiStoppointParkingSub/location tcip:PiStoppointParking/location tcip:CCDetourRecord/new-stop-locs/new-stop-loc lrms:Geometry/node tcip:CCPTVTripData/operator-Change lrms:Geometry/nodeOffset/originNode tcip:SCHWaitingTime/other-location tcip:CcWheelchairReq/pickupLocation tcip:CcWheelchairPickup/pickupLocation tcip:CcWheelchairDeny/pickupLocation tcip:CcWheelchairAppr/pickupLocation tcip:CcWheelchairAck/pickupLocation tcip:SCHEvent/point tcip:SPInteriorLocation/point-geolocation tcip:SPFacilityGeoLoc/pointLocation tcip:SPIncidentLocation/pointLocation tcip:SPStopGeoLoc/pointLocation tcip:SPTimepointGeoLoc/pointLocation tcip:CPTTransferCluster/pointLocation tcip:CPTStoppoint/pointLocation tcip:CCPullInReport/pullin-location tcip:SCHBlockScheduleEntry/pullInLocation tcip:SCHVehicleAssignment/pullInLocation tcip:CCPullOutReport/pullout-location tcip:SCHBlockScheduleEntry/pullOutLocation tcip:SCHVehicleAssignment/pullOutLocation tcip:TSPTmsIntersectionApproach/requestBeginLocation tcip:TSPTmsIntersectionApproach/requestCancelLocation tcip:TSPTmsIntersectionApproach/requestEndLocation tcip:CCDetourRecord/returnPoint tcip:SPStopGeoLoc/shelterLocation tcip:SPStopGeoLoc/signLocation tcip:CCPTVTripData/start-Location lrms:CrossStreetsLink/startGeoLocation tcip:SPStopGeoLoc/startLocation lrms:GeoLocationLink/startPoint tcip:TSPScenario5Intersection/stop-bar-locations/stop-bar-location tcip:TSPTmsIntersectionApproach/stopBarLocation tcip:CCPTVTripData/timepoints/timepoint tcip:SCHTimepointInfo/timepoint-location tcip:PiDirections/to/to-geoloc tcip:PiDirectionsSub/to/to-geoloc tcip:SpRouteGeoTrace/response/trace-points/trace-point tcip:SCHPatternSegment/trace-points/trace-point tcip:FCTransactionRecord/trans-location tcip:PISchedAdherenceOffSched/vehicleLocation tcip:ImIncidentHistory/vicinity tcip:ImIncidentHistorySub/vicinity tcip:SPSegmentGeolocation/waypoints/waypoint tcip:CCDetourRecord/waypoints/waypoint tcip:CCWorkOrder/work-location
source <xs:complexType name="GeoLocation">
 
<xs:sequence>
   
<xs:element name="latitude" type="Latitude"/>
   
<xs:element name="longitude" type="Longitude"/>
   
<xs:element name="horizontalDatum" type="HorizontalDatum" minOccurs="0"/>
   
<xs:element name="height" type="Height" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element lrms:GeoLocation/latitude
diagram
type lrms:Latitude
properties
isRef 0
content simple
facets
minInclusive -90000000
maxInclusive +90000000
source <xs:element name="latitude" type="Latitude"/>

element lrms:GeoLocation/longitude
diagram
type lrms:Longitude
properties
isRef 0
content simple
facets
minInclusive -180000000
maxInclusive +180000000
source <xs:element name="longitude" type="Longitude"/>

element lrms:GeoLocation/horizontalDatum
diagram
type lrms:HorizontalDatum
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="horizontalDatum" type="HorizontalDatum" minOccurs="0"/>

element lrms:GeoLocation/height
diagram
type lrms:Height
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children altitude verticalDatum verticalLevel
source <xs:element name="height" type="Height" minOccurs="0"/>


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