complexType RDeviceProfile
diagram AXLSoap_p10671.png
namespace http://www.cisco.com/AXL/API/12.0
children name description product model class protocol protocolSide type userHoldMohAudioSourceId vendorConfig versionStamp traceFlag mlppDomainId mlppIndicationStatus preemption lines numberOfButtons phoneTemplateName speeddials busyLampFields blfDirectedCallParks addOnModules userLocale defaultProfileName currentProfileName loginTime loginDuration singleButtonBarge joinAcrossLines loginUserId ignorePresentationIndicators dndOption dndRingSetting dndStatus emccCallingSearchSpace alwaysUsePrimeLine alwaysUsePrimeLineForVoiceMessage softkeyTemplateName callInfoPrivacyStatus currentConfig services featureControlPolicy
used by
elements GetDeviceProfileRes/return/deviceProfile GetDeviceProfileReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
ctiid  xsd:positiveInteger        
uuid  axlapi:XUUID        
source <xsd:complexType name="RDeviceProfile">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="description" type="axlapi:String128" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Optional description of the device</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Product ID string. read-only except when creating a device.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Model ID string. Read Only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Class ID string. Class information is read-only except when creating a device.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Protocol option is read-only,except when creating a device.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="protocolSide" type="axlapi:XProtocolSide" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Side information is read-only except when creating a device</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="type" type="xsd:string" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Device profile Type string. Read Only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is not valid for H323Phone,H323trunk and SIPTrunk</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>UUID changed each time device is updated</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="traceFlag" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="lines" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:choice minOccurs="0">
         
<xsd:element name="line" type="axlapi:RPhoneLine" minOccurs="0" maxOccurs="unbounded">
           
<xsd:annotation>
             
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded">
           
<xsd:annotation>
             
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="numberOfButtons" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="speeddials" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="speeddial" type="axlapi:RSpeeddial" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="busyLampFields" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="busyLampField" type="axlapi:RBusyLampField" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="blfDirectedCallParks" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="blfDirectedCallPark" type="axlapi:RBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="addOnModules" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Additional modules attached to the Phone.There can be 0,1 or 2.</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="addOnModule" type="axlapi:RAddOnModule" minOccurs="0" maxOccurs="2"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="userLocale" type="axlapi:XUserLocale" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="defaultProfileName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The name of the default profile for this device.Not Nullable.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="currentProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="loginTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Read-only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="loginDuration" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Read-only</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="loginUserId" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="emccCallingSearchSpace" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="currentConfig" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for a get deviceprofile response.It contains Extension Mobility related parameters for a device when a user is logged in using a user defined device profile.If no user is logged in,the original device information for these parameters is returned.</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
           
<xsd:annotation>
             
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="emccCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="deviceName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="deviceProtocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="addressMode" type="axlapi:XIPAddressingMode" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="allowAutoConfig" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSrstOption" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSipSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteSipSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="geolocationInfo" type="axlapi:String2048" minOccurs="0" maxOccurs="1"/>
         
<xsd:element name="remoteLocationName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="services" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="service" type="axlapi:RSubscribedService" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="featureControlPolicy" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is valid only for RT Phones.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="ctiid" type="xsd:positiveInteger"/>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute RDeviceProfile/@ctiid
type xsd:positiveInteger
source <xsd:attribute name="ctiid" type="xsd:positiveInteger"/>

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

