Class Waypoint

Applied Stereotypes:
XSDcomplexType

Reference position used to form a route.

Used in:
Route
Properties
  Name Type Cardinality AppliedStereotypes Description
  routeStrategy RouteStrategy 1..1 XSDattribute The corresponding routing strategy (fastest, shortest, random, leastIntersections).
  position Position 1..1 XSDelement The reference position to form the route.
XSD 1.3 Representation


<xsd:complexType name="Waypoint">
<xsd:sequence>
<xsd:element name="Position" type="Position"/>
</xsd:sequence>
<xsd:attribute name="routeStrategy" type="RouteStrategy" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property routeStrategy
    • XSDattribute
  • Property position
    • XSDelement [position: "1"]

To XSD