-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTermSet.ctm
105 lines (105 loc) · 2.93 KB
/
TermSet.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?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>DocId</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>DocTitle</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>Comment</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>GeneratedFrom</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>TermSet</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>TermSetMember</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>TermSetName</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>TermSetType</Name>
<PrettyPrintOptions>
<IndentContent/>
<NewLineBeforeStartTag/>
</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>Comment</Name>
<MiniTemplate><![CDATA[<Comment><?xm-replace_text {
Optionally enter a comment
}?></Comment>]]></MiniTemplate>
</Template>
<Template>
<Name>TermSetMember</Name>
<MiniTemplate><![CDATA[<TermSetMember><?xm-replace_text {
Optionally link to term document
}?></TermSetMember>]]></MiniTemplate>
</Template>
<Template>
<Name>GeneratedFrom</Name>
<MiniTemplate><![CDATA[<GeneratedFrom><?xm-replace_text {
Optionally enter the source the term was generated from
}?></GeneratedFrom>]]></MiniTemplate>
</Template>
</Templates>
</DTDExtensions>