<complexType name="RouteHandleType">
<annotation>
<documentation>Defines a reference to a route stored at the Route Determination Service server.</documentation>
</annotation>
<attribute name="serviceID" type="string" use="optional">
<annotation>
<documentation>Uniquely identifies the service which holds the route.</documentation>
</annotation>
</attribute>
<attribute name="routeID" type="string" use="required">
<annotation>
<documentation>Uniquely identifies the route store at the service.</documentation>
</annotation>
</attribute>
</complexType>
|