Defines a reference to a route. Either an inline definition of a route or a route in a catalog.
<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>
To XSD To XSD Tree