complexType XCommonDeviceConfig
diagram AXLSoap_p14481.png
namespace http://www.cisco.com/AXL/API/9.1
children name softkeyTemplateName userLocale networkHoldMohAudioSourceId userHoldMohAudioSourceId mlppDomainId mlppIndicationStatus useTrustedRelayPoint preemption ipAddressingMode ipAddressingModePreferenceControl allowAutoConfigurationForPhones useImeForOutboundCalls
used by
element AddCommonDeviceConfigReq/commonDeviceConfig
source <xsd:complexType name="XCommonDeviceConfig">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:UniqueString50" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="softkeyTemplateName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="userLocale" type="axlapi:XUserLocale" nillable="true" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Nullable. The value accepted and retrieved from the database for this field will be of type XUserLocale in AXLEnums.xsd.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="networkHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" nillable="true" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Nullable</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="userHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" nillable="true" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Nullable</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="mlppDomainId" type="axlapi:String128" nillable="true" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only affect devices that support MLPP. Use -1 to set to null</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only affect devices that support MLPP</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="useTrustedRelayPoint" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Default is not applicable for CommonDeviceConfig API</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="preemption" type="axlapi:XPreemption" default="Default" nillable="false" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This setting only affect devices that support MLPP</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ipAddressingMode" type="axlapi:XIPAddressingMode" default="IPv4 and IPv6" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="ipAddressingModePreferenceControl" type="axlapi:XIPAddressingModePrefControl" default="Use System Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="allowAutoConfigurationForPhones" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="useImeForOutboundCalls" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XCommonDeviceConfig/name
diagram AXLSoap_p14482.png
type axlapi:UniqueString50
properties
content simple
nillable false
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="name" type="axlapi:UniqueString50" nillable="false" minOccurs="1" maxOccurs="1"/>

element XCommonDeviceConfig/softkeyTemplateName
diagram AXLSoap_p14483.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="softkeyTemplateName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XCommonDeviceConfig/userLocale
diagram AXLSoap_p14484.png
type axlapi:XUserLocale
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Nullable. The value accepted and retrieved from the database for this field will be of type XUserLocale in AXLEnums.xsd.
source <xsd:element name="userLocale" type="axlapi:XUserLocale" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Nullable. The value accepted and retrieved from the database for this field will be of type XUserLocale in AXLEnums.xsd.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XCommonDeviceConfig/networkHoldMohAudioSourceId
diagram AXLSoap_p14485.png
type axlapi:XMOHAudioSourceId
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Nullable
source <xsd:element name="networkHoldMohAudioSourceId" type="axlapi:XMOHAudioSourceId" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Nullable</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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

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

element XCommonDeviceConfig/mlppIndicationStatus
diagram AXLSoap_p14488.png
type axlapi:XStatus
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
annotation
documentation
This setting only affect devices that support MLPP
source <xsd:element name="mlppIndicationStatus" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affect devices that support MLPP</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XCommonDeviceConfig/useTrustedRelayPoint
diagram AXLSoap_p14489.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Default is not applicable for CommonDeviceConfig API
source <xsd:element name="useTrustedRelayPoint" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Default is not applicable for CommonDeviceConfig API</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XCommonDeviceConfig/preemption
diagram AXLSoap_p14490.png
type axlapi:XPreemption
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
annotation
documentation
This setting only affect devices that support MLPP
source <xsd:element name="preemption" type="axlapi:XPreemption" default="Default" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This setting only affect devices that support MLPP</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element XCommonDeviceConfig/ipAddressingMode
diagram AXLSoap_p14491.png
type axlapi:XIPAddressingMode
properties
minOcc 0
maxOcc 1
content simple
default IPv4 and IPv6
nillable false
source <xsd:element name="ipAddressingMode" type="axlapi:XIPAddressingMode" default="IPv4 and IPv6" nillable="false" minOccurs="0" maxOccurs="1"/>

element XCommonDeviceConfig/ipAddressingModePreferenceControl
diagram AXLSoap_p14492.png
type axlapi:XIPAddressingModePrefControl
properties
minOcc 0
maxOcc 1
content simple
default Use System Default
nillable false
source <xsd:element name="ipAddressingModePreferenceControl" type="axlapi:XIPAddressingModePrefControl" default="Use System Default" nillable="false" minOccurs="0" maxOccurs="1"/>

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

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


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