complexType RApplicationServer
diagram AXLSoap_p10095.png
namespace http://www.cisco.com/AXL/API/15.0
children appServerType name ipAddress appUsers url endUserUrl processNodeName endUsers
used by
elements GetApplicationServerRes/return/applicationServer GetApplicationServerReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RApplicationServer">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="appServerType" type="axlapi:XAppServer" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ipAddress" type="xsd:string" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="appUsers" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="selectedAppUser" minOccurs="0" maxOccurs="unbounded">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="appUserName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
               
<xsd:element name="content" type="axlapi:XContent" minOccurs="0" maxOccurs="1"/>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="url" type="xsd:string" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for Presence Server, CUMA Provisioning Server</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="endUserUrl" type="xsd:string" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable only for Presence Server, CUMA Provisioning Server, CER Location Management</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="processNodeName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable Only for Cisco Web dialer</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="endUsers" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="selectedEndUser" minOccurs="0" maxOccurs="unbounded">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="endUserName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
               
<xsd:element name="content" type="axlapi:XContent" minOccurs="0" maxOccurs="1"/>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute RApplicationServer/@uuid
type axlapi:XUUID
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

element RApplicationServer/appServerType
diagram AXLSoap_p10096.png
type axlapi:XAppServer
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="appServerType" type="axlapi:XAppServer" minOccurs="0" maxOccurs="1"/>

element RApplicationServer/name
diagram AXLSoap_p10097.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element RApplicationServer/ipAddress
diagram AXLSoap_p10098.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer
source <xsd:element name="ipAddress" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RApplicationServer/appUsers
diagram AXLSoap_p10099.png
properties
minOcc 0
maxOcc 1
content complex
children selectedAppUser
annotation
documentation
Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer
source <xsd:element name="appUsers" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="selectedAppUser" minOccurs="0" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="appUserName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
           
<xsd:element name="content" type="axlapi:XContent" minOccurs="0" maxOccurs="1"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RApplicationServer/appUsers/selectedAppUser
diagram AXLSoap_p10100.png
properties
minOcc 0
maxOcc unbounded
content complex
children appUserName content
source <xsd:element name="selectedAppUser" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="appUserName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="content" type="axlapi:XContent" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RApplicationServer/appUsers/selectedAppUser/appUserName
diagram AXLSoap_p10101.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="appUserName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RApplicationServer/appUsers/selectedAppUser/content
diagram AXLSoap_p10102.png
type axlapi:XContent
properties
minOcc 0
maxOcc 1
content complex
source <xsd:element name="content" type="axlapi:XContent" minOccurs="0" maxOccurs="1"/>

element RApplicationServer/url
diagram AXLSoap_p10103.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for Presence Server, CUMA Provisioning Server
source <xsd:element name="url" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for Presence Server, CUMA Provisioning Server</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RApplicationServer/endUserUrl
diagram AXLSoap_p10104.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Applicable only for Presence Server, CUMA Provisioning Server, CER Location Management
source <xsd:element name="endUserUrl" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for Presence Server, CUMA Provisioning Server, CER Location Management</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RApplicationServer/processNodeName
diagram AXLSoap_p10105.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
Applicable Only for Cisco Web dialer
source <xsd:element name="processNodeName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable Only for Cisco Web dialer</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RApplicationServer/endUsers
diagram AXLSoap_p10106.png
properties
minOcc 0
maxOcc 1
content complex
children selectedEndUser
annotation
documentation
Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer
source <xsd:element name="endUsers" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable for Cisco Unity Voice Mail 4.x or later, Cisco Unity Connection and Cisco Web Dialer</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="selectedEndUser" minOccurs="0" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="endUserName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
           
<xsd:element name="content" type="axlapi:XContent" minOccurs="0" maxOccurs="1"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RApplicationServer/endUsers/selectedEndUser
diagram AXLSoap_p10107.png
properties
minOcc 0
maxOcc unbounded
content complex
children endUserName content
source <xsd:element name="selectedEndUser" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="endUserName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="content" type="axlapi:XContent" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RApplicationServer/endUsers/selectedEndUser/endUserName
diagram AXLSoap_p10108.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="endUserName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RApplicationServer/endUsers/selectedEndUser/content
diagram AXLSoap_p10109.png
type axlapi:XContent
properties
minOcc 0
maxOcc 1
content complex
source <xsd:element name="content" type="axlapi:XContent" minOccurs="0" maxOccurs="1"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy