summaryrefslogtreecommitdiff
path: root/src/xml/ad7091r.xml
blob: be255806d97074139aeb8c85af1fe53fde5ee606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE context [
	<!ELEMENT context (device)*>
	<!ELEMENT device (channel | attribute)*>
	<!ELEMENT channel (attribute)*>
	<!ELEMENT attribute EMPTY>
	<!ATTLIST context name CDATA #REQUIRED>
	<!ATTLIST device id CDATA #REQUIRED name CDATA #IMPLIED>
	<!ATTLIST channel id CDATA #REQUIRED type CDATA #REQUIRED name CDATA #IMPLIED>
	<!ATTLIST attribute name CDATA #REQUIRED>
]>
<context name="local">
	<device id="iio:device0" name="ad7091r" >
		<attribute name="in_voltage_scale" />
	</device>
</context>