complexType UpdateRemoteDestinationReq
diagram AXLSoap_p16571.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid destination newName newDestination answerTooSoonTimer answerTooLateTimer delayBeforeRingingCell ownerUserId enableUnifiedMobility remoteDestinationProfileName enableExtendAndConnect ctiRemoteDeviceName dualModeDeviceName isMobilePhone enableMobileConnect lineAssociations timeZone todAccessName mobileSmartClientName mobilityProfileName singleNumberReachVoicemail dialViaOfficeReverseVoicemail removeRingSchedule addRingSchedule ringSchedule accessListName
used by
element updateRemoteDestination
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
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="ownerUserId" type="axlapi:XFkType" nillable="false" 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="enableUnifiedMobility" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>While UPDATE set it to false if you want to delete enable Unified Mobility feature.Use only while update</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="remoteDestinationProfileName" type="axlapi:XFkType" nillable="true" 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="enableExtendAndConnect" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>While UPDATE set it to false if you want to delete Enable Extend and Connect.Use only while update</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="ctiRemoteDeviceName" type="axlapi:XFkType" nillable="true" 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" nillable="true" 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="Etc/GMT" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="todAccessName" type="axlapi:XFkType" nillable="true" 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" 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:element name="singleNumberReachVoicemail" type="axlapi:XVMAvoidancePolicy" default="Use System Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="dialViaOfficeReverseVoicemail" type="axlapi:XVMAvoidancePolicy" default="Use System Default" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>This tag is for Mobility Identity</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:choice minOccurs="0">
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="removeRingSchedule" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:complexContent>
                 
<xsd:extension base="axlapi:XCommonMembersExtension">
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>
                   
</xsd:sequence>
                 
</xsd:extension>
               
</xsd:complexContent>
             
</xsd:complexType>
           
</xsd:element>
           
<xsd:element name="addRingSchedule" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:complexContent>
                 
<xsd:extension base="axlapi:XCommonMembersExtension">
                   
<xsd:sequence minOccurs="0">
                     
<xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>
                   
</xsd:sequence>
                 
</xsd:extension>
               
</xsd:complexContent>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
         
<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:complexContent>
               
<xsd:extension base="axlapi:XCommonMembersExtension">
                 
<xsd:sequence minOccurs="0">
                   
<xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>
                 
</xsd:sequence>
               
</xsd:extension>
             
</xsd:complexContent>
           
</xsd:complexType>
         
</xsd:element>
       
</xsd:choice>
       
<xsd:element name="accessListName" type="axlapi:XFkType" nillable="true" 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:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

element UpdateRemoteDestinationReq/newName
diagram AXLSoap_p16574.png
type xsd:string
properties
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 AXLSoap_p16575.png
type xsd:string
properties
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 AXLSoap_p16576.png
type axlapi:XInteger
properties
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 AXLSoap_p16577.png
type axlapi:XInteger
properties
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 AXLSoap_p16578.png
type axlapi:XInteger
properties
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/ownerUserId
diagram AXLSoap_p16579.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable false
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" nillable="false" 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 UpdateRemoteDestinationReq/enableUnifiedMobility
diagram AXLSoap_p16580.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
While UPDATE set it to false if you want to delete enable Unified Mobility feature.Use only while update
source <xsd:element name="enableUnifiedMobility" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>While UPDATE set it to false if you want to delete enable Unified Mobility feature.Use only while update</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateRemoteDestinationReq/remoteDestinationProfileName
diagram AXLSoap_p16581.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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" nillable="true" 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 UpdateRemoteDestinationReq/enableExtendAndConnect
diagram AXLSoap_p16582.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
While UPDATE set it to false if you want to delete Enable Extend and Connect.Use only while update
source <xsd:element name="enableExtendAndConnect" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>While UPDATE set it to false if you want to delete Enable Extend and Connect.Use only while update</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateRemoteDestinationReq/ctiRemoteDeviceName
diagram AXLSoap_p16583.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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" nillable="true" 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 UpdateRemoteDestinationReq/dualModeDeviceName
diagram AXLSoap_p16584.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="dualModeDeviceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/isMobilePhone
diagram AXLSoap_p16585.png
type axlapi:boolean
properties
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 AXLSoap_p16586.png
type axlapi:boolean
properties
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 AXLSoap_p16587.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:XLineAssociation" minOccurs="1" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateRemoteDestinationReq/lineAssociations/lineAssociation
diagram AXLSoap_p16588.png
type axlapi:XLineAssociation
properties
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 AXLSoap_p16589.png
type axlapi:XTimeZone
properties
minOcc 0
maxOcc 1
content simple
default Etc/GMT
nillable false
source <xsd:element name="timeZone" type="axlapi:XTimeZone" default="Etc/GMT" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/todAccessName
diagram AXLSoap_p16590.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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" nillable="true" 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 UpdateRemoteDestinationReq/mobileSmartClientName
diagram AXLSoap_p16591.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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" 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 AXLSoap_p16592.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is applicable only to CUMC devices.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateRemoteDestinationReq/singleNumberReachVoicemail
diagram AXLSoap_p16593.png
type axlapi:XVMAvoidancePolicy
properties
minOcc 0
maxOcc 1
content simple
default Use System Default
nillable false
source <xsd:element name="singleNumberReachVoicemail" type="axlapi:XVMAvoidancePolicy" default="Use System Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateRemoteDestinationReq/dialViaOfficeReverseVoicemail
diagram AXLSoap_p16594.png
type axlapi:XVMAvoidancePolicy
properties
minOcc 0
maxOcc 1
content simple
default Use System Default
nillable false
annotation
documentation
This tag is for Mobility Identity
source <xsd:element name="dialViaOfficeReverseVoicemail" type="axlapi:XVMAvoidancePolicy" default="Use System Default" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is for Mobility Identity</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateRemoteDestinationReq/removeRingSchedule
diagram AXLSoap_p16595.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children member
source <xsd:element name="removeRingSchedule" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateRemoteDestinationReq/removeRingSchedule/member
diagram AXLSoap_p16596.png
type axlapi:XRingingSchedule
properties
minOcc 1
maxOcc 7
content complex
children startTime endTime startDay endDay
source <xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>

element UpdateRemoteDestinationReq/addRingSchedule
diagram AXLSoap_p16597.png
type extension of axlapi:XCommonMembersExtension
properties
minOcc 0
maxOcc 1
content complex
children member
source <xsd:element name="addRingSchedule" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateRemoteDestinationReq/addRingSchedule/member
diagram AXLSoap_p16598.png
type axlapi:XRingingSchedule
properties
minOcc 1
maxOcc 7
content complex
children startTime endTime startDay endDay
source <xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>

element UpdateRemoteDestinationReq/ringSchedule
diagram AXLSoap_p16599.png
type extension of axlapi:XCommonMembersExtension
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:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element UpdateRemoteDestinationReq/ringSchedule/member
diagram AXLSoap_p16600.png
type axlapi:XRingingSchedule
properties
minOcc 1
maxOcc 7
content complex
children startTime endTime startDay endDay
source <xsd:element name="member" type="axlapi:XRingingSchedule" minOccurs="1" maxOccurs="7"/>

element UpdateRemoteDestinationReq/accessListName
diagram AXLSoap_p16601.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
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" nillable="true" 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