root/ossiedev/branches/mcarrick/DPD/xml/hwDeviceRegistration.xml @ 8691

Revision 8691, 1.8 KB (checked in by mcarrick, 4 years ago)

parser works for recursive hwdevreg, childhwdev tags

Line 
1<hwdeviceregistration id="ID1" version="VER1" name="NAME1">
2        <propertyfile type="PROP1">
3                <localfile name="PRF1"/>
4        </propertyfile>
5        <description>DESCRIP1</description>
6        <manufacturer>MANUFAC1</manufacturer>
7        <modelnumber>MODELNUM1</modelnumber>
8        <deviceclass>
9                <class>CLASS11</class>
10                <class>CLASS12</class>
11                <class>CLASS13</class>
12        </deviceclass>
13        <childhwdevice>
14                <hwdeviceregistration id="ID2" version="VER2" name="NAME2">
15                        <propertyfile type="PROP2">
16                                <localfile name="PRF2"/>
17                        </propertyfile>
18                        <description>DESCRIP2</description>
19                        <manufacturer>MANUFAC2</manufacturer>
20                        <modelnumber>MODELNUM2</modelnumber>
21                        <deviceclass>
22                                <class>CLASS21</class>
23                                <class>CLASS22</class>
24                        </deviceclass>
25                        <childhwdevice>
26                                <hwdeviceregistration id="ID3" version="VER3" name="NAME3">
27                                        <propertyfile type="PROP3">
28                                                <localfile name="PRF3"/>
29                                        </propertyfile>
30                                        <description>DESCRIP3</description>
31                                        <manufacturer>MANUFAC3</manufacturer>
32                                        <modelnumber>MODELNUM3</modelnumber>
33                                        <deviceclass>
34                                                <class>CLASS31</class>
35                                                <class>CLASS32</class>
36                                        </deviceclass>
37                                </hwdeviceregistration>
38                                <devicepkgref type="DEV3">
39                                        <localfile name="PRF4"/>
40                                </devicepkgref>
41                        </childhwdevice>
42                </hwdeviceregistration>
43                <devicepkgref type="DEV2">
44                        <localfile name="PRF2"/>
45                </devicepkgref>
46        </childhwdevice>
47        <childhwdevice>
48                <hwdeviceregistration id="ID4" version="VER4" name="NAME4">
49                        <propertyfile type="PROP4">
50                                <localfile name="PRF5"/>
51                        </propertyfile>
52                        <description>DESCRIP4</description>
53                        <manufacturer>MANUFAC4</manufacturer>
54                        <modelnumber>MODELNUM4</modelnumber>
55                        <deviceclass>
56                                <class>CLASS41</class>
57                                <class>CLASS42</class>
58                        </deviceclass>
59                </hwdeviceregistration>
60                <devicepkgref type="DEV4">
61                        <localfile name="PRF6"/>
62                </devicepkgref>
63        </childhwdevice>
64</hwdeviceregistration>
Note: See TracBrowser for help on using the browser.