diagram | |||||||||||||
namespace | http://www.cisco.com/AXL/API/15.0 | ||||||||||||
children | featureName defaultValue overrideDefault enableSetting | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="RFeatureControlConfig"> <xsd:sequence minOccurs="0"> <xsd:element name="featureName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/> <xsd:element name="defaultValue" type="axlapi:boolean" minOccurs="0" 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:attribute name="uuid" type="axlapi:XUUID"/> </xsd:complexType> |
type | axlapi:XUUID | ||||||
facets |
|
||||||
source | <xsd:attribute name="uuid" type="axlapi:XUUID"/> |
diagram | |||||||
type | axlapi:String50 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="featureName" type="axlapi:String50" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:boolean | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="defaultValue" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:boolean | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="overrideDefault" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:boolean | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |