complexType DoServiceParametersResetReq
diagram AXLSoap_p2561.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children processNodeName service
used by
element doServiceParametersReset
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
This will set Service Parameters to default value.
source <xsd:complexType name="DoServiceParametersResetReq">
 
<xsd:annotation>
   
<xsd:documentation>This will set Service Parameters to default value.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:element name="processNodeName" type="axlapi:XFkType" minOccurs="1" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>The process Node that this the service parameter belongs to.Not nullable.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="service" type="axlapi:XService">
         
<xsd:annotation>
           
<xsd:documentation>The service that this service parameter belongs to.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DoServiceParametersResetReq/processNodeName
diagram AXLSoap_p2562.png
type axlapi:XFkType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
The process Node that this the service parameter belongs to.Not nullable.
source <xsd:element name="processNodeName" type="axlapi:XFkType" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The process Node that this the service parameter belongs to.Not nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element DoServiceParametersResetReq/service
diagram AXLSoap_p2563.png
type axlapi:XService
properties
content simple
annotation
documentation
The service that this service parameter belongs to.
source <xsd:element name="service" type="axlapi:XService">
 
<xsd:annotation>
   
<xsd:documentation>The service that this service parameter belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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