complexType UpdatePhoneButtonTemplateReq
diagram AXLSoap_p16330.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName buttons
used by
element updatePhoneButtonTemplate
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdatePhoneButtonTemplateReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The template's name</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="buttons" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The list of buttons on this model of Phone.The feature and label of first button cannot be modified.</xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="button" type="axlapi:XButton" minOccurs="0" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdatePhoneButtonTemplateReq/newName
diagram AXLSoap_p16331.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
The template's name
source <xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The template's name</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneButtonTemplateReq/buttons
diagram AXLSoap_p16332.png
properties
minOcc 0
maxOcc 1
content complex
children button
annotation
documentation
The list of buttons on this model of Phone.The feature and label of first button cannot be modified.
source <xsd:element name="buttons" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The list of buttons on this model of Phone.The feature and label of first button cannot be modified.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="button" type="axlapi:XButton" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdatePhoneButtonTemplateReq/buttons/button
diagram AXLSoap_p16333.png
type axlapi:XButton
properties
minOcc 0
maxOcc unbounded
content complex
children feature label buttonNumber
source <xsd:element name="button" type="axlapi:XButton" minOccurs="0" maxOccurs="unbounded"/>


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