VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/plugins/org.dita.specialization.dita11/schema/map.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
檔案大小: 3.7 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ============================================================= -->
3<!-- HEADER -->
4<!-- ============================================================= -->
5<!-- ============================================================= -->
6<!-- MODULE: DITA MAP XSD -->
7<!-- VERSION: 1.1 -->
8<!-- DATE: November 2006 -->
9<!-- -->
10<!-- ============================================================= -->
11
12<!-- ============================================================= -->
13<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
14<!-- -->
15<!-- PURPOSE: W3C XML Schema to describe DITA maps -->
16<!-- -->
17<!-- ORIGINAL CREATION DATE: -->
18<!-- March 2001 -->
19<!-- -->
20<!-- (C) Copyright OASIS-Open.org 2005, 2006 -->
21<!-- (C) Copyright IBM Corporation 2001, 2004. -->
22<!-- All Rights Reserved. -->
23<!-- -->
24<!-- UPDATES: -->
25<!-- 2005.11.15 EAS: Moved domains attribute definition here -->
26<!-- from mapMod.xsd:1.1 -->
27<!-- ============================================================= -->
28
29<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/">
30 <!-- ======= INCLUDE ======= -->
31 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:mapGroupMod.xsd:1.1" />
32 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:indexingDomain.xsd:1.1" />
33
34 <!-- ================ GROUP DEFINITIONS ===================== -->
35 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:metaDeclGrp.xsd:1.1"/>
36 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclGrp.xsd:1.1"/>
37
38 <!-- ================= MODULE INLCUDE DEFINITION ================== -->
39 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementMod.xsd:1.1"/>
40 <!-- ======== Table elements ======== -->
41 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclMod.xsd:1.1"/>
42 <!-- ======= MetaData elements, plus keyword and indexterm ======= -->
43 <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:metaDeclMod.xsd:1.1"/>
44
45
46 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:mapGrp.xsd:1.1">
47 <xs:group name="topicref">
48 <xs:choice>
49 <xs:group ref="topicref"/>
50 <xs:group ref="mapgroup-d-topicref"/>
51 </xs:choice>
52 </xs:group>
53 </xs:redefine>
54
55 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:commonElementGrp.xsd:1.1">
56 <xs:group name="index-base">
57 <xs:choice>
58 <xs:group ref="index-base"/>
59 <xs:group ref="indexing-d-index-base"/>
60 </xs:choice>
61 </xs:group>
62 </xs:redefine>
63
64 <xs:redefine schemaLocation="urn:oasis:names:tc:dita:xsd:mapMod.xsd:1.1" >
65 <xs:complexType name="map.class">
66 <xs:complexContent>
67 <xs:extension base="map.class">
68 <xs:attribute name="domains" type="xs:string" default="(map mapgroup-d) (topic indexing-d)"/>
69 </xs:extension>
70 </xs:complexContent>
71 </xs:complexType>
72 </xs:redefine>
73
74
75</xs:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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