CT_BackstageTab Complex Type
In This Topic
Diagram
Overview
![](template/packages/core-xsd/images/complextype.png) |
![](template/packages/core-xsd/images/attribute.png) |
separator optional xs:boolean
|
![](template/packages/core-xsd/images/choice.png) |
Choice optional
![](template/packages/core-xsd/images/element.png) |
![](template/packages/core-xsd/images/attribute.png) |
assembly optional
|
![](template/packages/core-xsd/images/attribute.png) |
className optional
|
![](template/packages/core-xsd/images/attribute.png) |
publicKeyToken optional
|
![](template/packages/core-xsd/images/attribute.png) |
version optional
| | | |
Used By
Attributes
Source
<xs:complexType name="CT_BackstageTab" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="1">
<xs:element name="content" type="CT_Content" />
</xs:choice>
<xs:attributeGroup ref="simpleComponentGroup" />
<xs:attribute name="keytip" type="ST_String" use="required" />
<xs:attribute name="condition" type="ST_ID" use="optional" />
<xs:attribute name="insert" type="ST_Insert" use="optional" />
<xs:attribute name="placeWith" type="ST_ID" use="optional" />
<xs:attribute name="separator" type="xs:boolean" use="optional" />
</xs:complexType>
|
See Also