Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetAuthCallerID
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get authorized CallerID for callback extension:
request
Diagram
Diagram Common_xsd_Element_ID.tmp#ID Common_xsd_Element_filter.tmp#filter Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model ID{0,1} | (filter{0,1} , extendedNumber{0,1})
Children ID, extendedNumber, filter
Instance
<GetAuthCallerID xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{0,1}</common:ID>
  <common:filter>{0,1}</common:filter>
  <common:extendedNumber>{0,1}</common:extendedNumber>
</GetAuthCallerID>
Source
<xs:element name="GetAuthCallerID">
  <xs:annotation>
    <xs:documentation>Get authorized CallerID for callback extension:
				request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0">
      <xs:annotation>
        <xs:documentation>Either of</xs:documentation>
      </xs:annotation>
      <xs:element ref="common:ID" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Authorized Caller-ID record ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:sequence minOccurs="0">
        <xs:element ref="common:filter" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Filter authorized CallerID list by
								Caller-ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="common:extendedNumber" minOccurs="0"/>
      </xs:sequence>
    </xs:choice>
  </xs:complexType>
</xs:element>