2.3.2.4.7 ST_Cursor

Target namespace: http://schemas.microsoft.com/client/2009/11

Referenced by: CT_AccButton, CT_AccNavigationButton

A string ([XMLSCHEMA2/2] section 3.2.1) that MUST be the following value.

Value

Meaning

Hand

A hand shaped cursor.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ST_Cursor">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Hand" wbld:cname="Hand"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).