Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetAvailableCallerIDResponse
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get list of available Caller-IDs response
Diagram
Diagram ExtensionMessages_xsd_Element_GetAvailableCallerIDResponse.tmp#GetAvailableCallerIDResponse_CallerID Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model CallerID* , notice*
Children CallerID, notice
Instance
<GetAvailableCallerIDResponse xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <CallerID>{0,unbounded}</CallerID>
  <common:notice>{0,unbounded}</common:notice>
</GetAvailableCallerIDResponse>
Source
<xs:element name="GetAvailableCallerIDResponse">
  <xs:annotation>
    <xs:documentation>Get list of available Caller-IDs response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="CallerID" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Available Caller-ID</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="extensionData:extensionNo"/>
            <xs:element name="name" type="common:string">
              <xs:annotation>
                <xs:documentation>Contact name</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element ref="extensionData:phoneNo"/>
            <xs:element ref="extensionData:CallerIDRef"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CallerID
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Available Caller-ID
Diagram
Diagram ExtensionData_xsd_Element_extensionNo.tmp#extensionNo ExtensionMessages_xsd_Element_GetAvailableCallerIDResponse.tmp#GetAvailableCallerIDResponse_GetAvailableCallerIDResponse_CallerID_name ExtensionData_xsd_Element_phoneNo.tmp#phoneNo ExtensionData_xsd_Element_CallerIDRef.tmp#CallerIDRef
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model extensionNo , name , phoneNo , CallerIDRef
Children CallerIDRef, extensionNo, name, phoneNo
Instance
<CallerID xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:extensionData="http://4psa.com/ExtensionData.xsd/5.2.5">
  <extensionData:extensionNo>{1,1}</extensionData:extensionNo>
  <name>{1,1}</name>
  <extensionData:phoneNo>{1,1}</extensionData:phoneNo>
  <extensionData:CallerIDRef>{1,1}</extensionData:CallerIDRef>
</CallerID>
Source
<xs:element name="CallerID" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Available Caller-ID</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="extensionData:extensionNo"/>
      <xs:element name="name" type="common:string">
        <xs:annotation>
          <xs:documentation>Contact name</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="extensionData:phoneNo"/>
      <xs:element ref="extensionData:CallerIDRef"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CallerID / name
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Contact name
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="name" type="common:string">
  <xs:annotation>
    <xs:documentation>Contact name</xs:documentation>
  </xs:annotation>
</xs:element>