-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdraft.xml.template
106 lines (83 loc) · 2.28 KB
/
draft.xml.template
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rfc SYSTEM ".tools/schema/rfc2629.dtd" [
<!ENTITY % COMMON SYSTEM ".tools/bplate/common.ent">
%COMMON;
<!ENTITY % WG SYSTEM ".tools/bplate/ietf-wg.ent">
%WG;
<!ENTITY % stdrefs SYSTEM "stdrefs.ent">
%stdrefs;
<!ENTITY % figures SYSTEM "figures.ent">
%figures;
<!ENTITY % yang SYSTEM "yang.ent">
%yang;
]>
<?rfc strict="yes"?>
<?rfc toc="yes"?>
<?rfc tocdepth="3"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<rfc category="std">
<front>
<title abbrev="i-d-abbrev">I-D Title</title>
<author fullname="Albert U. Thor" initials="A. U." surname="Thor">
<organization>Example, Inc.</organization>
<address>
<email>[email protected]</email>
</address>
</author>
<date year="YYYY-MM-DD"/>
<area/>
&netmod-wg; <!--or another WG -->
<abstract>
<t></t>
</abstract>
</front>
<middle>
<section anchor="introduction" title="Introduction">
<t>
<!-- Use this entity reference for including the standard text
explaining the symbols in YANG tree diagrams. -->
&treesym;
</t>
<!-- Figures are included like this (entity name = file name):
<figure>
&foo-model.tree;
</figure>
Files with figures and YANG modules (see below) should not
contain the <artwork> element - it is added automatically.
-->
</section>
<section anchor="yang" title="YANG Module">
<t></t>
<!-- YANG modules are included this way:
<figure>
&ietf-foo.yang;
</figure>
The <CODE BEGIN/END> delimiters are also added automatically.
-->
</section>
<section anchor="iana" title="IANA Considerations">
<t></t>
</section>
<section anchor="security" title="Security Considerations">
<t></t>
</section>
</middle>
<back>
<references title="Normative References">
&RFC2119;
<!-- Generate other references by "make refs",
and add entity references here. -->
</references>
<section anchor="rpc-example" title="Example: NETCONF <get> Reply">
<t></t>
<!-- Example XML documents can also be included in the same way:
<figure>
&example-get-reply.xml;
</figure>
-->
</section>
</back>
</rfc>