Class RouteRef
- Applied Stereotypes:
-
XSDcomplexType,
union
Defines a reference to a route. Either an inline definition of a route or a route in a catalog.
- Used in:
-
RoutePosition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
catalogReference |
CatalogReference |
1..1 |
xor,
XSDelement
|
Reference to route in the catalog. |
| |
route |
Route |
1..1 |
xor,
XSDelement
|
Route definition. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="RouteRef">
<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