YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / semantic-statement-parser / yin / feature-test / yang-with-features.yin
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module name="yang-with-features"
3         xmlns="urn:ietf:params:xml:ns:yang:yin:1">
4
5     <yang-version value="1"/>
6     <namespace uri="urn:opendaylight/yang-with-features"/>
7     <prefix value="feats"/>
8
9     <feature name="arbitrary-names">
10         <description>
11             <text>This feature indicates that the device allows user-controlled
12                 interfaces to be named arbitrarily.</text>
13         </description>
14     </feature>
15     <feature name="pre-provisioning">
16         <description>
17             <text>This feature indicates that the device supports
18                 pre-provisioning of interface configuration, i.e., it is
19                 possible to configure an interface whose physical interface
20                 hardware is not present on the device.</text>
21         </description>
22     </feature>
23
24 </module>