2.2.4.1 routeType

The schema definition for the routeType data type is as follows:

   <xs:simpleType name="routeType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="loadbalanced"/>
       <xs:enumeration value="directip"/>
     </xs:restriction>
   </xs:simpleType>

The routeType data type is a string type that can take only two possible values: "loadbalanced" or "directip".