namespace | http://www.cisco.com/AXL/API/15.0 |
type | union of (restriction of xsd:string, xsd:string) |
used by | |
source | <xsd:simpleType name="XHuntAlgorithm"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Try next member; then, try next group in Hunt List"/> <xsd:enumeration value="Try next member, but do not go to next group"/> <xsd:enumeration value="Skip remaining members, and go directly to next group"/> <xsd:enumeration value="Stop hunting"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |