Initial commit, not even close to being usable yet
[platform/upstream/at-spi2-core.git] / xml / Value.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/node">
3 <interface name="org.a11y.atspi.Value">
4
5         <property name="minimumValue" type="d" access="read"/>
6
7         <property name="maximumValue" type="d" access="read"/>
8
9         <property name="minimumIncrement" type="d" access="read"/>
10
11         <property name="currentValue" type="d" access="readwrite"/>
12
13 </interface>
14 </node>