-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpSubjectScheme.ditamap
54 lines (51 loc) · 1.78 KB
/
mpSubjectScheme.ditamap
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE subjectScheme PUBLIC "-//OASIS//DTD DITA Subject Scheme Map//EN" "subjectScheme.dtd">
<subjectScheme>
<subjectHead>
<subjectHeadMeta>
<navtitle>
<!-- Enter a description of the subject scheme. -->
</navtitle>
</subjectHeadMeta>
</subjectHead>
<hasInstance>
<subjectdef keys="phoneTypesKey">
<!-- A tree of related values -->
<subjectdef keys="smartphone">
<topicmeta>
<navtitle>Smartphones</navtitle>
</topicmeta>
<subjectdef keys="X2000">
<topicmeta>
<navtitle>X2000</navtitle>
</topicmeta>
</subjectdef>
<subjectdef keys="X3000">
<topicmeta>
<navtitle>X3000</navtitle>
</topicmeta>
</subjectdef>
</subjectdef>
<subjectdef keys="feature">
<topicmeta>
<navtitle>Feature phones</navtitle>
</topicmeta>
<subjectdef keys="X1000">
<topicmeta>
<navtitle>X1000</navtitle>
</topicmeta>
</subjectdef>
</subjectdef>
</subjectdef>
</hasInstance>
<enumerationdef>
<!-- Give the possible values for product. -->
<attributedef name="product"/>
<subjectdef keyref="phoneTypesKey"/>
</enumerationdef>
<enumerationdef>
<!-- We don't allow the platform profiling attribute to be used. -->
<attributedef name="platform"/>
<subjectdef/>
</enumerationdef>
</subjectScheme>