Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetAuthCallerIDResponse
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get authorized CallerID for callback extension:
response
Diagram
Diagram ExtensionMessages_xsd_Element_GetAuthCallerIDResponse.tmp#GetAuthCallerIDResponse_CallerID Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model CallerID* , extendedNumber{0,1}
Children CallerID, extendedNumber
Instance
<GetAuthCallerIDResponse xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <CallerID>{0,unbounded}</CallerID>
  <common:extendedNumber>{0,1}</common:extendedNumber>
</GetAuthCallerIDResponse>
Source
<xs:element name="GetAuthCallerIDResponse">
  <xs:annotation>
    <xs:documentation>Get authorized CallerID for callback extension:
				response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="CallerID" type="extensionData:CallerIDList" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Authorized Caller ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:extendedNumber" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CallerID
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Authorized Caller ID
Diagram
Diagram ExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo_CallerID ExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo_PIN ExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo_credit ExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo_orderNo ExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo ExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList_ID ExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList_status ExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList_recharges ExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList_availableCredit Common_xsd_Element_crDate.tmp#crDate ExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList
Type CallerIDList
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model CallerID , PIN{0,1} , credit{0,1} , orderNo{0,1} , ID , status , recharges{0,1} , availableCredit{0,1} , crDate{0,1}
Children CallerID, ID, PIN, availableCredit, crDate, credit, orderNo, recharges, status
Instance
<CallerID xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:extensionData="http://4psa.com/ExtensionData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <extensionData:CallerID>{1,1}</extensionData:CallerID>
  <extensionData:PIN>{0,1}</extensionData:PIN>
  <extensionData:credit unlimited="true">{0,1}</extensionData:credit>
  <extensionData:orderNo>{0,1}</extensionData:orderNo>
  <extensionData:ID>{1,1}</extensionData:ID>
  <extensionData:status>{1,1}</extensionData:status>
  <extensionData:recharges>{0,1}</extensionData:recharges>
  <extensionData:availableCredit unlimited="true">{0,1}</extensionData:availableCredit>
  <common:crDate>{0,1}</common:crDate>
</CallerID>
Source
<xs:element name="CallerID" type="extensionData:CallerIDList" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Authorized Caller ID</xs:documentation>
  </xs:annotation>
</xs:element>