complexType XFeatureControlConfig
diagram AXLSoap_p18733.png
namespace http://www.cisco.com/AXL/API/15.0
children featureName overrideDefault enableSetting
used by
elements XFeatureControlPolicy/features/feature UpdateFeatureControlPolicyReq/features/feature
source <xsd:complexType name="XFeatureControlConfig">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="featureName" type="axlapi:String50" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="overrideDefault" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="enableSetting" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag will be taken to consideration only when 'overrideDefault' tag is set to True.This will be handled in the code.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element XFeatureControlConfig/featureName
diagram AXLSoap_p18734.png
type axlapi:String50
properties
content simple
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="featureName" type="axlapi:String50" minOccurs="1" maxOccurs="1"/>

element XFeatureControlConfig/overrideDefault
diagram AXLSoap_p18735.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="overrideDefault" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element XFeatureControlConfig/enableSetting
diagram AXLSoap_p18736.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
This tag will be taken to consideration only when 'overrideDefault' tag is set to True.This will be handled in the code.
source <xsd:element name="enableSetting" type="axlapi:boolean" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag will be taken to consideration only when 'overrideDefault' tag is set to True.This will be handled in the code.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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