Consider AugmentationNodes when direct descendant is not found
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / yangtools892 / test-policy-types.yang
1 module test-policy-types {
2     yang-version "1";
3     namespace "urn:opendaylight:params:xml:ns:yang:test:policy:types";
4     prefix "ptypes";
5
6     revision "2018-08-14";
7
8     identity install-protocol-type {
9     }
10
11     identity BGP {
12         base install-protocol-type;
13     }
14 }