namespace | http://www.cisco.com/AXL/API/9.0 |
type | union of (restriction of xsd:string, xsd:string) |
source | <xsd:simpleType name="XCallState"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="On Hook"/> <xsd:enumeration value="Connected"/> <xsd:enumeration value="On Hold"/> <xsd:enumeration value="Ring In"/> <xsd:enumeration value="Off Hook"/> <xsd:enumeration value="Connected Transfer"/> <xsd:enumeration value="Digits After First"/> <xsd:enumeration value="Connected Conference"/> <xsd:enumeration value="Ring Out"/> <xsd:enumeration value="Off Hook With Feature"/> <xsd:enumeration value="Remote In Use"/> <xsd:enumeration value="Connected No Feature"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |