diagram | |||
namespace | http://www.cisco.com/AXL/API/15.0 | ||
children | feature label buttonNumber | ||
used by |
|
||
source | <xsd:complexType name="XButton"> <xsd:sequence minOccurs="0"> <xsd:element name="feature" type="axlapi:XFeature" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>The feature invoked by this button.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="label" type="axlapi:String50" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation>The label invoked by this button.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="buttonNumber" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> |
diagram | |||
type | axlapi:XFeature | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="feature" type="axlapi:XFeature" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>The feature invoked by this button.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:String50 | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="label" type="axlapi:String50" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation>The label invoked by this button.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||
type | axlapi:XInteger | ||
properties |
|
||
source | <xsd:element name="buttonNumber" type="axlapi:XInteger" minOccurs="1" maxOccurs="1"/> |