VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/schema/learning/xsd/learningOverview.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
檔案大小: 5.6 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- This file is part of the DITA learning and training content
3 specialization working design. It is a work-in-progress by
4 the OASIS DITA learning and training content specialization
5 sub-committee.-->
6<!-- (C) Copyright OASIS Open 2007, 2009 -->
7<!-- All Rights Reserved. -->
8<!-- ============================================================= -->
9<!-- HEADER -->
10<!-- ============================================================= -->
11<!-- MODULE: DITA learningOverview XSD -->
12<!-- VERSION: 0.1 -->
13<!-- DATE: May 2007 -->
14<!-- -->
15<!-- ============================================================= -->
16<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
17<!-- -->
18<!-- PURPOSE: W3C XML Schema to describe DITA Learning Base -->
19<!-- -->
20<!-- ORIGINAL CREATION DATE: -->
21<!-- May 2007 -->
22<!-- -->
23<!-- UPDATES: -->
24<!-- ============================================================= -->
25
26<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
27
28 <!-- Add the domains to the base topic XML Schema -->
29 <!-- ================ TOPIC DOMAINS ===================== -->
30 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:highlightDomain.xsd:1.2"/>
31 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:utilitiesDomain.xsd:1.2"/>
32 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:indexingDomain.xsd:1.2"/>
33 <xs:include schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningDomain.xsd:1.2"/>
34 <xs:include schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningMetadataDomain.xsd:1.2" />
35
36
37 <!-- ================ GROUP DEFINITIONS ===================== -->
38 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclGrp.xsd:1.2"/>
39 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:topicGrp.xsd:1.2"/>
40
41 <!-- ================= MODULE INLCUDE DEFINITION ================== -->
42 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementMod.xsd:1.2"/>
43 <!-- ======== Table elements ======== -->
44 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclMod.xsd:1.2"/>
45 <!-- ======= MetaData elements, plus keyword and indexterm ======= -->
46 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:metaDeclMod.xsd:1.2"/>
47
48 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementGrp.xsd:1.2">
49
50 <xs:group name="ph">
51 <xs:choice>
52 <xs:group ref="ph"/>
53 <xs:group ref="hi-d-ph" />
54 </xs:choice>
55 </xs:group>
56
57 <xs:group name="fig">
58 <xs:choice>
59 <xs:group ref="fig"/>
60 <xs:group ref="ut-d-fig"/>
61 </xs:choice>
62 </xs:group>
63
64 <xs:group name="index-base">
65 <xs:choice>
66 <xs:group ref="index-base"/>
67 <xs:group ref="indexing-d-index-base"/>
68 </xs:choice>
69 </xs:group>
70
71 <xs:group name="note">
72 <xs:choice>
73 <xs:group ref="note"/>
74 <xs:group ref="learning-d-note"/>
75 </xs:choice>
76 </xs:group>
77
78 </xs:redefine>
79
80 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:metaDeclGrp.xsd:1.2">
81 <xs:group name="metadata">
82 <xs:choice>
83 <xs:group ref="metadata"/>
84 <xs:group ref="learningmeta-d-metadata"/>
85 </xs:choice>
86 </xs:group>
87 </xs:redefine>
88
89 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningInteractionBaseDomain.xsd:1.2">
90 <xs:group name="lcInteractionBase">
91 <xs:choice>
92 <xs:group ref="lcInteractionBase"/>
93 <xs:group ref="learning-d-lcInteractionBase"/>
94 </xs:choice>
95 </xs:group>
96 </xs:redefine>
97
98 <!-- ================ INFO TYPES ===================== -->
99 <xs:include schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningOverviewGrp.xsd:1.2" />
100 <xs:include schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningBaseGrp.xsd:1.2" />
101 <xs:include schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningBaseMod.xsd:1.2" />
102 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:topicMod.xsd:1.2" />
103
104
105 <xs:include schemaLocation="urn:oasis:names:tc:dita:spec:learning:xsd:learningOverviewMod.xsd:1.2" />
106
107 <xs:group name="info-types">
108 <xs:sequence/>
109 </xs:group>
110
111 <xs:attributeGroup name="domains-att">
112 <xs:attribute name="domains" type="xs:string"
113 default="(topic hi-d)
114 (topic indexing-d)
115 (topic ut-d)
116 (topic learningmeta-d)
117 (topic learningInteractionBase-d learning-d)
118 (topic learningBase+learningInteractionBase-d)
119 (topic learningBase+learningInteractionBase-d learningOverview)
120 "/>
121 </xs:attributeGroup>
122
123</xs:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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