element RDeviceProfile/name
diagram AXLSoap_p10672.png
type axlapi:UniqueString128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
The device name,using only URL-friendly characters
source <xsd:element name="name" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The device name,using only URL-friendly characters</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/description
diagram AXLSoap_p10673.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
Optional description of the device
source <xsd:element name="description" type="axlapi:String128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Optional description of the device</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/product
diagram AXLSoap_p10674.png
type axlapi:XProduct
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Product ID string. read-only except when creating a device.
source <xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Product ID string. read-only except when creating a device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/model
diagram AXLSoap_p10675.png
type axlapi:XModel
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Model ID string. Read Only
source <xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Model ID string. Read Only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/class
diagram AXLSoap_p10676.png
type axlapi:XClass
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Class ID string. Class information is read-only except when creating a device.
source <xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Class ID string. Class information is read-only except when creating a device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/protocol
diagram AXLSoap_p10677.png
type axlapi:XDeviceProtocol
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Protocol option is read-only,except when creating a device.
source <xsd:element name="protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Protocol option is read-only,except when creating a device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/protocolSide
diagram AXLSoap_p10678.png
type axlapi:XProtocolSide
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Side information is read-only except when creating a device
source <xsd:element name="protocolSide" type="axlapi:XProtocolSide" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Side information is read-only except when creating a device</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/type
diagram AXLSoap_p10679.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Device profile Type string. Read Only
source <xsd:element name="type" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Device profile Type string. Read Only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/userHoldMohAudioSourceId
diagram AXLSoap_p10680.png
type axlapi:XMOHAudioSourceId
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is not valid for H323Phone,H323trunk and SIPTrunk
source <xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is not valid for H323Phone,H323trunk and SIPTrunk</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/vendorConfig
diagram AXLSoap_p10681.png
type axlapi:XVendorConfig
properties
minOcc 0
maxOcc 1
content complex
source <xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/versionStamp
diagram AXLSoap_p10682.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
UUID changed each time device is updated
source <xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>UUID changed each time device is updated</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/traceFlag
diagram AXLSoap_p10683.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="traceFlag" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/mlppDomainId
diagram AXLSoap_p10684.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
This setting only effects devices that support MLPP. Use -1 to set to null
source <xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/mlppIndicationStatus
diagram AXLSoap_p10685.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This setting only affects devices that support MLPP.
source <xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/preemption
diagram AXLSoap_p10686.png
type axlapi:XPreemption
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This setting only affects devices that support MLPP.
source <xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/lines
diagram AXLSoap_p10687.png
properties
minOcc 0
maxOcc 1
content complex
children line lineIdentifier
source <xsd:element name="lines" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:choice minOccurs="0">
     
<xsd:element name="line" type="axlapi:RPhoneLine" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/lines/line
diagram AXLSoap_p10688.png
type axlapi:RPhoneLine
properties
minOcc 0
maxOcc unbounded
content complex
children index label display dirn ringSetting consecutiveRingSetting ringSettingIdlePickupAlert ringSettingActivePickupAlert displayAscii e164Mask dialPlanWizardId mwlPolicy maxNumCalls busyTrigger callInfoDisplay recordingProfileName monitoringCssName recordingFlag audibleMwi speedDial partitionUsage associatedEndusers missedCallLogging recordingMediaSource
attributes
Name  Type  Use  Default  Fixed  Annotation
ctiid  xsd:nonNegativeInteger        
uuid  axlapi:XUUID        
annotation
documentation
An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.
source <xsd:element name="line" type="axlapi:RPhoneLine" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/lines/lineIdentifier
diagram AXLSoap_p10689.png
type axlapi:RNumplanIdentifier
properties
minOcc 0
maxOcc unbounded
content complex
children directoryNumber routePartitionName
annotation
documentation
The lineIdentifier is a shorthand method that refers to a particular directory number.
source <xsd:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular directory number.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

