complexType ApplyConfigEnterpriseParametersRes
diagram AXLSoap_p2493.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIResponse
properties
base axlapi:APIResponse
children return
used by
element applyConfigEnterpriseParametersResponse
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
annotation
documentation
This will apply configuration to the Enterprise Parameters.
source <xsd:complexType name="ApplyConfigEnterpriseParametersRes">
 
<xsd:annotation>
   
<xsd:documentation>This will apply configuration to the Enterprise Parameters.</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 ApplyConfigEnterpriseParametersRes/return
diagram AXLSoap_p2494.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