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

XSD 1.1 Representation


<xsd:complexType name="RouteRef">
<xsd:choice>
<xsd:element name="Route" type="Route" minOccurs="0"/>
<xsd:element name="CatalogReference" type="CatalogReference" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property route
    • xor
    • XSDelement [position: "1"]
  • Property catalogReference
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree