geo:RouteModeInstruction
An Open Location Services route mode instruction extended with transportation mode (e.g. foot, bicycle, taxi, bus, rail, boat, airplane) information.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:RouteModeInstructionType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: geo:Geospatial
Content
- mmr:RouteModeInstruction [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:RouteModeInstruction
Sample instance
<geo:RouteModeInstruction> <mmr:RouteModeInstruction duration="P1Y2M3DT10H"> <xls:Instruction>string</xls:Instruction> <xls:distance value="1.0"/> <xls:RouteInstructionGeometry> <gml:LineString>... </gml:LineString> </xls:RouteInstructionGeometry> <xls:BoundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BoundingBox> <mmr:fromMode>intracityBus</mmr:fromMode> <mmr:ViaModeWayPoint> <xls:Position>... </xls:Position> <xls:GeocodeMatchCode/> <mmr:modeTransferPointType>busStop</mmr:modeTransferPointType> </mmr:ViaModeWayPoint> <mmr:viaMode>intracityBus</mmr:viaMode> <mmr:toMode>intracityBus</mmr:toMode> </mmr:RouteModeInstruction> </geo:RouteModeInstruction>