#include <XKMSQueryKeyBinding.hpp>
Inheritance diagram for XKMSQueryKeyBinding:
The <QueryKeyBinding> Element is used in a request message to a server to ask the server as to whether particular key bindings are permitted for a given key.
The schema definition for QueryKeyBinding is as follows :
<!-- QueryKeyBinding --> <element name="QueryKeyBinding" type="xkms:QueryKeyBindingType"/> <complexType name="QueryKeyBindingType"> <complexContent> <extension base="xkms:KeyBindingAbstractType"> <sequence> <element ref="xkms:TimeInstant" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> <!-- /QueryKeyBinding -->
Constructors and Destructors | |
virtual | ~XKMSQueryKeyBinding () |
XKMSQueryKeyBinding () |
|
|
|
|