complexType RRemoteDestination
diagram AXLSoap_p13168.png
namespace http://www.cisco.com/AXL/API/15.0
children name destination answerTooSoonTimer answerTooLateTimer delayBeforeRingingCell ownerUserId remoteDestinationProfileName ctiRemoteDeviceName dualModeDeviceName isMobilePhone enableMobileConnect lineAssociations ctiRemoteDeviceLineAssociations timeZone todAccessName mobileSmartClientName mobilityProfileName singleNumberReachVoicemail dialViaOfficeReverseVoicemail ringSchedule accessListName
used by
elements GetRemoteDestinationRes/return/remoteDestination GetRemoteDestinationReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RRemoteDestination">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="destination" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="answerTooSoonTimer" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="answerTooLateTimer" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="delayBeforeRingingCell" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ownerUserId" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>From 10.5, to get proper value of this tag in get handler's response it is required to have value of todaccess, in case if user does not give any value in todaccesss tag, axl will insert a random row so that get handler response can return proper value of Owner User id</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="remoteDestinationProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>If you are giving value to dualModeDeviceName then you can't give value to remoteDestinationProfileName,viceversa</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ctiRemoteDeviceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>ctiRemoteDeviceName tag will be used to associate either CTI Remote Device or a Cisco Spark Remote Device with a Remote Destination</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dualModeDeviceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="isMobilePhone" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableMobileConnect" type="axlapi:boolean" 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:RLineAssociation" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="ctiRemoteDeviceLineAssociations" 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.This is read only tag</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="ctiRemoteDeviceLineAssociation" type="axlapi:RCtiRemoteDeviceLineAssociation" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="timeZone" type="axlapi:XTimeZone" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="todAccessName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>From 11.0 this tag will not get the precedence if ringSchedule tag is present because ring schedule of the RD will be set based on ringSchedule tag</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="mobileSmartClientName" type="axlapi:XFkType" 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" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is applicable only to CUMC devices.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="singleNumberReachVoicemail" type="axlapi:XVMAvoidancePolicy" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dialViaOfficeReverseVoicemail" type="axlapi:XVMAvoidancePolicy" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is for Mobility Identity</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ringSchedule" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag must be used for configuring RingSchedule of RD, this tag will get precendence over todaccess and accesslist tag. Passing a blank ringSchedule tag in updateRemoteDestination request will result in setting the time schedule to All the time.</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="member" type="axlapi:RRingingSchedule" minOccurs="0" maxOccurs="7"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="accessListName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>From 11.0 this tag will not get the precedence if ringSchedule tag is present because ring schedule of the RD will be set based on ringSchedule tag</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

element RRemoteDestination/name
diagram AXLSoap_p13169.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/destination
diagram AXLSoap_p13170.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="destination" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/answerTooSoonTimer
diagram AXLSoap_p13171.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="answerTooSoonTimer" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/answerTooLateTimer
diagram AXLSoap_p13172.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="answerTooLateTimer" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/delayBeforeRingingCell
diagram AXLSoap_p13173.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="delayBeforeRingingCell" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/ownerUserId
diagram AXLSoap_p13174.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
From 10.5, to get proper value of this tag in get handler's response it is required to have value of todaccess, in case if user does not give any value in todaccesss tag, axl will insert a random row so that get handler response can return proper value of Owner User id
source <xsd:element name="ownerUserId" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>From 10.5, to get proper value of this tag in get handler's response it is required to have value of todaccess, in case if user does not give any value in todaccesss tag, axl will insert a random row so that get handler response can return proper value of Owner User id</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RRemoteDestination/remoteDestinationProfileName
diagram AXLSoap_p13175.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
If you are giving value to dualModeDeviceName then you can't give value to remoteDestinationProfileName,viceversa
source <xsd:element name="remoteDestinationProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>If you are giving value to dualModeDeviceName then you can't give value to remoteDestinationProfileName,viceversa</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RRemoteDestination/ctiRemoteDeviceName
diagram AXLSoap_p13176.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
ctiRemoteDeviceName tag will be used to associate either CTI Remote Device or a Cisco Spark Remote Device with a Remote Destination
source <xsd:element name="ctiRemoteDeviceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>ctiRemoteDeviceName tag will be used to associate either CTI Remote Device or a Cisco Spark Remote Device with a Remote Destination</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RRemoteDestination/dualModeDeviceName
diagram AXLSoap_p13177.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="dualModeDeviceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/isMobilePhone
diagram AXLSoap_p13178.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="isMobilePhone" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/enableMobileConnect
diagram AXLSoap_p13179.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="enableMobileConnect" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/lineAssociations
diagram AXLSoap_p13180.png
properties
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:RLineAssociation" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RRemoteDestination/lineAssociations/lineAssociation
diagram AXLSoap_p13181.png
type axlapi:RLineAssociation
properties
minOcc 0
maxOcc unbounded
content complex
children uuid pattern routePartitionName index
source <xsd:element name="lineAssociation" type="axlapi:RLineAssociation" minOccurs="0" maxOccurs="unbounded"/>

