complexType XCommonDeviceConfig
diagram AXLSoap_p18265.png
namespace http://www.cisco.com/AXL/API/15.0
children name softkeyTemplateName userLocale networkHoldMohAudioSourceId userHoldMohAudioSourceId mlppDomainId mlppIndicationStatus useTrustedRelayPoint preemption ipAddressingMode ipAddressingModePreferenceControl allowAutoConfigurationForPhones useImeForOutboundCalls confidentialAccess allowDuplicateAddressDetection acceptRedirectMessages replyMulticastEchoRequest
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:element name="confidentialAccess" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="confidentialAccessMode" type="axlapi:XCALMode" nillable="true" minOccurs="1" maxOccurs="1"/>
         
<xsd:element name="confidentialAccessLevel" type="axlapi:XInteger" nillable="true" minOccurs="1" maxOccurs="1"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
   
<xsd:element name="allowDuplicateAddressDetection" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="acceptRedirectMessages" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="replyMulticastEchoRequest" type="axlapi:XStatus" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XCommonDeviceConfig/name
diagram AXLSoap_p18266.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_p18267.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_p18268.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_p18269.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_p18270.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_p18271.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_p18272.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_p18273.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_p18274.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_p18275.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_p18276.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_p18277.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_p18278.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"/>

element XCommonDeviceConfig/confidentialAccess
diagram AXLSoap_p18279.png
properties
minOcc 0
maxOcc 1
content complex
children confidentialAccessMode confidentialAccessLevel
source <xsd:element name="confidentialAccess" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="confidentialAccessMode" type="axlapi:XCALMode" nillable="true" minOccurs="1" maxOccurs="1"/>
     
<xsd:element name="confidentialAccessLevel" type="axlapi:XInteger" nillable="true" minOccurs="1" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element XCommonDeviceConfig/confidentialAccess/confidentialAccessMode
diagram AXLSoap_p18280.png
type axlapi:XCALMode
properties
content simple
nillable true
source <xsd:element name="confidentialAccessMode" type="axlapi:XCALMode" nillable="true" minOccurs="1" maxOccurs="1"/>

element XCommonDeviceConfig/confidentialAccess/confidentialAccessLevel
diagram AXLSoap_p18281.png
type axlapi:XInteger
properties
content simple
nillable true
source <xsd:element name="confidentialAccessLevel" type="axlapi:XInteger" nillable="true" minOccurs="1" maxOccurs="1"/>

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

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

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


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