Showing:

Annotations
Diagrams
Instances
Properties
Source
Element AddAuthCallerID
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Add authorized CallerID to callback extension:
request
Diagram
Diagram ExtensionMessages_xsd_Element_AddAuthCallerID.tmp#AddAuthCallerID_CallerID Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model CallerID{1,10} , extendedNumber
Children CallerID, extendedNumber
Instance
<AddAuthCallerID xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <CallerID>{1,10}</CallerID>
  <common:extendedNumber>{1,1}</common:extendedNumber>
</AddAuthCallerID>
Source
<xs:element name="AddAuthCallerID">
  <xs:annotation>
    <xs:documentation>Add authorized CallerID to callback extension:
				request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="CallerID" type="extensionData:CallerIDInfo" maxOccurs="10">
        <xs:annotation>
          <xs:documentation>Authorized Caller-IDs</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:extendedNumber" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CallerID
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Authorized Caller-IDs
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
Type CallerIDInfo
Properties
content: complex
maxOccurs: 10
Model CallerID , PIN{0,1} , credit{0,1} , orderNo{0,1}
Children CallerID, PIN, credit, orderNo
Instance
<CallerID xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:extensionData="http://4psa.com/ExtensionData.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>
</CallerID>
Source
<xs:element name="CallerID" type="extensionData:CallerIDInfo" maxOccurs="10">
  <xs:annotation>
    <xs:documentation>Authorized Caller-IDs</xs:documentation>
  </xs:annotation>
</xs:element>