complexType XCallManager
diagram AXLSoap_p14137.png
namespace http://www.cisco.com/AXL/API/9.1
children name description autoRegistration ports processNodeName lbmGroup
used by
element AddCallManagerReq/callManager
attributes
Name  Type  Use  Default  Fixed  Annotation
ctiid  xsd:nonNegativeInteger        
source <xsd:complexType name="XCallManager">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String50" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="autoRegistration" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="startDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="endDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="nextDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="e164Mask" type="axlapi:String50" nillable="true" minOccurs="0" maxOccurs="1"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="ports" minOccurs="1" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:choice minOccurs="1">
           
<xsd:element name="ethernetPhonePort" type="axlapi:XInteger" default="2000" nillable="false" minOccurs="1" maxOccurs="1"/>
         
</xsd:choice>
         
<xsd:element name="mgcpPorts" minOccurs="1" maxOccurs="1">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="listen" type="axlapi:XInteger" default="2427" nillable="false" minOccurs="1" maxOccurs="1">
                 
<xsd:annotation>
                   
<xsd:documentation>UDP port for MGCP communication.</xsd:documentation>
                 
</xsd:annotation>
               
</xsd:element>
               
<xsd:element name="keepAlive" type="axlapi:XInteger" default="2428" nillable="false" minOccurs="1" maxOccurs="1">
                 
<xsd:annotation>
                   
<xsd:documentation>TCP port for backhaul for Q.931 messages.</xsd:documentation>
                 
</xsd:annotation>
               
</xsd:element>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
         
<xsd:element name="sipPorts" minOccurs="1" maxOccurs="1">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="sipPhonePort" type="axlapi:XInteger" default="5060" nillable="false" minOccurs="1" maxOccurs="1"/>
               
<xsd:element name="sipPhoneSecurePort" type="axlapi:XInteger" default="5061" nillable="false" minOccurs="1" maxOccurs="1"/>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="processNodeName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="lbmGroup" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="ctiid" type="xsd:nonNegativeInteger"/>
</xsd:complexType>

attribute XCallManager/@ctiid
type xsd:nonNegativeInteger
source <xsd:attribute name="ctiid" type="xsd:nonNegativeInteger"/>

element XCallManager/name
diagram AXLSoap_p14138.png
type axlapi:String50
properties
content simple
nillable false
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="name" type="axlapi:String50" nillable="false" minOccurs="1" maxOccurs="1"/>

element XCallManager/description
diagram AXLSoap_p14139.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="description" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>

element XCallManager/autoRegistration
diagram AXLSoap_p14140.png
properties
minOcc 0
maxOcc 1
content complex
children startDn endDn nextDn routePartitionName e164Mask
source <xsd:element name="autoRegistration" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="startDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="endDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="nextDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="e164Mask" type="axlapi:String50" nillable="true" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element XCallManager/autoRegistration/startDn
diagram AXLSoap_p14141.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
default 1000
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="startDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>

element XCallManager/autoRegistration/endDn
diagram AXLSoap_p14142.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
default 1000
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="endDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>

element XCallManager/autoRegistration/nextDn
diagram AXLSoap_p14143.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
default 1000
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="nextDn" type="axlapi:String255" default="1000" nillable="false" minOccurs="0" maxOccurs="1"/>

element XCallManager/autoRegistration/routePartitionName
diagram AXLSoap_p14144.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="routePartitionName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XCallManager/autoRegistration/e164Mask
diagram AXLSoap_p14145.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="e164Mask" type="axlapi:String50" nillable="true" minOccurs="0" maxOccurs="1"/>

element XCallManager/ports
diagram AXLSoap_p14146.png
properties
content complex
children ethernetPhonePort mgcpPorts sipPorts
source <xsd:element name="ports" minOccurs="1" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:choice minOccurs="1">
       
<xsd:element name="ethernetPhonePort" type="axlapi:XInteger" default="2000" nillable="false" minOccurs="1" maxOccurs="1"/>
     
</xsd:choice>
     
<xsd:element name="mgcpPorts" minOccurs="1" maxOccurs="1">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="listen" type="axlapi:XInteger" default="2427" nillable="false" minOccurs="1" maxOccurs="1">
             
<xsd:annotation>
               
<xsd:documentation>UDP port for MGCP communication.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="keepAlive" type="axlapi:XInteger" default="2428" nillable="false" minOccurs="1" maxOccurs="1">
             
<xsd:annotation>
               
<xsd:documentation>TCP port for backhaul for Q.931 messages.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
     
<xsd:element name="sipPorts" minOccurs="1" maxOccurs="1">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="sipPhonePort" type="axlapi:XInteger" default="5060" nillable="false" minOccurs="1" maxOccurs="1"/>
           
<xsd:element name="sipPhoneSecurePort" type="axlapi:XInteger" default="5061" nillable="false" minOccurs="1" maxOccurs="1"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element XCallManager/ports/ethernetPhonePort
diagram AXLSoap_p14147.png
type axlapi:XInteger
properties
content simple
default 2000
nillable false
source <xsd:element name="ethernetPhonePort" type="axlapi:XInteger" default="2000" nillable="false" minOccurs="1" maxOccurs="1"/>

element XCallManager/ports/mgcpPorts
diagram AXLSoap_p14148.png
properties
content complex
children listen keepAlive
source <xsd:element name="mgcpPorts" minOccurs="1" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="listen" type="axlapi:XInteger" default="2427" nillable="false" minOccurs="1" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>UDP port for MGCP communication.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="keepAlive" type="axlapi:XInteger" default="2428" nillable="false" minOccurs="1" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>TCP port for backhaul for Q.931 messages.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element XCallManager/ports/mgcpPorts/listen
diagram AXLSoap_p14149.png
type axlapi:XInteger
properties
content simple
default 2427
nillable false
annotation
documentation
UDP port for MGCP communication.
source <xsd:element name="listen" type="axlapi:XInteger" default="2427" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>UDP port for MGCP communication.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XCallManager/ports/mgcpPorts/keepAlive
diagram AXLSoap_p14150.png
type axlapi:XInteger
properties
content simple
default 2428
nillable false
annotation
documentation
TCP port for backhaul for Q.931 messages.
source <xsd:element name="keepAlive" type="axlapi:XInteger" default="2428" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>TCP port for backhaul for Q.931 messages.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XCallManager/ports/sipPorts
diagram AXLSoap_p14151.png
properties
content complex
children sipPhonePort sipPhoneSecurePort
source <xsd:element name="sipPorts" minOccurs="1" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="sipPhonePort" type="axlapi:XInteger" default="5060" nillable="false" minOccurs="1" maxOccurs="1"/>
     
<xsd:element name="sipPhoneSecurePort" type="axlapi:XInteger" default="5061" nillable="false" minOccurs="1" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element XCallManager/ports/sipPorts/sipPhonePort
diagram AXLSoap_p14152.png
type axlapi:XInteger
properties
content simple
default 5060
nillable false
source <xsd:element name="sipPhonePort" type="axlapi:XInteger" default="5060" nillable="false" minOccurs="1" maxOccurs="1"/>

element XCallManager/ports/sipPorts/sipPhoneSecurePort
diagram AXLSoap_p14153.png
type axlapi:XInteger
properties
content simple
default 5061
nillable false
source <xsd:element name="sipPhoneSecurePort" type="axlapi:XInteger" default="5061" nillable="false" minOccurs="1" maxOccurs="1"/>

element XCallManager/processNodeName
diagram AXLSoap_p14154.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="processNodeName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element XCallManager/lbmGroup
diagram AXLSoap_p14155.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="lbmGroup" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>


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