forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_submission_v2_country_only.xml
More file actions
52 lines (51 loc) · 1.42 KB
/
test_submission_v2_country_only.xml
File metadata and controls
52 lines (51 loc) · 1.42 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" []>
<?rfc toc="yes"?>
<rfc category="info" docName="%(name)s" ipr="trust200902">
<front>
<title>%(title)s</title>
<author fullname="%(author)s" initials="%(initials)s" surname="%(surname)s">
<organization>Test Centre Inc.</organization>
<address>
<postal>
<country>UK</country>
</postal>
<email>%(email)s</email>
</address>
</author>
<date day="%(day)s" month="%(month)s" year="%(year)s"/>
<workgroup>%(group)s</workgroup>
<abstract>
<t>
This document describes how to test tests.
</t>
</abstract>
</front>
<middle>
<section numbered="true" toc="default" title="Introduction">
<t>
This document describes a protocol for testing tests.
</t>
</section>
<section anchor="JSON" numbered="true" toc="default" title="JSON example">
<t>
The JSON object should look like this:
{
"test": 1234
}
</t>
</section>
<section anchor="Security" numbered="true" toc="default" title="Security Considerations">
<t>
There are none.
</t>
</section>
<section anchor="IANA" numbered="true" toc="default" title="IANA Considerations">
<t>
No new registrations for IANA.
</t>
</section>
</middle>
<back/>
</rfc>