complexType RImeClient
diagram AXLSoap_p12357.png
namespace http://www.cisco.com/AXL/API/15.0
children name description domain isActivated sipTrunkName primaryImeServerName secondaryImeServerName learnedRouteFilterGroupName exclusionNumberGroupName firewallName members ccmExternalIpMaps
used by
elements GetImeClientRes/return/imeClient GetImeClientReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RImeClient">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="domain" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="isActivated" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="sipTrunkName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="primaryImeServerName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="secondaryImeServerName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="learnedRouteFilterGroupName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="exclusionNumberGroupName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="firewallName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="members" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="member" type="axlapi:RImeClientMember" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="ccmExternalIpMaps" minOccurs="0">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="ccmExternalIpMap" type="axlapi:RCcmExternalIpMap" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

element RImeClient/name
diagram AXLSoap_p12358.png
type axlapi:String50
properties
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 RImeClient/description
diagram AXLSoap_p12359.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="description" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element RImeClient/domain
diagram AXLSoap_p12360.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="domain" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RImeClient/isActivated
diagram AXLSoap_p12361.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="isActivated" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RImeClient/sipTrunkName
diagram AXLSoap_p12362.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="sipTrunkName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RImeClient/primaryImeServerName
diagram AXLSoap_p12363.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="primaryImeServerName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RImeClient/secondaryImeServerName
diagram AXLSoap_p12364.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="secondaryImeServerName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RImeClient/learnedRouteFilterGroupName
diagram AXLSoap_p12365.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="learnedRouteFilterGroupName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RImeClient/exclusionNumberGroupName
diagram AXLSoap_p12366.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="exclusionNumberGroupName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RImeClient/firewallName
diagram AXLSoap_p12367.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="firewallName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RImeClient/members
diagram AXLSoap_p12368.png
properties
minOcc 0
maxOcc 1
content complex
children member
source <xsd:element name="members" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="member" type="axlapi:RImeClientMember" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RImeClient/members/member
diagram AXLSoap_p12369.png
type axlapi:RImeClientMember
properties
minOcc 0
maxOcc unbounded
content complex
children enrolledPatternGroupName
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="member" type="axlapi:RImeClientMember" minOccurs="0" maxOccurs="unbounded"/>

element RImeClient/ccmExternalIpMaps
diagram AXLSoap_p12370.png
properties
minOcc 0
maxOcc 1
content complex
children ccmExternalIpMap
source <xsd:element name="ccmExternalIpMaps" minOccurs="0">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="ccmExternalIpMap" type="axlapi:RCcmExternalIpMap" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RImeClient/ccmExternalIpMaps/ccmExternalIpMap
diagram AXLSoap_p12371.png
type axlapi:RCcmExternalIpMap
properties
minOcc 0
maxOcc unbounded
content complex
children callManagerName ipAddressHost port
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="ccmExternalIpMap" type="axlapi:RCcmExternalIpMap" minOccurs="0" maxOccurs="unbounded"/>


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