complexType RDeviceProfile
diagram axlapi_p7655.png
namespace http://www.cisco.com/AXL/API/8.5
children name description product model class protocol protocolSide 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
ctiidxsd:positiveInteger      
uuidaxlapi:XUUID      
source <xsd:complexType name="RDeviceProfile">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="class" type="axlapi:XClass" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="protocolSide" type="axlapi:XProtocolSide" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="traceFlag" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1"/>
   
<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:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded"/>
       
</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: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:element name="currentProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="loginTime" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="loginDuration" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="joinAcrossLines" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="loginUserId" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dndOption" type="axlapi:XDNDOption" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="dndStatus" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<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: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: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:sequence>
 
<xsd:attribute name="ctiid" type="xsd:positiveInteger"/>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

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

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

element RDeviceProfile/name
diagram axlapi_p7656.png
type axlapi:UniqueString128
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 128 
source <xsd:element name="name" type="axlapi:UniqueString128" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/description
diagram axlapi_p7657.png
type axlapi:String128
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 128 
source <xsd:element name="description" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

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

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

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

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

element RDeviceProfile/protocolSide
diagram axlapi_p7662.png
type axlapi:XProtocolSide
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="protocolSide" type="axlapi:XProtocolSide" minOccurs="0" maxOccurs="1"/>

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

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

element RDeviceProfile/versionStamp
diagram axlapi_p7665.png
type axlapi:String128
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 128 
source <xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/traceFlag
diagram axlapi_p7666.png
type axlapi:boolean
properties
isRef 0
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 axlapi_p7667.png
type axlapi:String128
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 128 
source <xsd:element name="mlppDomainId" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

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

element RDeviceProfile/preemption
diagram axlapi_p7669.png
type axlapi:XPreemption
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="preemption" type="axlapi:XPreemption" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/lines
diagram axlapi_p7670.png
properties
isRef 0
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:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element RDeviceProfile/lines/line
diagram axlapi_p7671.png
type axlapi:RPhoneLine
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children index label asciiLabel display dirn ringSetting consecutiveRingSetting ringSettingIdlePickupAlert ringSettingActivePickupAlert displayAscii e164Mask dialPlanWizardId mwlPolicy maxNumCalls busyTrigger callInfoDisplay recordingProfileName monitoringCssName recordingFlag audibleMwi speedDial partitionUsage associatedEndusers missedCallLogging
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUID      
ctiidxsd:nonNegativeInteger      
source <xsd:element name="line" type="axlapi:RPhoneLine" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/lines/lineIdentifier
diagram axlapi_p7672.png
type axlapi:RNumplanIdentifier
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children directoryNumber routePartitionName
source <xsd:element name="lineIdentifier" type="axlapi:RNumplanIdentifier" minOccurs="0" maxOccurs="unbounded"/>

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

element RDeviceProfile/phoneTemplateName
diagram axlapi_p7674.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/speeddials
diagram axlapi_p7675.png
properties
isRef 0
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 axlapi_p7676.png
type axlapi:RSpeeddial
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children dirn label asciiLabel index
source <xsd:element name="speeddial" type="axlapi:RSpeeddial" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/busyLampFields
diagram axlapi_p7677.png
properties
isRef 0
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 axlapi_p7678.png
type axlapi:RBusyLampField
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children blfDest blfDirn routePartition label asciiLabel associatedBlfSdFeatures index
source <xsd:element name="busyLampField" type="axlapi:RBusyLampField" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/blfDirectedCallParks
diagram axlapi_p7679.png
properties
isRef 0
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 axlapi_p7680.png
type axlapi:RBLFDirectedCallPark
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children label directedCallParkId directedCallParkDnAndPartition labelAscii index
source <xsd:element name="blfDirectedCallPark" type="axlapi:RBLFDirectedCallPark" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/addOnModules
diagram axlapi_p7681.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children addOnModule
source <xsd:element name="addOnModules" minOccurs="0" maxOccurs="1">
 
<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 axlapi_p7682.png
type axlapi:RAddOnModule
properties
isRef 0
minOcc 0
maxOcc 2
content complex
children loadInformation model index
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUID      
source <xsd:element name="addOnModule" type="axlapi:RAddOnModule" minOccurs="0" maxOccurs="2"/>

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

