complexType XDefaultDeviceProfile
diagram AXLSoap_p18424.png
namespace http://www.cisco.com/AXL/API/15.0
children name description product class protocol protocolSide userHoldMohAudioSourceId userLocale phoneButtonTemplate softkeyTemplate privacy singleButtonBarge joinAcrossLines ignorePi dndStatus dndRingSetting dndOption mlppDomainId mlppIndication preemption alwaysUsePrimeLine alwaysUsePrimeLineForVoiceMessage emccCallingSearchSpace
used by
element AddDefaultDeviceProfileReq/defaultDeviceProfile
source <xsd:complexType name="XDefaultDeviceProfile">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:UniqueString128" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="product" type="axlapi:XProduct" nillable="false" minOccurs="1" 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="class" type="axlapi:XClass" nillable="false" minOccurs="1" 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" nillable="false" minOccurs="1" 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" default="User" nillable="false" minOccurs="1" 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="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="1" maxOccurs="1"/>
   
<xsd:element name="softkeyTemplate" type="axlapi:XFkType" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="privacy" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" 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="1" maxOccurs="1"/>
   
<xsd:element name="preemption" type="axlapi:XPreemption" default="Default" nillable="false" minOccurs="1" 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:complexType>

element XDefaultDeviceProfile/name
diagram AXLSoap_p18425.png
type axlapi:UniqueString128
properties
content simple
nillable false
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="name" type="axlapi:UniqueString128" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDefaultDeviceProfile/description
diagram AXLSoap_p18426.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 XDefaultDeviceProfile/product
diagram AXLSoap_p18427.png
type axlapi:XProduct
properties
content simple
nillable false
annotation
documentation
Product ID string. read-only except when creating a device.
source <xsd:element name="product" type="axlapi:XProduct" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Product ID string. read-only except when creating a device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XDefaultDeviceProfile/class
diagram AXLSoap_p18428.png
type axlapi:XClass
properties
content simple
nillable false
annotation
documentation
Class ID string. Class information is read-only except when creating a device.
source <xsd:element name="class" type="axlapi:XClass" nillable="false" minOccurs="1" 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 XDefaultDeviceProfile/protocol
diagram AXLSoap_p18429.png
type axlapi:XDeviceProtocol
properties
content simple
nillable false
annotation
documentation
Protocol option is read-only,except when creating a device.
source <xsd:element name="protocol" type="axlapi:XDeviceProtocol" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Protocol option is read-only,except when creating a device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XDefaultDeviceProfile/protocolSide
diagram AXLSoap_p18430.png
type axlapi:XProtocolSide
properties
content simple
default User
nillable false
annotation
documentation
Side information is read-only except when creating a device
source <xsd:element name="protocolSide" type="axlapi:XProtocolSide" default="User" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Side information is read-only except when creating a device</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XDefaultDeviceProfile/userHoldMohAudioSourceId
diagram AXLSoap_p18431.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 XDefaultDeviceProfile/userLocale
diagram AXLSoap_p18432.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 XDefaultDeviceProfile/phoneButtonTemplate
diagram AXLSoap_p18433.png
type axlapi:XFkType
properties
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="1" maxOccurs="1"/>

element XDefaultDeviceProfile/softkeyTemplate
diagram AXLSoap_p18434.png
type axlapi:XFkType
properties
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="1" maxOccurs="1"/>

element XDefaultDeviceProfile/privacy
diagram AXLSoap_p18435.png
type axlapi:XStatus
properties
content simple
default Default
nillable false
source <xsd:element name="privacy" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDefaultDeviceProfile/singleButtonBarge
diagram AXLSoap_p18436.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 XDefaultDeviceProfile/joinAcrossLines
diagram AXLSoap_p18437.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 XDefaultDeviceProfile/ignorePi
diagram AXLSoap_p18438.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 XDefaultDeviceProfile/dndStatus
diagram AXLSoap_p18439.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 XDefaultDeviceProfile/dndRingSetting
diagram AXLSoap_p18440.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 XDefaultDeviceProfile/dndOption
diagram AXLSoap_p18441.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 XDefaultDeviceProfile/mlppDomainId
diagram AXLSoap_p18442.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 XDefaultDeviceProfile/mlppIndication
diagram AXLSoap_p18443.png
type axlapi:XStatus
properties
content simple
default Off
nillable false
source <xsd:element name="mlppIndication" type="axlapi:XStatus" default="Off" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDefaultDeviceProfile/preemption
diagram AXLSoap_p18444.png
type axlapi:XPreemption
properties
content simple
default Default
nillable false
source <xsd:element name="preemption" type="axlapi:XPreemption" default="Default" nillable="false" minOccurs="1" maxOccurs="1"/>

element XDefaultDeviceProfile/alwaysUsePrimeLine
diagram AXLSoap_p18445.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 XDefaultDeviceProfile/alwaysUsePrimeLineForVoiceMessage
diagram AXLSoap_p18446.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 XDefaultDeviceProfile/emccCallingSearchSpace
diagram AXLSoap_p18447.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