complexType UpdateMraServiceDomainReq
diagram AXLSoap_p16303.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName isDefault serviceDomains
used by
element updateMraServiceDomain
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateMraServiceDomainReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="isDefault" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>In Update setting isDefault tag as false would not disable this MraServiceDomain as Default. Instead, the corresponding tag of another MraServiceDomain should be set to true.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="serviceDomains" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateMraServiceDomainReq/newName
diagram AXLSoap_p16304.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateMraServiceDomainReq/isDefault
diagram AXLSoap_p16305.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
In Update setting isDefault tag as false would not disable this MraServiceDomain as Default. Instead, the corresponding tag of another MraServiceDomain should be set to true.
source <xsd:element name="isDefault" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>In Update setting isDefault tag as false would not disable this MraServiceDomain as Default. Instead, the corresponding tag of another MraServiceDomain should be set to true.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateMraServiceDomainReq/serviceDomains
diagram AXLSoap_p16306.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="serviceDomains" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>


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