element RDeviceProfile/phoneTemplateName
diagram AXLSoap_p10691.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="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/speeddials
diagram AXLSoap_p10692.png
properties
minOcc 0
maxOcc 1
content complex
children speeddial
source <xsd:element name="speeddials" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="speeddial" type="axlapi:RSpeeddial" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/speeddials/speeddial
diagram AXLSoap_p10693.png
type axlapi:RSpeeddial
properties
minOcc 0
maxOcc unbounded
content complex
children dirn label index
source <xsd:element name="speeddial" type="axlapi:RSpeeddial" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/busyLampFields
diagram AXLSoap_p10694.png
properties
minOcc 0
maxOcc 1
content complex
children busyLampField
source <xsd:element name="busyLampFields" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="busyLampField" type="axlapi:RBusyLampField" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/busyLampFields/busyLampField
diagram AXLSoap_p10695.png
type axlapi:RBusyLampField
properties
minOcc 0
maxOcc unbounded
content complex
children blfDest blfDirn routePartition label associatedBlfSdFeatures index
source <xsd:element name="busyLampField" type="axlapi:RBusyLampField" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/blfDirectedCallParks
diagram AXLSoap_p10696.png
properties
minOcc 0
maxOcc 1
content complex
children blfDirectedCallPark
source <xsd:element name="blfDirectedCallParks" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="blfDirectedCallPark" type="axlapi:RBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/blfDirectedCallParks/blfDirectedCallPark
diagram AXLSoap_p10697.png
type axlapi:RBLFDirectedCallPark
properties
minOcc 0
maxOcc unbounded
content complex
children label directedCallParkId directedCallParkDnAndPartition index
source <xsd:element name="blfDirectedCallPark" type="axlapi:RBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/addOnModules
diagram AXLSoap_p10698.png
properties
minOcc 0
maxOcc 1
content complex
children addOnModule
annotation
documentation
Additional modules attached to the Phone.There can be 0,1 or 2.
source <xsd:element name="addOnModules" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Additional modules attached to the Phone.There can be 0,1 or 2.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="addOnModule" type="axlapi:RAddOnModule" minOccurs="0" maxOccurs="2"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/addOnModules/addOnModule
diagram AXLSoap_p10699.png
type axlapi:RAddOnModule
properties
minOcc 0
maxOcc 2
content complex
children loadInformation model index
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="addOnModule" type="axlapi:RAddOnModule" minOccurs="0" maxOccurs="2"/>

