VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/schema/technicalContent/xsd/topic.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.5 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ============================================================= -->
3<!-- HEADER -->
4<!-- ============================================================= -->
5<!-- MODULE: DITA Topic XSD -->
6<!-- VERSION: 1.2 -->
7<!-- DATE: November 2009 -->
8<!-- -->
9<!-- ============================================================= -->
10
11
12<!-- ============================================================= -->
13<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
14<!-- -->
15<!-- PURPOSE: W3C XML Schema to describe DITA Topics -->
16<!-- -->
17<!-- ORIGINAL CREATION DATE: -->
18<!-- March 2001 -->
19<!-- -->
20<!-- (C) Copyright OASIS-Open.org 2005, 2009 -->
21<!-- (C) Copyright IBM Corporation 2001, 2004. -->
22<!-- All Rights Reserved. -->
23<!-- ============================================================= -->
24<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
25
26 <!-- Add the domains to the base topic XML Schema -->
27 <!-- ================ TOPIC DOMAINS ===================== -->
28 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:uiDomain.xsd:1.2"/>
29 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:softwareDomain.xsd:1.2"/>
30 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:highlightDomain.xsd:1.2"/>
31 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:programmingDomain.xsd:1.2"/>
32 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:utilitiesDomain.xsd:1.2"/>
33 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:indexingDomain.xsd:1.2"/>
34 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:hazardstatementDomain.xsd:1.2"/>
35 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:abbreviateDomain.xsd:1.2" />
36
37
38 <!-- ================ GROUP DEFINITIONS ===================== -->
39 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:metaDeclGrp.xsd:1.2"/>
40 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclGrp.xsd:1.2"/>
41 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:topicGrp.xsd:1.2"/>
42
43 <!-- ================= MODULE INLCUDE DEFINITION ================== -->
44 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementMod.xsd:1.2"/>
45 <!-- ======== Table elements ======== -->
46 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclMod.xsd:1.2"/>
47 <!-- ======= MetaData elements, plus keyword and indexterm ======= -->
48 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:metaDeclMod.xsd:1.2"/>
49
50 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementGrp.xsd:1.2">
51 <xs:group name="keyword">
52 <xs:choice>
53 <xs:group ref="keyword"/>
54 <xs:group ref="pr-d-keyword" />
55 <xs:group ref="ui-d-keyword" />
56 <xs:group ref="sw-d-keyword" />
57 </xs:choice>
58 </xs:group>
59
60 <xs:group name="ph">
61 <xs:choice>
62 <xs:group ref="ph"/>
63 <xs:group ref="pr-d-ph" />
64 <xs:group ref="ui-d-ph" />
65 <xs:group ref="hi-d-ph" />
66 <xs:group ref="sw-d-ph" />
67 </xs:choice>
68 </xs:group>
69
70 <xs:group name="pre">
71 <xs:choice>
72 <xs:group ref="pre"/>
73 <xs:group ref="pr-d-pre" />
74 <xs:group ref="ui-d-pre" />
75 <xs:group ref="sw-d-pre" />
76 </xs:choice>
77 </xs:group>
78
79
80 <xs:group name="dl">
81 <xs:choice>
82 <xs:group ref="dl"/>
83 <xs:group ref="pr-d-dl"/>
84 </xs:choice >
85 </xs:group >
86
87
88 <xs:group name="fig">
89 <xs:choice>
90 <xs:group ref="fig"/>
91 <xs:group ref="pr-d-fig"/>
92 <xs:group ref="ut-d-fig" />
93 </xs:choice>
94 </xs:group >
95
96 <xs:group name="index-base">
97 <xs:choice>
98 <xs:group ref="index-base"/>
99 <xs:group ref="indexing-d-index-base"/>
100 </xs:choice>
101 </xs:group >
102
103 <xs:group name="note">
104 <xs:choice>
105 <xs:group ref="note"/>
106 <xs:group ref="hazard-d-note"/>
107 </xs:choice>
108 </xs:group >
109
110 <xs:group name="term">
111 <xs:choice>
112 <xs:group ref="term"/>
113 <xs:group ref="abbrev-d-term"/>
114 </xs:choice>
115 </xs:group >
116
117 </xs:redefine>
118
119
120 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:topicMod.xsd:1.2"/>
121
122
123 <xs:group name="info-types">
124 <xs:sequence/>
125 </xs:group>
126
127 <xs:attributeGroup name="domains-att">
128 <xs:attribute name="domains" type="xs:string"
129 default="(topic abbrev-d)
130 (topic hazard-d)
131 (topic hi-d)
132 (topic indexing-d)
133 (topic pr-d)
134 (topic sw-d)
135 (topic ui-d)
136 (topic ut-d)"/>
137 </xs:attributeGroup>
138
139</xs:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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