mmr:RouteModeInstruction
Element information
Namespace: http://niem.gov/niem/external/dhs-gmo/AS/multiModalRoute/1.0.0
Schema document: external/dhs-gmo/AS/multiModalRoute/1.0.0/multiModalRoute.xsd
Type: mmr:RouteModeInstructionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xls:Instruction [1..1]
- xls:distance [1..1]
- xls:RouteInstructionGeometry [0..1]
- xls:BoundingBox [0..1]
- mmr:fromMode [0..1]
- mmr:ViaModeWayPoint [1..1] Intermediate mode transfer point of a multi-modal route
- mmr:viaMode [0..1]
- mmr:toMode [0..1]
from type xls:RouteInstructionType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
duration | [1..1] | xsd:duration | Specifies the duration needed to execute those instructions. Duration is expressed as defined in the W3C defintion. Reference URL: http://www.w3c.org/TR/xmlschema-2/ | from type xls:RouteInstructionType |
description | [0..1] | xsd:string | Allows the route instruction to be matched with a RouteMapType. For example "maneuver 1" | from type xls:RouteInstructionType |
Used in
- Type geo:RouteModeInstructionType (Element geo:RouteModeInstruction)
- Type xls:RouteInstructionsListType (Element xls:RouteInstructionsList)
Substitution hierarchy
- xls:RouteInstruction
- can be substituted with mmr:RouteModeInstruction
Sample instance
<mmr:RouteModeInstruction duration="P1Y2M3DT10H"> <xls:Instruction>string</xls:Instruction> <xls:distance value="1.0"/> <xls:RouteInstructionGeometry> <gml:LineString> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:posList>1.0 1.0</gml:posList> </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> <gml:Point>... </gml:Point> <xls:Ellipse>... </xls:Ellipse> <xls:QoP>... </xls:QoP> <xls:Time begin="2000-01-01T12:00:00"/> <xls:Speed value="1.0"/> <xls:Direction value="1.0"/> </xls:Position> <xls:GeocodeMatchCode/> <mmr:modeTransferPointType>busStop</mmr:modeTransferPointType> </mmr:ViaModeWayPoint> <mmr:viaMode>intracityBus</mmr:viaMode> <mmr:toMode>intracityBus</mmr:toMode> </mmr:RouteModeInstruction>