CT_BackstageButton Complex Type
In This Topic
Diagram
Overview
|
|
separator optional xs:boolean
| |
Used By
Attributes
Source
<xs:complexType name="CT_BackstageButton" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="refID" type="ST_ID" use="required" />
<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