complexType RRemoteDestination
diagram AXLAPI_p10258.png
namespace http://www.cisco.com/AXL/API/9.0
children name destination answerTooSoonTimer answerTooLateTimer delayBeforeRingingCell remoteDestinationProfileName dualModeDeviceName isMobilePhone enableMobileConnect lineAssociations timeZone todAccessName mobileSmartClientName mobilityProfileName
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:choice minOccurs="0">
     
<xsd:element name="remoteDestinationProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="dualModeDeviceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
</xsd:choice>
   
<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: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="timeZone" type="axlapi:XTimeZone" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="todAccessName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mobileSmartClientName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mobilityProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
 
</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 AXLAPI_p10259.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 AXLAPI_p10260.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 AXLAPI_p10261.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 AXLAPI_p10262.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 AXLAPI_p10263.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/remoteDestinationProfileName
diagram AXLAPI_p10264.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="remoteDestinationProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RRemoteDestination/dualModeDeviceName
diagram AXLAPI_p10265.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 AXLAPI_p10266.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 AXLAPI_p10267.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 AXLAPI_p10268.png
properties
minOcc 0
maxOcc 1
content complex
children lineAssociation
source <xsd:element name="lineAssociations" minOccurs="0" maxOccurs="1">
 
<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 AXLAPI_p10269.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/timeZone
diagram AXLAPI_p10270.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 AXLAPI_p10271.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="todAccessName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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

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


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