Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-statement-parser / yin / extension.yin
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module name="extension"
3         xmlns="urn:ietf:params:xml:ns:yang:yin:1">
4     <yang-version value="1"/>
5     <namespace uri="urn:opendaylight:params:xml:ns:yang:controller:extension"/>
6     <prefix value="extension"/>
7     <revision date="2013-04-05">
8         <description>
9             <text>Reworked to give modules their own space.</text>
10         </description>
11     </revision>
12     <extension name="provided-service">
13         <description>
14             <text>YANG language extension which indicates that a particular
15                 module provides certain service. This extension can be placed
16                 on identities that are based on module-type. Zero or more services
17                 can be provided.
18                 This extension takes one argument - name - which MUST be the name
19                 of an identity. Furthermore, this identity MUST be based on
20                 service-type.
21             </text>
22         </description>
23         <argument name="name"/>
24     </extension>
25
26     <container name="cont"></container>
27 </module>