complexType RCallManager
diagram axlapi_p7116.png
namespace http://www.cisco.com/AXL/API/8.5
children name description autoRegistration ports processNodeName
used by
elements GetCallManagerRes/return/callManager GetCallManagerReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUID      
ctiidxsd:nonNegativeInteger      
source <xsd:complexType name="RCallManager">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String50" 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" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="endDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="nextDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="routePartitionName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="e164Mask" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="ports" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="ethernetPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="mgcpPorts" minOccurs="0" maxOccurs="1">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="listen" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
                 
<xsd:annotation>
                   
<xsd:documentation>UDP port for MGCP communication.</xsd:documentation>
                 
</xsd:annotation>
               
</xsd:element>
               
<xsd:element name="keepAlive" type="axlapi:XInteger" minOccurs="0" 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="0" maxOccurs="1">
           
<xsd:complexType>
             
<xsd:sequence minOccurs="0">
               
<xsd:element name="sipPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
               
<xsd:element name="sipPhoneSecurePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
             
</xsd:sequence>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="processNodeName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
 
<xsd:attribute name="ctiid" type="xsd:nonNegativeInteger"/>
</xsd:complexType>

attribute RCallManager/@uuid
type axlapi:XUUID
properties
isRef 0
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

attribute RCallManager/@ctiid
type xsd:nonNegativeInteger
properties
isRef 0
source <xsd:attribute name="ctiid" type="xsd:nonNegativeInteger"/>

element RCallManager/name
diagram axlapi_p7117.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="name" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RCallManager/description
diagram axlapi_p7118.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="description" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RCallManager/autoRegistration
diagram axlapi_p7119.png
properties
isRef 0
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" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="endDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="nextDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="routePartitionName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="e164Mask" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RCallManager/autoRegistration/startDn
diagram axlapi_p7120.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="startDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RCallManager/autoRegistration/endDn
diagram axlapi_p7121.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="endDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RCallManager/autoRegistration/nextDn
diagram axlapi_p7122.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="nextDn" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RCallManager/autoRegistration/routePartitionName
diagram axlapi_p7123.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="routePartitionName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RCallManager/autoRegistration/e164Mask
diagram axlapi_p7124.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="e164Mask" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RCallManager/ports
diagram axlapi_p7125.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children ethernetPhonePort mgcpPorts sipPorts
source <xsd:element name="ports" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="ethernetPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="mgcpPorts" minOccurs="0" maxOccurs="1">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="listen" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
             
<xsd:annotation>
               
<xsd:documentation>UDP port for MGCP communication.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="keepAlive" type="axlapi:XInteger" minOccurs="0" 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="0" maxOccurs="1">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="sipPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
           
<xsd:element name="sipPhoneSecurePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RCallManager/ports/ethernetPhonePort
diagram axlapi_p7126.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="ethernetPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RCallManager/ports/mgcpPorts
diagram axlapi_p7127.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children listen keepAlive
source <xsd:element name="mgcpPorts" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="listen" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>UDP port for MGCP communication.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="keepAlive" type="axlapi:XInteger" minOccurs="0" 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 RCallManager/ports/mgcpPorts/listen
diagram axlapi_p7128.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
UDP port for MGCP communication.
source <xsd:element name="listen" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>UDP port for MGCP communication.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RCallManager/ports/mgcpPorts/keepAlive
diagram axlapi_p7129.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
TCP port for backhaul for Q.931 messages.
source <xsd:element name="keepAlive" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>TCP port for backhaul for Q.931 messages.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RCallManager/ports/sipPorts
diagram axlapi_p7130.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children sipPhonePort sipPhoneSecurePort
source <xsd:element name="sipPorts" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="sipPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="sipPhoneSecurePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RCallManager/ports/sipPorts/sipPhonePort
diagram axlapi_p7131.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="sipPhonePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RCallManager/ports/sipPorts/sipPhoneSecurePort
diagram axlapi_p7132.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="sipPhoneSecurePort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RCallManager/processNodeName
diagram axlapi_p7133.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="processNodeName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>


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