complexType XRemoteDestination
diagram AXLSoap_p16237.png
namespace http://www.cisco.com/AXL/API/9.1
children name destination answerTooSoonTimer answerTooLateTimer delayBeforeRingingCell remoteDestinationProfileName dualModeDeviceName isMobilePhone enableMobileConnect lineAssociations timeZone todAccessName mobileSmartClientName mobilityProfileName
used by
element AddRemoteDestinationReq/remoteDestination
source <xsd:complexType name="XRemoteDestination">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="destination" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="answerTooSoonTimer" type="axlapi:XInteger" default="1500" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="answerTooLateTimer" type="axlapi:XInteger" default="19000" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="delayBeforeRingingCell" type="axlapi:XInteger" default="4000" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:choice minOccurs="1">
     
<xsd:element name="remoteDestinationProfileName" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/>
     
<xsd:element name="dualModeDeviceName" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/>
   
</xsd:choice>
   
<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:complexType>

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

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

element XRemoteDestination/answerTooSoonTimer
diagram AXLSoap_p16240.png
type axlapi:XInteger
properties
content simple
default 1500
nillable false
source <xsd:element name="answerTooSoonTimer" type="axlapi:XInteger" default="1500" nillable="false" minOccurs="1" maxOccurs="1"/>

element XRemoteDestination/answerTooLateTimer
diagram AXLSoap_p16241.png
type axlapi:XInteger
properties
content simple
default 19000
nillable false
source <xsd:element name="answerTooLateTimer" type="axlapi:XInteger" default="19000" nillable="false" minOccurs="1" maxOccurs="1"/>

element XRemoteDestination/delayBeforeRingingCell
diagram AXLSoap_p16242.png
type axlapi:XInteger
properties
content simple
default 4000
nillable false
source <xsd:element name="delayBeforeRingingCell" type="axlapi:XInteger" default="4000" nillable="false" minOccurs="1" maxOccurs="1"/>

element XRemoteDestination/remoteDestinationProfileName
diagram AXLSoap_p16243.png
type axlapi:XFkType
properties
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="remoteDestinationProfileName" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/>

element XRemoteDestination/dualModeDeviceName
diagram AXLSoap_p16244.png
type axlapi:XFkType
properties
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="1" maxOccurs="1"/>

element XRemoteDestination/isMobilePhone
diagram AXLSoap_p16245.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 XRemoteDestination/enableMobileConnect
diagram AXLSoap_p16246.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 XRemoteDestination/lineAssociations
diagram AXLSoap_p16247.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 XRemoteDestination/lineAssociations/lineAssociation
diagram AXLSoap_p16248.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 XRemoteDestination/timeZone
diagram AXLSoap_p16249.png
type axlapi:XTimeZone
properties
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 XRemoteDestination/todAccessName
diagram AXLSoap_p16250.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="todAccessName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XRemoteDestination/mobileSmartClientName
diagram AXLSoap_p16251.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 XRemoteDestination/mobilityProfileName
diagram AXLSoap_p16252.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>


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