namespace | http://www.cisco.com/AXL/API/8.5 |
type | union of (restriction of xsd:string, xsd:string) |
source | <xsd:simpleType name="XFeatureControl"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Forward All"/> <xsd:enumeration value="Park"/> <xsd:enumeration value="Divert (Alerting)"/> <xsd:enumeration value="Conference List"/> <xsd:enumeration value="Speed Dial"/> <xsd:enumeration value="Call Back"/> <xsd:enumeration value="Redial"/> <xsd:enumeration value="Barge"/> <xsd:enumeration value="Divert (Connected)"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |