<complexType name="RouteInstructionType">
<annotation>
<appinfo source="ADT.xsd" />
<documentation>Defines a single turn-by-turn route instruction or advisory formatted for presentation.</documentation>
</annotation>
<sequence>
<element name="Instruction" type="string" />
<element name="distance" type="xls:DistanceType" />
<element name="RouteInstructionGeometry" type="xls:RouteGeometryType" minOccurs="0" />
<element name="BoundingBox" type="gml:EnvelopeType" minOccurs="0" />
</sequence>
<attribute name="duration" type="duration" use="required">
<annotation>
<documentation>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/</documentation>
</annotation>
</attribute>
<attribute name="description" type="string">
<annotation>
<documentation>Allows the route instruction to be matched with a RouteMapType. For example "maneuver 1"</documentation>
</annotation>
</attribute>
</complexType>
|