complexType XCommonDeviceConfig
diagram axlapi_p13221.png
namespace http://www.cisco.com/AXL/API/8.5
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 axlapi_p13222.png
type axlapi:UniqueString50
properties
isRef 0
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 axlapi_p13223.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="softkeyTemplateName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element XCommonDeviceConfig/userLocale
diagram axlapi_p13224.png
type axlapi:XUserLocale
properties
isRef 0
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 axlapi_p13225.png
type axlapi:XMOHAudioSourceId
properties
isRef 0
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 axlapi_p13226.png
type axlapi:XMOHAudioSourceId
properties
isRef 0
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 axlapi_p13227.png
type axlapi:String128
properties
isRef 0
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 axlapi_p13228.png
type axlapi:XStatus
properties
isRef 0
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 axlapi_p13229.png
type axlapi:boolean
properties
isRef 0
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 axlapi_p13230.png
type axlapi:XPreemption
properties
isRef 0
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 axlapi_p13231.png
type axlapi:XIPAddressingMode
properties
isRef 0
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 axlapi_p13232.png
type axlapi:XIPAddressingModePrefControl
properties
isRef 0
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 axlapi_p13233.png
type axlapi:XStatus
properties
isRef 0
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 axlapi_p13234.png
type axlapi:XStatus
properties
isRef 0
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