Schema Central > NIEM 2.0 > ols.xsd > xls:NextSegment
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xls:NextSegment

Information about the segment of the route between this maneuver and the next.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
name [0..1]xsd:stringName of segment, e.g.: street name, or the name of the public transit line. When the name is unknown, this should be an empty string. When not specified, the name is assumed to be the same as the previous segment.from type xls:AbstractRouteSegmentType

Substitution hierarchy

Sample instance

<xls:NextSegment>
   <xls:Distance value="1.0"/>
   <xls:TravelTime>P1Y2M3DT10H</xls:TravelTime>
   <xls:BoundingBox>
      <gml:lowerCorner>1.0 1.0</gml:lowerCorner>
      <gml:upperCorner>1.0 1.0</gml:upperCorner>
   </xls:BoundingBox>
</xls:NextSegment>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com