<xs:complexType name="CT_UpdatePage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="tooltip" type="CT_Tooltip" />
</xs:sequence>
<xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
<xs:attribute name="insert" type="ST_Insert" use="optional" />
<xs:attribute name="placeWith" type="ST_ID" use="optional" />
</xs:complexType>
|