http://www.csapi.org/schema/parlayx/call_notification/v2_2
The CallEvents Simple Type

The CallEvents data type is an enumeration with the following values.


Simple Type CallEvents
CallEvents is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are Clikc here to hide Comment
EnumerationDescription
Busy

Called party is busy.

NotReachable

Called party is not reachable.

NoAnswer

Called party doesn't answer.

CalledNumber

A call between two parties is being attempted.

 Collapse XML
-<xsd:simpleType  name="CallEvents">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The CallEvents data type is an enumeration with the following values.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:restriction  base="xsd:string">
-<xsd:enumeration  value="Busy">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Called party is busy.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="NotReachable">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Called party is not reachable.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="NoAnswer">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Called party doesn't answer.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="CalledNumber">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>A call between two parties is being attempted.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
 
Generated by WSDLdoc ©