<xs:complexType name="CT_UpdateSplitButton" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="updateButton" type="CT_SplitButtonButton" />
</xs:choice>
<xs:attribute name="refID" type="ST_ID" use="required" />
</xs:complexType>
|