VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/plugins/org.dita.specialization.dita11/schema/glossaryMod.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.3 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ============================================================= -->
3<!-- HEADER -->
4<!-- ============================================================= -->
5<!-- MODULE: DITA Glossary XSD Module -->
6<!-- VERSION: 1.1 -->
7<!-- DATE: November 2006 -->
8<!-- -->
9<!-- ============================================================= -->
10
11
12<!-- ============================================================= -->
13<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
14<!-- -->
15<!-- PURPOSE: W3C XML Schema to describe DITA concepts -->
16<!-- -->
17<!-- ORIGINAL CREATION DATE: -->
18<!-- June 2006 -->
19<!-- -->
20<!-- (C) Copyright OASIS-Open.org 2006 -->
21<!-- All Rights Reserved. -->
22<!-- ============================================================= -->
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 <!-- ==================== Import Section ======================= -->
26 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="urn:oasis:names:tc:dita:xsd:xml.xsd:1.1"/>
27 <xs:import namespace="http://dita.oasis-open.org/architecture/2005/" schemaLocation="urn:oasis:names:tc:dita:xsd:ditaarch.xsd:1.1"/>
28
29 <!--Embed concept to get specific elements -->
30 <xs:element name="glossentry">
31 <xs:annotation>
32 <xs:documentation></xs:documentation>
33 </xs:annotation>
34 <xs:complexType>
35 <xs:complexContent>
36 <xs:extension base="glossentry.class">
37 <xs:attribute ref="class" default="- topic/topic concept/concept glossentry/glossentry "/>
38 </xs:extension>
39 </xs:complexContent>
40 </xs:complexType>
41 </xs:element>
42
43 <xs:element name="glossterm">
44 <xs:annotation>
45 <xs:documentation></xs:documentation>
46 </xs:annotation>
47 <xs:complexType mixed="true">
48 <xs:complexContent>
49 <xs:extension base="glossterm.class">
50 <xs:attribute ref="class" default="- topic/title concept/title glossentry/glossterm "/>
51 </xs:extension>
52 </xs:complexContent>
53 </xs:complexType>
54 </xs:element>
55
56 <xs:element name="glossdef">
57 <xs:annotation>
58 <xs:documentation></xs:documentation>
59 </xs:annotation>
60 <xs:complexType mixed="true">
61 <xs:complexContent>
62 <xs:extension base="glossdef.class">
63 <xs:attribute ref="class" default="- topic/abstract concept/abstract glossentry/glossdef " />
64 </xs:extension>
65 </xs:complexContent>
66 </xs:complexType>
67 </xs:element>
68
69 <xs:group name="glossentry-info-types">
70 <xs:choice>
71 <xs:group ref="no-topic-nesting"/>
72 <xs:group ref="info-types"/>
73 </xs:choice>
74 </xs:group>
75
76 <!-- Base type: topic.class -->
77 <xs:complexType name="glossentry.class">
78 <xs:sequence>
79 <xs:group ref="glossterm"/>
80 <xs:group ref="glossdef" />
81 <xs:group ref="related-links" minOccurs="0"/>
82 <xs:group ref="glossentry-info-types" minOccurs="0" maxOccurs="unbounded"/>
83 </xs:sequence>
84 <xs:attribute name="id" type="xs:ID" use="required"/>
85 <xs:attribute name="conref" type="xs:string"/>
86 <xs:attributeGroup ref="select-atts"/>
87 <xs:attribute ref="ditaarch:DITAArchVersion" />
88 <xs:attribute name="outputclass" type="xs:string"/>
89 <xs:attributeGroup ref="localization-atts"/>
90 <xs:attributeGroup ref="global-atts"/>
91 </xs:complexType>
92
93 <xs:complexType name="glossterm.class" mixed="true">
94 <xs:choice minOccurs="0" maxOccurs="unbounded">
95 <xs:group ref="title.cnt"/>
96 </xs:choice>
97 <xs:attribute name="outputclass" type="xs:string"/>
98 <xs:attribute name="base" type="xs:string" />
99 <xs:attributeGroup ref="base-attribute-extensions"/>
100 <xs:attributeGroup ref="id-atts"/>
101 <xs:attributeGroup ref="localization-atts"/>
102 <xs:attributeGroup ref="global-atts"/>
103 </xs:complexType>
104
105 <xs:complexType name="glossdef.class" mixed="true">
106 <xs:choice minOccurs="0" maxOccurs="unbounded">
107 <xs:group ref="section.notitle.cnt"/>
108 <xs:group ref="shortdesc"/>
109 </xs:choice>
110 <xs:attribute name="outputclass" type="xs:string"/>
111 <xs:attributeGroup ref="univ-atts"/>
112 <xs:attributeGroup ref="global-atts"/>
113 </xs:complexType>
114
115
116 </xs:schema>
117
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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