1<?xml version="1.0" encoding="utf-8"?> 2<!DOCTYPE context [ 3 <!ELEMENT context (device)*> 4 <!ELEMENT device (channel | attribute)*> 5 <!ELEMENT channel (attribute)*> 6 <!ELEMENT attribute EMPTY> 7 <!ATTLIST context name CDATA #REQUIRED> 8 <!ATTLIST device id CDATA #REQUIRED name CDATA #IMPLIED> 9 <!ATTLIST channel id CDATA #REQUIRED type CDATA #REQUIRED name CDATA #IMPLIED> 10 <!ATTLIST attribute name CDATA #REQUIRED> 11]> 12<context name="local"> 13 <device id="iio:device0" name="ad5628-1" > 14 <channel id="voltage0" type="output" > 15 <attribute name="powerdown_mode" /> 16 <attribute name="powerdown" /> 17 <attribute name="raw" /> 18 <attribute name="scale" /> 19 <attribute name="powerdown_mode_available" /> 20 </channel> 21 <channel id="voltage1" type="output" > 22 <attribute name="powerdown_mode" /> 23 <attribute name="powerdown" /> 24 <attribute name="raw" /> 25 <attribute name="scale" /> 26 <attribute name="powerdown_mode_available" /> 27 </channel> 28 <channel id="voltage2" type="output" > 29 <attribute name="powerdown" /> 30 <attribute name="powerdown_mode" /> 31 <attribute name="raw" /> 32 <attribute name="scale" /> 33 <attribute name="powerdown_mode_available" /> 34 </channel> 35 <channel id="voltage3" type="output" > 36 <attribute name="powerdown" /> 37 <attribute name="powerdown_mode" /> 38 <attribute name="raw" /> 39 <attribute name="scale" /> 40 <attribute name="powerdown_mode_available" /> 41 </channel> 42 <channel id="voltage4" type="output" > 43 <attribute name="powerdown_mode" /> 44 <attribute name="powerdown" /> 45 <attribute name="raw" /> 46 <attribute name="scale" /> 47 <attribute name="powerdown_mode_available" /> 48 </channel> 49 <channel id="voltage5" type="output" > 50 <attribute name="powerdown_mode" /> 51 <attribute name="powerdown" /> 52 <attribute name="raw" /> 53 <attribute name="scale" /> 54 <attribute name="powerdown_mode_available" /> 55 </channel> 56 <channel id="voltage6" type="output" > 57 <attribute name="powerdown" /> 58 <attribute name="powerdown_mode" /> 59 <attribute name="raw" /> 60 <attribute name="scale" /> 61 <attribute name="powerdown_mode_available" /> 62 </channel> 63 <channel id="voltage7" type="output" > 64 <attribute name="powerdown" /> 65 <attribute name="powerdown_mode" /> 66 <attribute name="raw" /> 67 <attribute name="scale" /> 68 <attribute name="powerdown_mode_available" /> 69 </channel> 70 </device> 71</context> 72