complexType LDeviceDefaults
diagram AXLSoap_p4864.png
namespace http://www.cisco.com/AXL/API/15.0
children Model Protocol LoadInformation InactiveLoadInformation DevicePoolName PhoneButtonTemplate PreferActCodeOverAutoReg
used by
elements ListDeviceDefaultsRes/return/deviceDefaults ListDeviceDefaultsReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="LDeviceDefaults">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="Model" type="axlapi:XModel" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>String indicating the Device / Phone Model to which these default settings apply.  Read Only.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="Protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>String indicating the Device / Phone Protocol for which these default settings for this Model apply.  Read Only.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="LoadInformation" type="axlapi:XLoadInformation" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The filename of the firmware load that is used with a particular type of hardware device model. The file is fed to the phones via TFTP. This can be overridden at the device level.  If not overridden, then all devices of this model will use this firmware load file.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="InactiveLoadInformation" type="axlapi:XLoadInformation" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The filename of the inactive firmware load that is used with phone models that support dual-bank firmware (background download). The file is fed to the phones via TFTP but is not active.  This can be overridden at the device level. If not overridden, then all devices of this model will download this firmware load file as the inactive load.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="DevicePoolName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The name of the Device Pool, (which defines common Device / Phone characteristics), to be assigned, by default, to Devices / Phones with this Model and Protocol.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will be assigned to this same Device Pool.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="PhoneButtonTemplate" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>The name of the Phone Button Template, (which defines the line and feature button related characteristics of a Device or Phone ), which may be shared by multiple phones and which will be assigned, by default, to Devices / Phones with this Model and Protocol.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will be associated with this same Phone Button Template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="PreferActCodeOverAutoReg" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This boolean setting, when TRUE and unless overridden for specific Phones / Devices of this Model and Protocol, indicates a preferred use of activation code based registrations rather than basic auto-registration.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will, when created be initially marked to use this registratin mode.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute LDeviceDefaults/@uuid
type axlapi:XUUID
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

element LDeviceDefaults/Model
diagram AXLSoap_p4865.png
type axlapi:XModel
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
String indicating the Device / Phone Model to which these default settings apply.  Read Only.
source <xsd:element name="Model" type="axlapi:XModel" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>String indicating the Device / Phone Model to which these default settings apply.  Read Only.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LDeviceDefaults/Protocol
diagram AXLSoap_p4866.png
type axlapi:XDeviceProtocol
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
String indicating the Device / Phone Protocol for which these default settings for this Model apply.  Read Only.
source <xsd:element name="Protocol" type="axlapi:XDeviceProtocol" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>String indicating the Device / Phone Protocol for which these default settings for this Model apply.  Read Only.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LDeviceDefaults/LoadInformation
diagram AXLSoap_p4867.png
type axlapi:XLoadInformation
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
special  axlapi:boolean        
annotation
documentation
The filename of the firmware load that is used with a particular type of hardware device model. The file is fed to the phones via TFTP. This can be overridden at the device level.  If not overridden, then all devices of this model will use this firmware load file.
source <xsd:element name="LoadInformation" type="axlapi:XLoadInformation" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The filename of the firmware load that is used with a particular type of hardware device model. The file is fed to the phones via TFTP. This can be overridden at the device level.  If not overridden, then all devices of this model will use this firmware load file.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LDeviceDefaults/InactiveLoadInformation
diagram AXLSoap_p4868.png
type axlapi:XLoadInformation
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
special  axlapi:boolean        
annotation
documentation
The filename of the inactive firmware load that is used with phone models that support dual-bank firmware (background download). The file is fed to the phones via TFTP but is not active.  This can be overridden at the device level. If not overridden, then all devices of this model will download this firmware load file as the inactive load.
source <xsd:element name="InactiveLoadInformation" type="axlapi:XLoadInformation" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The filename of the inactive firmware load that is used with phone models that support dual-bank firmware (background download). The file is fed to the phones via TFTP but is not active.  This can be overridden at the device level. If not overridden, then all devices of this model will download this firmware load file as the inactive load.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LDeviceDefaults/DevicePoolName
diagram AXLSoap_p4869.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
The name of the Device Pool, (which defines common Device / Phone characteristics), to be assigned, by default, to Devices / Phones with this Model and Protocol.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will be assigned to this same Device Pool.
source <xsd:element name="DevicePoolName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The name of the Device Pool, (which defines common Device / Phone characteristics), to be assigned, by default, to Devices / Phones with this Model and Protocol.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will be assigned to this same Device Pool.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LDeviceDefaults/PhoneButtonTemplate
diagram AXLSoap_p4870.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
The name of the Phone Button Template, (which defines the line and feature button related characteristics of a Device or Phone ), which may be shared by multiple phones and which will be assigned, by default, to Devices / Phones with this Model and Protocol.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will be associated with this same Phone Button Template.
source <xsd:element name="PhoneButtonTemplate" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The name of the Phone Button Template, (which defines the line and feature button related characteristics of a Device or Phone ), which may be shared by multiple phones and which will be assigned, by default, to Devices / Phones with this Model and Protocol.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will be associated with this same Phone Button Template.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element LDeviceDefaults/PreferActCodeOverAutoReg
diagram AXLSoap_p4871.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
This boolean setting, when TRUE and unless overridden for specific Phones / Devices of this Model and Protocol, indicates a preferred use of activation code based registrations rather than basic auto-registration.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will, when created be initially marked to use this registratin mode.
source <xsd:element name="PreferActCodeOverAutoReg" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This boolean setting, when TRUE and unless overridden for specific Phones / Devices of this Model and Protocol, indicates a preferred use of activation code based registrations rather than basic auto-registration.  This can, of course, be overridden at the device level. If not overridden, then all devices of this model and protocol will, when created be initially marked to use this registratin mode.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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