element RDeviceProfile/defaultProfileName
diagram axlapi_p7684.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="defaultProfileName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentProfileName
diagram axlapi_p7685.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="currentProfileName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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

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

element RDeviceProfile/singleButtonBarge
diagram axlapi_p7688.png
type axlapi:XBarge
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="singleButtonBarge" type="axlapi:XBarge" minOccurs="0" maxOccurs="1"/>

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

element RDeviceProfile/loginUserId
diagram axlapi_p7690.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="loginUserId" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/ignorePresentationIndicators
diagram axlapi_p7691.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="ignorePresentationIndicators" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

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

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

element RDeviceProfile/dndStatus
diagram axlapi_p7694.png
type axlapi:boolean
properties
isRef 0
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/emccCallingSearchSpace
diagram axlapi_p7695.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="emccCallingSearchSpace" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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

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

element RDeviceProfile/softkeyTemplateName
diagram axlapi_p7698.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

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

element RDeviceProfile/currentConfig
diagram axlapi_p7700.png
properties
isRef 0
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
source <xsd:element name="currentConfig" minOccurs="0" maxOccurs="1">
 
<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:sequence>
 
</xsd:complexType>
</xsd:element>

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

element RDeviceProfile/currentConfig/phoneTemplateName
diagram axlapi_p7702.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="phoneTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/mlppDomainId
diagram axlapi_p7703.png
type axlapi:String128
properties
isRef 0
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 axlapi_p7704.png
type axlapi:XStatus
properties
isRef 0
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 axlapi_p7705.png
type axlapi:XPreemption
properties
isRef 0
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 axlapi_p7706.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="softkeyTemplateName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/ignorePresentationIndicators
diagram axlapi_p7707.png
type axlapi:boolean
properties
isRef 0
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 axlapi_p7708.png
type axlapi:XBarge
properties
isRef 0
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 axlapi_p7709.png
type axlapi:XStatus
properties
isRef 0
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 axlapi_p7710.png
type axlapi:XStatus
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="callInfoPrivacyStatus" type="axlapi:XStatus" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/dndStatus
diagram axlapi_p7711.png
type axlapi:boolean
properties
isRef 0
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 axlapi_p7712.png
type axlapi:XRingSetting
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="dndRingSetting" type="axlapi:XRingSetting" minOccurs="0" maxOccurs="1"/>

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

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

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

element RDeviceProfile/currentConfig/emccCallingSearchSpaceName
diagram axlapi_p7716.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="emccCallingSearchSpaceName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/deviceName
diagram axlapi_p7717.png
type axlapi:String255
properties
isRef 0
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 axlapi_p7718.png
type axlapi:XModel
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="model" type="axlapi:XModel" minOccurs="0" maxOccurs="1"/>

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

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

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

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

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

element RDeviceProfile/currentConfig/remoteSrstOption
diagram axlapi_p7724.png
type axlapi:String50
properties
isRef 0
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 axlapi_p7725.png
type axlapi:String15
properties
isRef 0
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 axlapi_p7726.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="remoteSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/remoteSipSrstIp
diagram axlapi_p7727.png
type axlapi:String15
properties
isRef 0
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 axlapi_p7728.png
type axlapi:XInteger
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="remoteSipSrstPort" type="axlapi:XInteger" minOccurs="0" maxOccurs="1"/>

element RDeviceProfile/currentConfig/geolocationInfo
diagram axlapi_p7729.png
type axlapi:String2048
properties
isRef 0
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/services
diagram axlapi_p7730.png
properties
isRef 0
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 axlapi_p7731.png
type axlapi:RSubscribedService
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children telecasterServiceName name url urlButtonIndex urlLabel urlLabelAscii serviceNameAscii phoneService phoneServiceCategory vendor version priority
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="service" type="axlapi:RSubscribedService" minOccurs="0" maxOccurs="unbounded"/>

element RDeviceProfile/featureControlPolicy
diagram axlapi_p7732.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="featureControlPolicy" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>


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