complexType UpdateServiceParameterReq
diagram AXLSoap_p16762.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid processNodeName name service value
used by
element updateServiceParameter
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateServiceParameterReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="uuid" type="axlapi:XUUID"/>
         
<xsd:sequence>
           
<xsd:element name="processNodeName" type="axlapi:XFkType" nillable="false" 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="name" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1">
             
<xsd:annotation>
               
<xsd:documentation>Name of the service parameter. Not nullable.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="service" type="axlapi:XService" nillable="false" minOccurs="1" maxOccurs="1">
             
<xsd:annotation>
               
<xsd:documentation>The service that this service parameter belongs to.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:choice>
       
<xsd:element name="value" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateServiceParameterReq/uuid
diagram AXLSoap_p16763.png
type axlapi:XUUID
properties
content simple
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:element name="uuid" type="axlapi:XUUID"/>

element UpdateServiceParameterReq/processNodeName
diagram AXLSoap_p16764.png
type axlapi:XFkType
properties
content complex
nillable false
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" nillable="false" 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 UpdateServiceParameterReq/name
diagram AXLSoap_p16765.png
type xsd:string
properties
content simple
nillable false
annotation
documentation
Name of the service parameter. Not nullable.
source <xsd:element name="name" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Name of the service parameter. Not nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateServiceParameterReq/service
diagram AXLSoap_p16766.png
type axlapi:XService
properties
content simple
nillable false
annotation
documentation
The service that this service parameter belongs to.
source <xsd:element name="service" type="axlapi:XService" nillable="false" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>The service that this service parameter belongs to.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateServiceParameterReq/value
diagram AXLSoap_p16767.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="value" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>


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