complexType UpdateRemoteDestinationReq
diagram axlapi_p12028.png
namespace http://www.cisco.com/AXL/API/8.5
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid destination newName newDestination answerTooSoonTimer answerTooLateTimer delayBeforeRingingCell isMobilePhone enableMobileConnect lineAssociations timeZone todAccessName mobileSmartClientName mobilityProfileName
used by
element updateRemoteDestination
attributes
Name  Type  Use  Default  Fixed  annotation
sequencexsd:unsignedLongoptional      
source <xsd:complexType name="UpdateRemoteDestinationReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="uuid" type="axlapi:XUUID"/>
         
<xsd:element name="destination" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
       
</xsd:choice>
       
<xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="newDestination" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="answerTooSoonTimer" type="axlapi:XInteger" default="1500" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="answerTooLateTimer" type="axlapi:XInteger" default="19000" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="delayBeforeRingingCell" type="axlapi:XInteger" default="4000" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="isMobilePhone" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="enableMobileConnect" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="lineAssociations" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The line association for this remote destination. The line to be associated must already be added to the remote destination profile. All directory numbers specified must already exist in the database.</xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="lineAssociation" type="axlapi:XLineAssociation" minOccurs="1" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="timeZone" type="axlapi:XTimeZone" default="GMT" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="todAccessName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="mobileSmartClientName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>This tag is not applicable for dualmode phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="mobilityProfileName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>This tag is applicable only to CUMC devices.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateRemoteDestinationReq/uuid
diagram axlapi_p12029.png
type axlapi:XUUID
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:element name="uuid" type="axlapi:XUUID"/>

element UpdateRemoteDestinationReq/destination
diagram axlapi_p12030.png
type xsd:string
properties
isRef 0
content simple
nillable false
source <xsd:element name="destination" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element UpdateRemoteDestinationReq/newName
diagram axlapi_p12031.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/newDestination
diagram axlapi_p12032.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="newDestination" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/answerTooSoonTimer
diagram axlapi_p12033.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 1500
nillable false
source <xsd:element name="answerTooSoonTimer" type="axlapi:XInteger" default="1500" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/answerTooLateTimer
diagram axlapi_p12034.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 19000
nillable false
source <xsd:element name="answerTooLateTimer" type="axlapi:XInteger" default="19000" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/delayBeforeRingingCell
diagram axlapi_p12035.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default 4000
nillable false
source <xsd:element name="delayBeforeRingingCell" type="axlapi:XInteger" default="4000" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/isMobilePhone
diagram axlapi_p12036.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="isMobilePhone" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/enableMobileConnect
diagram axlapi_p12037.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default true
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="enableMobileConnect" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/lineAssociations
diagram axlapi_p12038.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children lineAssociation
annotation
documentation
The line association for this remote destination. The line to be associated must already be added to the remote destination profile. All directory numbers specified must already exist in the database.
source <xsd:element name="lineAssociations" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The line association for this remote destination. The line to be associated must already be added to the remote destination profile. All directory numbers specified must already exist in the database.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="lineAssociation" type="axlapi:XLineAssociation" minOccurs="1" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateRemoteDestinationReq/lineAssociations/lineAssociation
diagram axlapi_p12039.png
type axlapi:XLineAssociation
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children uuid pattern routePartitionName
source <xsd:element name="lineAssociation" type="axlapi:XLineAssociation" minOccurs="1" maxOccurs="unbounded"/>

element UpdateRemoteDestinationReq/timeZone
diagram axlapi_p12040.png
type axlapi:XTimeZone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
default GMT
nillable false
source <xsd:element name="timeZone" type="axlapi:XTimeZone" default="GMT" nillable="false" minOccurs="0" maxOccurs="1"/>

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

element UpdateRemoteDestinationReq/mobileSmartClientName
diagram axlapi_p12042.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
annotation
documentation
This tag is not applicable for dualmode phones
source <xsd:element name="mobileSmartClientName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is not applicable for dualmode phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateRemoteDestinationReq/mobilityProfileName
diagram axlapi_p12043.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
annotation
documentation
This tag is applicable only to CUMC devices.
source <xsd:element name="mobilityProfileName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is applicable only to CUMC devices.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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