<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
container cont2 {
list contlist1 {
key "attr-str"
leaf attr-str {
type string;
}
leaf attr-enum {
type custom-enum;
}
uses enum-grouping;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/cont2</i>
<p>To create instances of this class use
Cont2Builder.