<xs:attributeGroup name="componentGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="assembly" use="optional" />
<xs:attribute name="className" use="required" />
<xs:attribute name="publicKeyToken" use="optional" />
<xs:attribute name="version" use="optional" />
<xs:attribute name="disableIfBusy" type="xs:boolean" use="optional" default="true" />
<xs:attribute name="categoryRefID" type="ST_ID" use="optional" />
<!--<xs:attribute name="flipImageRTL" use="optional" type="xs:boolean" default="false"/>-->
<xs:attributeGroup ref="declarativeGroup" />
</xs:attributeGroup>
|