CT_DockPaneSet Complex Type
In This Topic
Diagram
Overview
|
|
caption required xs:string
|
|
Choice 0..∞
| |
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
id | ST_ID Simple Type | required | | | |
caption | xs:string | required | | | |
Source
<xs:complexType name="CT_DockPaneSet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="DockPaneID" type="CT_DockPaneID" />
</xs:choice>
<xs:attribute name="id" type="ST_ID" use="required" />
<xs:attribute name="caption" type="xs:string" use="required" />
</xs:complexType>
|
See Also