<xs:element name="keycombo">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="docbook:keycap" />
<xs:element ref="docbook:keycombo" />
<xs:element ref="docbook:keysym" />
<xs:element ref="docbook:mousebutton" />
</xs:choice>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
<xs:attribute name="action">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="click" />
<xs:enumeration value="double-click" />
<xs:enumeration value="press" />
<xs:enumeration value="seq" />
<xs:enumeration value="simul" />
<xs:enumeration value="other" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="otheraction" />
</xs:complexType>
</xs:element>
|