-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.yinx
39 lines (39 loc) · 1.16 KB
/
template.yinx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<module name="%%MODNAME%%"
xmlns="urn:ietf:params:xml:ns:yang:yin:1"
xmlns:md="urn:ietf:params:xml:ns:yang:%%MODNAME%%"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:xi="http://www.w3.org/2001/XInclude">
<namespace uri="urn:ietf:params:xml:ns:yang:%%MODNAME%%"/>
<prefix value="%%PRF%%"/>
<organization>
<text>IETF NETMOD (NETCONF Data Modeling Language) Working Group</text>
</organization>
<contact>
<text>
<xi:include href=".tools/bplate/netmod-module.yinx"
xpointer="xpointer(id('contact')/*)"/>
<h:p>
Editor: %%EDITOR%%<h:br/>
<mailto:%%EDITOR_ADDRESS%%>
</h:p>
</text>
</contact>
<description>
<text>
<h:p>%%SHORT_MODULE_DESCRIPTION%%</h:p>
<xi:include href=".tools/bplate/netmod-module.yinx"
xpointer="xpointer(id('desc')/*)"/>
</text>
</description>
<revision date="2015-04-16">
<description>
<text>Initial revision.</text>
</description>
<reference>
<text>
RFC XXXX: %%RFC_TITLE%%
</text>
</reference>
</revision>
</module>