complexType DoEnterpriseParametersResetRes
diagram AXLSoap_p2554.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIResponse
properties
base axlapi:APIResponse
children return
used by
element doEnterpriseParametersResetResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
This will set Enterprise Parameters to default value.
source <xsd:complexType name="DoEnterpriseParametersResetRes">
 
<xsd:annotation>
   
<xsd:documentation>This will set Enterprise Parameters to default value.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIResponse">
     
<xsd:sequence>
       
<xsd:element name="return">
         
<xsd:simpleType>
           
<xsd:restriction base="xsd:string">
             
<xsd:pattern value="(true)|(false)|(\{........-....-....-....-............\})"/>
           
</xsd:restriction>
         
</xsd:simpleType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DoEnterpriseParametersResetRes/return
diagram AXLSoap_p2555.png
type restriction of xsd:string
properties
content simple
facets
Kind Value Annotation
pattern (true)|(false)|(\{........-....-....-....-............\})
source <xsd:element name="return">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:pattern value="(true)|(false)|(\{........-....-....-....-............\})"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:element>


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