geo:EndModeWayPoint
Ending point of a multi-modal route that ends at a transportation mode (e.g. foot, bicycle, taxi, bus, rail, boat, airplane) transfer point.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:EndModeWayPointType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: geo:Location
Content
- mmr:StartModeWayPoint [1..*] Starting point of a multi-modal route that starts at a mode transfer point.
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:LocationPropertyType
- Type geo:RelativeLocationType (Element geo:RelativeLocation)
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:Location
- can be substituted with geo:EndModeWayPoint
- can be substituted with geo:Location
Sample instance
<geo:EndModeWayPoint> <mmr:StartModeWayPoint> <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:StartModeWayPoint> </geo:EndModeWayPoint>