-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSupplementaryInfo.ctm
88 lines (88 loc) · 2.79 KB
/
SupplementaryInfo.ctm
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
<?xml version="1.0"?>
<!DOCTYPE DTDExtensions SYSTEM "ctm.dtd">
<DTDExtensions>
<ElementPropertiesList>
<!--
Do not remove following option or validation might fail!!!
The option preserves inline whitespace.
-->
<GlobalPrettyPrintOptions>
<NoPrettyPrinting/>
</GlobalPrettyPrintOptions>
<ElementProperties>
<Name>CdrDocCtl</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>Category</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>Description</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>DocId</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>DocTitle</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>MimeType</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>OriginalFilename</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>Source</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
</ElementPropertiesList>
<Templates>
<Template>
<Name>DocId</Name>
<MiniTemplate><![CDATA[<DocId><?xm-replace_text {The document ID will be assigned automatically} ?></DocId>]]></MiniTemplate>
</Template>
<Template>
<Name>DocTitle</Name>
<MiniTemplate><![CDATA[<DocTitle><?xm-replace_text {The document title will be constructed automatically} ?></DocTitle>]]></MiniTemplate>
</Template>
<Template>
<Name>Description</Name>
<MiniTemplate><![CDATA[<Description><?xm-replace_text {Optionally enter a description for the document} ?></Description>]]></MiniTemplate>
</Template>
<Template>
<Name>Source</Name>
<MiniTemplate><![CDATA[<Source><?xm-replace_text {Optionally enter the source of the document} ?></Source>]]></MiniTemplate>
</Template>
<Template>
<Name>OriginalFilename</Name>
<MiniTemplate><![CDATA[<OriginalFilename><?xm-replace_text {Optionally enter the original filename of the document} ?></OriginalFilename>]]></MiniTemplate>
</Template>
</Templates>
</DTDExtensions>