summaryrefslogtreecommitdiff
path: root/xml/Value.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml/Value.xml')
-rw-r--r--xml/Value.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/xml/Value.xml b/xml/Value.xml
new file mode 100644
index 0000000..ccd6c7a
--- /dev/null
+++ b/xml/Value.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/node">
+<interface name="org.a11y.atspi.Value">
+
+ <property name="MinimumValue" type="d" access="read"/>
+
+ <property name="MaximumValue" type="d" access="read"/>
+
+ <property name="MinimumIncrement" type="d" access="read"/>
+
+ <property name="CurrentValue" type="d" access="readwrite"/>
+
+</interface>
+</node>