VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/schema/learning/xsd/learningMap.xsd@ 99507

最後變更 在這個檔案從99507是 98584,由 vboxsync 提交於 2 年 前

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 4.5 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ============================================================= -->
3<!-- HEADER -->
4<!-- ============================================================= -->
5<!-- MODULE: DITA Learning Map -->
6<!-- VERSION: 1.2 -->
7<!-- DATE: February 2009 -->
8<!---->
9<!-- ============================================================= -->
10
11<!-- ============================================================= -->
12<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
13<!---->
14<!-- PURPOSE: XSD to describe DITA Learning map -->
15<!---->
16<!-- ORIGINAL CREATION DATE: -->
17<!-- MAy 2007 -->
18<!---->
19<!-- (C) Copyright OASIS Open 2007, 2009. -->
20<!-- All Rights Reserved. -->
21<!---->
22<!-- UPDATES: -->
23<!-- ============================================================= -->
24<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
25 attributeFormDefault="unqualified"
26 xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
27 <!-- ======= INCLUDE ======= -->
28 <!-- Learning Map domains -->
29 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:mapGroupMod.xsd:1.2"/>
30 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:indexingDomain.xsd:1.2"/>
31 <xs:include schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningMapDomain.xsd:1.2"/>
32 <xs:include schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningMetadataDomain.xsd:1.2" />
33 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:delayResolutionDomain.xsd:1.2"/>
34
35 <!-- base domains -->
36 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:highlightDomain.xsd:1.2"/>
37 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:utilitiesDomain.xsd:1.2"/>
38 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:hazardstatementDomain.xsd:1.2"/>
39
40
41 <!-- ================ GROUP DEFINITIONS ===================== -->
42 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclGrp.xsd:1.2"/>
43
44 <!-- ================= MODULE INLCUDE DEFINITION ================== -->
45 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementMod.xsd:1.2"/>
46 <!-- ======== Table elements ======== -->
47 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclMod.xsd:1.2"/>
48 <!-- ======= MetaData elements, plus keyword and indexterm ======= -->
49 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:metaDeclMod.xsd:1.2"/>
50
51 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:mapGrp.xsd:1.2">
52 <xs:group name="topicref">
53 <xs:choice>
54 <xs:group ref="topicref"/>
55 <xs:group ref="mapgroup-d-topicref"/>
56 <xs:group ref="learningmap-d-topicref"/>
57 </xs:choice>
58 </xs:group>
59 </xs:redefine>
60
61 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementGrp.xsd:1.2">
62 <xs:group name="index-base">
63 <xs:choice>
64 <xs:group ref="index-base"/>
65 <xs:group ref="indexing-d-index-base"/>
66 </xs:choice>
67 </xs:group>
68
69 <xs:group name="ph">
70 <xs:choice>
71 <xs:group ref="ph"/>
72 <xs:group ref="hi-d-ph" />
73 </xs:choice>
74 </xs:group>
75
76
77 <xs:group name="fig">
78 <xs:choice>
79 <xs:group ref="fig"/>
80 <xs:group ref="ut-d-fig" />
81 </xs:choice>
82 </xs:group >
83
84 <xs:group name="note">
85 <xs:choice>
86 <xs:group ref="note"/>
87 <xs:group ref="hazard-d-note"/>
88 </xs:choice>
89 </xs:group >
90
91 </xs:redefine>
92
93
94 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:metaDeclGrp.xsd:1.2">
95 <xs:group name="metadata">
96 <xs:choice>
97 <xs:group ref="metadata"/>
98 <xs:group ref="learningmeta-d-metadata"/>
99 </xs:choice>
100 </xs:group>
101 <xs:group name="keywords">
102 <xs:choice>
103 <xs:group ref="keywords"/>
104 <xs:group ref="delay-d-keywords"/>
105 </xs:choice>
106 </xs:group>
107 </xs:redefine>
108
109
110 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:mapMod.xsd:1.2"/>
111
112
113 <xs:attributeGroup name="domains-att">
114 <xs:attribute name="domains" type="xs:string"
115 default="(map learningmap-d)
116 (map mapgroup-d)
117 (topic delay-d)
118 (topic hazard-d)
119 (topic hi-d)
120 (topic indexing-d)
121 (topic learningmeta-d)
122 (topic ut-d)
123 "/>
124 </xs:attributeGroup>
125
126
127</xs:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette