complexType DoDeviceResetReq
diagram AXLSoap_p2548.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children deviceName isHardReset deviceResetType
used by
element doDeviceReset
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
isMGCP  axlapi:boolean  optional  false    
annotation
documentation
Performs either a hard or soft reset on the specified device. If resetting an MGCP box, then set isMGCP attribute to true.
source <xsd:complexType name="DoDeviceResetReq">
 
<xsd:annotation>
   
<xsd:documentation>Performs either a hard or soft reset on the specified device. If resetting an MGCP box, then set isMGCP attribute to true.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:element name="deviceName" type="axlapi:XFkType" nillable="false">
         
<xsd:annotation>
           
<xsd:documentation>The name or UUID of the device to performs a reset on. Not nullable.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:choice>
         
<xsd:element name="isHardReset" type="axlapi:boolean" nillable="false">
           
<xsd:annotation>
             
<xsd:documentation>True performs a hard reset. False performs a soft reset. Not nullable.</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
         
<xsd:element name="deviceResetType" type="axlapi:XReset" nillable="false">
           
<xsd:annotation>
             
<xsd:documentation>Not nullable</xsd:documentation>
           
</xsd:annotation>
         
</xsd:element>
       
</xsd:choice>
     
</xsd:sequence>
     
<xsd:attribute name="isMGCP" type="axlapi:boolean" use="optional" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DoDeviceResetReq/@isMGCP
type axlapi:boolean
properties
use optional
default false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:attribute name="isMGCP" type="axlapi:boolean" use="optional" default="false"/>

element DoDeviceResetReq/deviceName
diagram AXLSoap_p2549.png
type axlapi:XFkType
properties
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
The name or UUID of the device to performs a reset on. Not nullable.
source <xsd:element name="deviceName" type="axlapi:XFkType" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The name or UUID of the device to performs a reset on. Not nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element DoDeviceResetReq/isHardReset
diagram AXLSoap_p2550.png
type axlapi:boolean
properties
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
True performs a hard reset. False performs a soft reset. Not nullable.
source <xsd:element name="isHardReset" type="axlapi:boolean" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>True performs a hard reset. False performs a soft reset. Not nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element DoDeviceResetReq/deviceResetType
diagram AXLSoap_p2551.png
type axlapi:XReset
properties
content simple
nillable false
annotation
documentation
Not nullable
source <xsd:element name="deviceResetType" type="axlapi:XReset" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>Not nullable</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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