Class RouteRef

Applied Stereotypes:
union, XSDcomplexType

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
route Route 0..1 xor Route definition.
catalogReference CatalogReference 0..1 xor Reference to route in the catalog.

Migration Information from XSD 0.9.1
Derived From:
OSCPosition.Route.RouteRef
Property Name XSD Type XSD 0.9.1 Name Migration
route Element Route
catalogReference Element CatalogReference

XSD 1.0 Representation


<xsd:complexType name="RouteRef">
<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