Class AssignRouteAction
- Applied Stereotypes:
-
XSDcomplexType,
union
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 |
| |
catalogReference |
CatalogReference |
1..1 |
xor,
XSDelement
|
A reference to the route definition in a catalog. The reference must point to a route. |
| |
route |
Route |
1..1 |
xor,
XSDelement
|
The route definition. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="AssignRouteAction">
<xsd:choice>
<xsd:element name="Route" type="Route"/>
<xsd:element name="CatalogReference" type="CatalogReference"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'catalogReference'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'route'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property catalogReference
-
Property route
|
To XSD