-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPoliticalSubUnit.ctm
108 lines (108 loc) · 3.68 KB
/
PoliticalSubUnit.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
106
107
108
<?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>Country</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>DateLastModified</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>DocId</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>DocTitle</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>PdqKey</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>PoliticalSubUnit</Name>
<PrettyPrintOptions>
<NewLineBeforeStartTag/>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>PoliticalSubUnitAlternateName</Name>
<PrettyPrintOptions>
<IndentContent/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>PoliticalSubUnitFullName</Name>
<PrettyPrintOptions>
<IndentContent/>
<NewLineBeforeStartTag/>
</PrettyPrintOptions>
</ElementProperties>
<ElementProperties>
<Name>PoliticalSubUnitShortName</Name>
<PrettyPrintOptions>
<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>Country</Name>
<MiniTemplate><![CDATA[<Country><?xm-replace_text {Select the parent country link (required)} ?></Country>]]></MiniTemplate>
</Template>
<Template>
<Name>PoliticalSubUnitFullName</Name>
<MiniTemplate><![CDATA[<PoliticalSubUnitFullName><?xm-replace_text {Enter the complete name of the political unit (required)} ?></PoliticalSubUnitFullName>]]></MiniTemplate>
</Template>
<Template>
<Name>PoliticalSubUnitShortName</Name>
<MiniTemplate><![CDATA[<PoliticalSubUnitShortName><?xm-replace_text {Optionally enter an abbreviation or shortened name} ?></PoliticalSubUnitShortName>]]></MiniTemplate>
</Template>
<Template>
<Name>PoliticalSubUnitAlternateName</Name>
<MiniTemplate><![CDATA[<PoliticalSubUnitAlternateName><?xm-replace_text {Optionally enter an accepted other name} ?></PoliticalSubUnitAlternateName>]]></MiniTemplate>
</Template>
<Template>
<Name>DateLastModified</Name>
<MiniTemplate><![CDATA[<DateLastModified><?xm-replace_text {Optionally enter the date of the last record modification} ?></DateLastModified>]]></MiniTemplate>
</Template>
</Templates>
</DTDExtensions>