complexType UpdateDefaultDeviceProfileReq
diagram AXLSoap_p11977.png
namespace http://www.cisco.com/AXL/API/9.1
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid description userHoldMohAudioSourceId userLocale phoneButtonTemplate softkeyTemplate privacy singleButtonBarge joinAcrossLines ignorePi dndStatus dndRingSetting dndOption mlppDomainId mlppIndication preemption alwaysUsePrimeLine alwaysUsePrimeLineForVoiceMessage emccCallingSearchSpace
used by
element updateDefaultDeviceProfile
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateDefaultDeviceProfileReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="userLocale" type="axlapi:XUserLocale" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="phoneButtonTemplate" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="softkeyTemplate" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="privacy" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="singleButtonBarge" type="axlapi:XBarge" default="Default" nillable="false" 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" default="Default" nillable="false" 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="ignorePi" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="dndStatus" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="dndRingSetting" type="axlapi:XRingSetting" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="dndOption" type="axlapi:XDNDOption" default="Ringer Off" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="mlppDomainId" type="axlapi:String128" nillable="true" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Use -1 to set to null</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="mlppIndication" type="axlapi:XStatus" default="Off" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="preemption" type="axlapi:XPreemption" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="emccCallingSearchSpace" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateDefaultDeviceProfileReq/description
diagram AXLSoap_p11978.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/userHoldMohAudioSourceId
diagram AXLSoap_p11979.png
type axlapi:XMOHAudioSourceId
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" nillable="true" minOccurs="0" maxOccurs="1"/>

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

element UpdateDefaultDeviceProfileReq/phoneButtonTemplate
diagram AXLSoap_p11981.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="phoneButtonTemplate" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/softkeyTemplate
diagram AXLSoap_p11982.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="softkeyTemplate" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/privacy
diagram AXLSoap_p11983.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="privacy" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/singleButtonBarge
diagram AXLSoap_p11984.png
type axlapi:XBarge
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
annotation
documentation
This tag is valid only for devices that support SBB.
source <xsd:element name="singleButtonBarge" type="axlapi:XBarge" default="Default" nillable="false" 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 UpdateDefaultDeviceProfileReq/joinAcrossLines
diagram AXLSoap_p11985.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
annotation
documentation
This tag is valid only for devices that support JAL..
source <xsd:element name="joinAcrossLines" type="axlapi:XStatus" default="Default" nillable="false" 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 UpdateDefaultDeviceProfileReq/ignorePi
diagram AXLSoap_p11986.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="ignorePi" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/dndStatus
diagram AXLSoap_p11987.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="dndStatus" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/dndRingSetting
diagram AXLSoap_p11988.png
type axlapi:XRingSetting
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="dndRingSetting" type="axlapi:XRingSetting" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/dndOption
diagram AXLSoap_p11989.png
type axlapi:XDNDOption
properties
minOcc 0
maxOcc 1
content simple
default Ringer Off
nillable false
source <xsd:element name="dndOption" type="axlapi:XDNDOption" default="Ringer Off" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/mlppDomainId
diagram AXLSoap_p11990.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
maxLength 128
annotation
documentation
Use -1 to set to null
source <xsd:element name="mlppDomainId" type="axlapi:String128" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Use -1 to set to null</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateDefaultDeviceProfileReq/mlppIndication
diagram AXLSoap_p11991.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Off
nillable false
source <xsd:element name="mlppIndication" type="axlapi:XStatus" default="Off" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/preemption
diagram AXLSoap_p11992.png
type axlapi:XPreemption
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="preemption" type="axlapi:XPreemption" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/alwaysUsePrimeLine
diagram AXLSoap_p11993.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="alwaysUsePrimeLine" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/alwaysUsePrimeLineForVoiceMessage
diagram AXLSoap_p11994.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="alwaysUsePrimeLineForVoiceMessage" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateDefaultDeviceProfileReq/emccCallingSearchSpace
diagram AXLSoap_p11995.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="emccCallingSearchSpace" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>


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