element RRemoteDestination/ctiRemoteDeviceLineAssociations
diagram AXLSoap_p13182.png
properties
minOcc 0
maxOcc 1
content complex
children ctiRemoteDeviceLineAssociation
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.This is read only tag
source <xsd:element name="ctiRemoteDeviceLineAssociations" 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.This is read only tag</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="ctiRemoteDeviceLineAssociation" type="axlapi:RCtiRemoteDeviceLineAssociation" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RRemoteDestination/ctiRemoteDeviceLineAssociations/ctiRemoteDeviceLineAssociation
diagram AXLSoap_p13183.png
type axlapi:RCtiRemoteDeviceLineAssociation
properties
minOcc 0
maxOcc unbounded
content complex
children uuid pattern routePartitionName index
source <xsd:element name="ctiRemoteDeviceLineAssociation" type="axlapi:RCtiRemoteDeviceLineAssociation" minOccurs="0" maxOccurs="unbounded"/>

element RRemoteDestination/timeZone
diagram AXLSoap_p13184.png
type axlapi:XTimeZone
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="timeZone" type="axlapi:XTimeZone" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/todAccessName
diagram AXLSoap_p13185.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
From 11.0 this tag will not get the precedence if ringSchedule tag is present because ring schedule of the RD will be set based on ringSchedule tag
source <xsd:element name="todAccessName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>From 11.0 this tag will not get the precedence if ringSchedule tag is present because ring schedule of the RD will be set based on ringSchedule tag</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RRemoteDestination/mobileSmartClientName
diagram AXLSoap_p13186.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
This tag is not applicable for dualmode phones
source <xsd:element name="mobileSmartClientName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is not applicable for dualmode phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RRemoteDestination/mobilityProfileName
diagram AXLSoap_p13187.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
This tag is applicable only to CUMC devices.
source <xsd:element name="mobilityProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is applicable only to CUMC devices.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RRemoteDestination/singleNumberReachVoicemail
diagram AXLSoap_p13188.png
type axlapi:XVMAvoidancePolicy
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="singleNumberReachVoicemail" type="axlapi:XVMAvoidancePolicy" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/dialViaOfficeReverseVoicemail
diagram AXLSoap_p13189.png
type axlapi:XVMAvoidancePolicy
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is for Mobility Identity
source <xsd:element name="dialViaOfficeReverseVoicemail" type="axlapi:XVMAvoidancePolicy" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is for Mobility Identity</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RRemoteDestination/ringSchedule
diagram AXLSoap_p13190.png
properties
minOcc 0
maxOcc 1
content complex
children member
annotation
documentation
This tag must be used for configuring RingSchedule of RD, this tag will get precendence over todaccess and accesslist tag. Passing a blank ringSchedule tag in updateRemoteDestination request will result in setting the time schedule to All the time.
source <xsd:element name="ringSchedule" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag must be used for configuring RingSchedule of RD, this tag will get precendence over todaccess and accesslist tag. Passing a blank ringSchedule tag in updateRemoteDestination request will result in setting the time schedule to All the time.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="member" type="axlapi:RRingingSchedule" minOccurs="0" maxOccurs="7"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RRemoteDestination/ringSchedule/member
diagram AXLSoap_p13191.png
type axlapi:RRingingSchedule
properties
minOcc 0
maxOcc 7
content complex
children startTime endTime startDay endDay
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="member" type="axlapi:RRingingSchedule" minOccurs="0" maxOccurs="7"/>

element RRemoteDestination/accessListName
diagram AXLSoap_p13192.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
From 11.0 this tag will not get the precedence if ringSchedule tag is present because ring schedule of the RD will be set based on ringSchedule tag
source <xsd:element name="accessListName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>From 11.0 this tag will not get the precedence if ringSchedule tag is present because ring schedule of the RD will be set based on ringSchedule tag</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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