complexType UpdateFallbackProfileReq
diagram AXLSoap_p15408.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description advertisedFallbackDirectoryE164Number qosSensistivityLevel callCss callAnswerTimer directoryNumberPartition directoryNumber numberOfDigitsForCallerIDPartialMatch
used by
element updateFallbackProfile
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateFallbackProfileReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="advertisedFallbackDirectoryE164Number" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="qosSensistivityLevel" type="axlapi:XInteger" default="3" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The Fallback QOS Sensitivity should be in range 0 to 5</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="callCss" type="axlapi:XFallBackCSSSelection" default="Calling device AAR Calling Search Space" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="callAnswerTimer" type="axlapi:XInteger" default="6" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The Fallback Call Answer Timer should be in range 1 to 10</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="directoryNumberPartition" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="directoryNumber" type="axlapi:String16" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="numberOfDigitsForCallerIDPartialMatch" type="axlapi:XInteger" default="5" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The number of digits for Caller ID partial match should be in range 4 to 15</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

element UpdateFallbackProfileReq/description
diagram AXLSoap_p15410.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateFallbackProfileReq/advertisedFallbackDirectoryE164Number
diagram AXLSoap_p15411.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="advertisedFallbackDirectoryE164Number" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateFallbackProfileReq/qosSensistivityLevel
diagram AXLSoap_p15412.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 3
nillable false
annotation
documentation
The Fallback QOS Sensitivity should be in range 0 to 5
source <xsd:element name="qosSensistivityLevel" type="axlapi:XInteger" default="3" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The Fallback QOS Sensitivity should be in range 0 to 5</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateFallbackProfileReq/callCss
diagram AXLSoap_p15413.png
type axlapi:XFallBackCSSSelection
properties
minOcc 0
maxOcc 1
content simple
default Calling device AAR Calling Search Space
nillable false
source <xsd:element name="callCss" type="axlapi:XFallBackCSSSelection" default="Calling device AAR Calling Search Space" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateFallbackProfileReq/callAnswerTimer
diagram AXLSoap_p15414.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 6
nillable false
annotation
documentation
The Fallback Call Answer Timer should be in range 1 to 10
source <xsd:element name="callAnswerTimer" type="axlapi:XInteger" default="6" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The Fallback Call Answer Timer should be in range 1 to 10</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateFallbackProfileReq/directoryNumberPartition
diagram AXLSoap_p15415.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="directoryNumberPartition" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateFallbackProfileReq/directoryNumber
diagram AXLSoap_p15416.png
type axlapi:String16
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 16
source <xsd:element name="directoryNumber" type="axlapi:String16" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateFallbackProfileReq/numberOfDigitsForCallerIDPartialMatch
diagram AXLSoap_p15417.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 5
nillable false
annotation
documentation
The number of digits for Caller ID partial match should be in range 4 to 15
source <xsd:element name="numberOfDigitsForCallerIDPartialMatch" type="axlapi:XInteger" default="5" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The number of digits for Caller ID partial match should be in range 4 to 15</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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