- All Superinterfaces:
- org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
- RpcComplexUsesAugment, TreeComplexUsesAugment
public interface ComplexFromGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-mdsal-augment-test</b>
<br>(Source path: <i>META-INF/yang/opendaylight-mdsal-augment-test.yang</i>):
<pre>
grouping complex-from-grouping {
container container-with-uses {
leaf leaf-from-grouping {
type string;
}
uses leaf-from-grouping;
}
list list-via-uses {
key "name"
leaf name {
type string;
}
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-augment-test/complex-from-grouping</i>