Class AssignRouteAction
- Applied Stereotypes:
-
union,
XSDcomplexType
Controls an entity to follow a route using waypoints on the road network. The corresponding route can be instantiated from a catalog type, or defined within this declaration. This action does not override any action that controls either lateral or longitudinal domain.
- Used in:
-
RoutingAction
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
route |
Route |
0..1 |
xor
|
The route definition.
|
catalogReference |
CatalogReference |
0..1 |
xor
|
A reference to the route definition in a catalog. The reference must point to a route.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCPrivateAction.Routing.FollowRoute
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
route |
Element |
Route |
|
catalogReference |
Element |
CatalogReference |
|
|
XSD 1.0 Representation |
<xsd:complexType name="AssignRouteAction">
<xsd:choice>
<xsd:element name="Route" type="Route"/>
<xsd:element name="CatalogReference" type="CatalogReference"/>
</xsd:choice>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree