CT_UpdateGallery Complex Type
In This Topic
Diagram
Overview
![](template/packages/core-xsd/images/complextype.png) |
![](template/packages/core-xsd/images/attribute.png) |
menuStyle optional xs:boolean
|
![](template/packages/core-xsd/images/attribute.png) |
itemHeight optional xs:integer
|
![](template/packages/core-xsd/images/attribute.png) |
itemWidth optional xs:integer
|
![](template/packages/core-xsd/images/attribute.png) |
showItemCaption optional xs:boolean
|
![](template/packages/core-xsd/images/attribute.png) |
resizable optional xs:boolean
|
![](template/packages/core-xsd/images/sequence.png) |
Sequence
![](template/packages/core-xsd/images/sequence.png) |
Sequence optional
![](template/packages/core-xsd/images/element.png) |
![](template/packages/core-xsd/images/attribute.png) |
heading optional xs:string
|
![](template/packages/core-xsd/images/sequence.png) |
Sequence optional
| | |
![](template/packages/core-xsd/images/choice.png) |
Choice 0..∞
![](template/packages/core-xsd/images/element.png) |
![](template/packages/core-xsd/images/attribute.png) |
separator optional xs:boolean
|
|
![](template/packages/core-xsd/images/element.png) |
![](template/packages/core-xsd/images/attribute.png) |
separator optional xs:boolean
|
|
| | |
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
smallImage | ST_Uri Simple Type | optional | | | |
largeImage | ST_Uri Simple Type | optional | | | |
menuStyle | xs:boolean | optional | | | |
itemHeight | xs:integer | optional | | | |
itemWidth | xs:integer | optional | | | |
itemSizeString | ST_String Simple Type | optional | | | |
showItemCaption | xs:boolean | optional | | | |
resizable | xs:boolean | optional | | | |
Source
<xs:complexType name="CT_UpdateGallery" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="tooltip" type="CT_Tooltip" />
</xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="insertButton" type="CT_MenuButtonRef" />
<xs:element name="updateButton" type="CT_MenuButtonRef" />
<xs:element name="deleteButton" type="CT_Delete" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
<xs:attribute name="smallImage" type="ST_Uri" use="optional" />
<xs:attribute name="largeImage" type="ST_Uri" use="optional" />
<xs:attribute name="menuStyle" type="xs:boolean" use="optional" />
<xs:attribute name="itemHeight" type="xs:integer" use="optional" />
<xs:attribute name="itemWidth" type="xs:integer" use="optional" />
<xs:attribute name="itemSizeString" type="ST_String" use="optional" />
<xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
<xs:attribute name="resizable" type="xs:boolean" use="optional" />
</xs:complexType>
|
See Also