element RDeviceProfile/userLocale
diagram AXLSoap_p10700.png
type axlapi:XUserLocale
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="userLocale" type="axlapi:XUserLocale" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/defaultProfileName
diagram AXLSoap_p10701.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The name of the default profile for this device.Not Nullable.
source <xsd:element name="defaultProfileName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The name of the default profile for this device.Not Nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentProfileName
diagram AXLSoap_p10702.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="currentProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/loginTime
diagram AXLSoap_p10703.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Read-only
source <xsd:element name="loginTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read-only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/loginDuration
diagram AXLSoap_p10704.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Read-only
source <xsd:element name="loginDuration" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read-only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/singleButtonBarge
diagram AXLSoap_p10705.png
type axlapi:XBarge
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support SBB.
source <xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/joinAcrossLines
diagram AXLSoap_p10706.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support JAL..
source <xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/loginUserId
diagram AXLSoap_p10707.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="loginUserId" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/ignorePresentationIndicators
diagram AXLSoap_p10708.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable.
source <xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/dndOption
diagram AXLSoap_p10709.png
type axlapi:XDNDOption
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support DND.
source <xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/dndRingSetting
diagram AXLSoap_p10710.png
type axlapi:XRingSetting
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support DND.
source <xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/dndStatus
diagram AXLSoap_p10711.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
This tag is valid only for devices that support DND.
source <xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/emccCallingSearchSpace
diagram AXLSoap_p10712.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="emccCallingSearchSpace" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/alwaysUsePrimeLine
diagram AXLSoap_p10713.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/alwaysUsePrimeLineForVoiceMessage
diagram AXLSoap_p10714.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/softkeyTemplateName
diagram AXLSoap_p10715.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="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/callInfoPrivacyStatus
diagram AXLSoap_p10716.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig
diagram AXLSoap_p10717.png
properties
minOcc 0
maxOcc 1
content complex
children userHoldMohAudioSourceId phoneTemplateName mlppDomainId mlppIndicationStatus preemption softkeyTemplateName ignorePresentationIndicators singleButtonBarge joinAcrossLines callInfoPrivacyStatus dndStatus dndRingSetting dndOption alwaysUsePrimeLine alwaysUsePrimeLineForVoiceMessage emccCallingSearchSpaceName deviceName model product deviceProtocol class addressMode allowAutoConfig remoteSrstOption remoteSrstIp remoteSrstPort remoteSipSrstIp remoteSipSrstPort geolocationInfo remoteLocationName
annotation
documentation
This tag is valid only for a get deviceprofile response.It contains Extension Mobility related parameters for a device when a user is logged in using a user defined device profile.If no user is logged in,the original device information for these parameters is returned.
source <xsd:element name="currentConfig" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for a get deviceprofile response.It contains Extension Mobility related parameters for a device when a user is logged in using a user defined device profile.If no user is logged in,the original device information for these parameters is returned.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="emccCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="deviceName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="deviceProtocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="addressMode" type="axlapi:XIPAddressingMode" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="allowAutoConfig" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSrstOption" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSipSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteSipSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="geolocationInfo" type="axlapi:String2048" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="remoteLocationName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/currentConfig/userHoldMohAudioSourceId
diagram AXLSoap_p10718.png
type axlapi:XMOHAudioSourceId
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/phoneTemplateName
diagram AXLSoap_p10719.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="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/mlppDomainId
diagram AXLSoap_p10720.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
annotation
documentation
This setting only effects devices that support MLPP. Use -1 to set to null
source <xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only effects devices that support MLPP. Use -1 to set to null</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/mlppIndicationStatus
diagram AXLSoap_p10721.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This setting only affects devices that support MLPP.
source <xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/preemption
diagram AXLSoap_p10722.png
type axlapi:XPreemption
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This setting only affects devices that support MLPP.
source <xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/softkeyTemplateName
diagram AXLSoap_p10723.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="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/ignorePresentationIndicators
diagram AXLSoap_p10724.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable.
source <xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality feature is required for most phones andand device profiles. Not Nullable. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/singleButtonBarge
diagram AXLSoap_p10725.png
type axlapi:XBarge
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support SBB.
source <xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support SBB.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/joinAcrossLines
diagram AXLSoap_p10726.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is valid only for devices that support JAL..
source <xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for devices that support JAL..</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RDeviceProfile/currentConfig/callInfoPrivacyStatus
diagram AXLSoap_p10727.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/dndStatus
diagram AXLSoap_p10728.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="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/dndRingSetting
diagram AXLSoap_p10729.png
type axlapi:XRingSetting
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/dndOption
diagram AXLSoap_p10730.png
type axlapi:XDNDOption
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/alwaysUsePrimeLine
diagram AXLSoap_p10731.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/alwaysUsePrimeLineForVoiceMessage
diagram AXLSoap_p10732.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/emccCallingSearchSpaceName
diagram AXLSoap_p10733.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="emccCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/deviceName
diagram AXLSoap_p10734.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="deviceName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/model
diagram AXLSoap_p10735.png
type axlapi:XModel
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/product
diagram AXLSoap_p10736.png
type axlapi:XProduct
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/deviceProtocol
diagram AXLSoap_p10737.png
type axlapi:XDeviceProtocol
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="deviceProtocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/class
diagram AXLSoap_p10738.png
type axlapi:XClass
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/addressMode
diagram AXLSoap_p10739.png
type axlapi:XIPAddressingMode
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="addressMode" type="axlapi:XIPAddressingMode" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/allowAutoConfig
diagram AXLSoap_p10740.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="allowAutoConfig" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSrstOption
diagram AXLSoap_p10741.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="remoteSrstOption" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSrstIp
diagram AXLSoap_p10742.png
type axlapi:String15
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 15
source <xsd:element name="remoteSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSrstPort
diagram AXLSoap_p10743.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="remoteSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSipSrstIp
diagram AXLSoap_p10744.png
type axlapi:String15
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 15
source <xsd:element name="remoteSipSrstIp" type="axlapi:String15" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSipSrstPort
diagram AXLSoap_p10745.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="remoteSipSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/geolocationInfo
diagram AXLSoap_p10746.png
type axlapi:String2048
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 2048
source <xsd:element name="geolocationInfo" type="axlapi:String2048" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteLocationName
diagram AXLSoap_p10747.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="remoteLocationName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/services
diagram AXLSoap_p10748.png
properties
minOcc 0
maxOcc 1
content complex
children service
source <xsd:element name="services" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="service" type="axlapi:RSubscribedService" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/services/service
diagram AXLSoap_p10749.png
type axlapi:RSubscribedService
properties
minOcc 0
maxOcc unbounded
content complex
children telecasterServiceName name url urlButtonIndex urlLabel serviceNameAscii phoneService phoneServiceCategory vendor version priority
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:element name="service" type="axlapi:RSubscribedService" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/featureControlPolicy
diagram AXLSoap_p10750.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 valid only for RT Phones.
source <xsd:element name="featureControlPolicy" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is valid only for RT Phones.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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