complexType XCallManagerGroup
diagram AXLSoap_p17913.png
namespace http://www.cisco.com/AXL/API/15.0
children name tftpDefault members
used by
element AddCallManagerGroupReq/callManagerGroup
source <xsd:complexType name="XCallManagerGroup">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String50" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="tftpDefault" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Only use when setting TFTP Default to true.  Setting to true will result in setting all other CallManager groups to false. </xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="members" minOccurs="1" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:complexContent>
         
<xsd:extension base="axlapi:XCommonMembersExtension">
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="member" type="axlapi:XCallManagerMember" minOccurs="1" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:extension>
       
</xsd:complexContent>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element XCallManagerGroup/name
diagram AXLSoap_p17914.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 XCallManagerGroup/tftpDefault
diagram AXLSoap_p17915.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Only use when setting TFTP Default to true.  Setting to true will result in setting all other CallManager groups to false.
source <xsd:element name="tftpDefault" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Only use when setting TFTP Default to true.  Setting to true will result in setting all other CallManager groups to false. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XCallManagerGroup/members
diagram AXLSoap_p17916.png
type extension of axlapi:XCommonMembersExtension
properties
content complex
children member
source <xsd:element name="members" minOccurs="1" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="member" type="axlapi:XCallManagerMember" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element XCallManagerGroup/members/member
diagram AXLSoap_p17917.png
type axlapi:XCallManagerMember
properties
minOcc 1
maxOcc unbounded
content complex
children callManagerName priority
source <xsd:element name="member" type="axlapi:XCallManagerMember" minOccurs="1" maxOccurs="unbounded"/>


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