VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/schema/learning/xsd/learningOverviewMod.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
檔案大小: 6.5 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<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" elementFormDefault="qualified" attributeFormDefault="unqualified">
26 <!-- ==================== Import Section ======================= -->
27 <xs:import namespace="http://dita.oasis-open.org/architecture/2005/" schemaLocation="urn:oasis:names:tc:dita:xsd:ditaarch.xsd:1.2"/>
28
29 <xs:annotation>
30 <xs:appinfo>
31 <dita:domainsModule xmlns:dita="http://dita.oasis-open.org/architecture/2005/">(topic learningBase+learningInteractionBase-d learningOverview)</dita:domainsModule>
32 </xs:appinfo>
33 <xs:documentation>
34
35 </xs:documentation>
36 </xs:annotation>
37
38 <!-- Base type: univ-atts -->
39 <xs:attributeGroup name="univ-atts-no-importance-learningOverview">
40 <xs:attributeGroup ref="id-atts"/>
41 <xs:attributeGroup ref="filter-atts"/>
42 <xs:attribute name="rev" type="xs:string"/>
43 <xs:attribute name="status" type="status-atts.class"/>
44 <xs:attributeGroup ref="localization-atts"/>
45 </xs:attributeGroup>
46 <!-- Base type: importance-atts.class -->
47 <xs:simpleType name="importance-att-nodefault-learningOverview.class">
48 <xs:restriction base="importance-atts.class">
49 <xs:enumeration value="optional"/>
50 <xs:enumeration value="required"/>
51 </xs:restriction>
52 </xs:simpleType>
53 <xs:group name="learningOverview-info-types">
54 <xs:choice>
55 <xs:group ref="no-topic-nesting"/>
56 </xs:choice>
57 </xs:group>
58 <!-- Element declarations for learningOverview.mod -->
59 <xs:element name="learningOverview">
60 <xs:annotation>
61 <xs:documentation>
62 The &lt;<keyword>learningOverview</keyword>> element is the top-level element
63 for learningOverview.
64 </xs:documentation>
65 </xs:annotation>
66 <xs:complexType>
67 <xs:complexContent>
68 <xs:extension base="learningOverview.class">
69 <xs:attribute ref="class" default="- topic/topic learningBase/learningBase learningOverview/learningOverview "/>
70 </xs:extension>
71 </xs:complexContent>
72 </xs:complexType>
73 </xs:element>
74 <xs:element name="learningOverviewbody">
75 <xs:annotation>
76 <xs:documentation>
77 The &lt;<keyword>learningOverviewbody</keyword>> element is the main body-level
78 element inside a learningOverview topic.
79 </xs:documentation>
80 </xs:annotation>
81 <xs:complexType>
82 <xs:complexContent>
83 <xs:extension base="learningOverviewbody.class">
84 <xs:attribute ref="class" default="- topic/body learningBase/learningBasebody learningOverview/learningOverviewbody "/>
85 </xs:extension>
86 </xs:complexContent>
87 </xs:complexType>
88 </xs:element>
89 <!-- Base type: topic.class -->
90 <xs:complexType name="learningOverview.class">
91 <xs:sequence>
92 <xs:group ref="learningOverview.content"/>
93 </xs:sequence>
94 <xs:attributeGroup ref="leariningOverview.attributes"/>
95 </xs:complexType>
96
97 <xs:group name="learningOverview.content">
98 <xs:sequence>
99 <xs:sequence>
100 <xs:group ref="title"/>
101 <xs:group ref="titlealts" minOccurs="0"/>
102 <xs:choice minOccurs="0">
103 <xs:group ref="shortdesc" minOccurs="0"/>
104 <xs:group ref="abstract" minOccurs="0"/>
105 </xs:choice>
106 <xs:group ref="prolog" minOccurs="0"/>
107 <xs:group ref="learningOverviewbody"/>
108 <xs:group ref="related-links" minOccurs="0"/>
109 <xs:group ref="learningOverview-info-types" minOccurs="0" maxOccurs="unbounded"/>
110 </xs:sequence>
111 </xs:sequence>
112 </xs:group>
113
114 <xs:attributeGroup name="leariningOverview.attributes">
115 <xs:attribute name="id" type="xs:ID" use="required"/>
116 <xs:attributeGroup ref="conref-atts"/>
117 <xs:attributeGroup ref="select-atts"/>
118 <xs:attributeGroup ref="domains-att"/>
119 <xs:attribute ref="ditaarch:DITAArchVersion"/>
120 <xs:attribute name="outputclass" type="xs:string"/>
121 <xs:attributeGroup ref="localization-atts"/>
122 <xs:attributeGroup ref="global-atts"/>
123 </xs:attributeGroup>
124
125
126 <!-- Base type: body.class -->
127 <xs:complexType name="learningOverviewbody.class">
128 <xs:sequence>
129 <xs:group ref="learningOverviewbody.content"/>
130 </xs:sequence>
131 <xs:attributeGroup ref="learningOverviewbody.attributes"/>
132 </xs:complexType>
133
134 <xs:group name="learningOverviewbody.content">
135 <xs:sequence>
136 <xs:sequence>
137 <xs:group ref="lcIntro" minOccurs="0"/>
138 <xs:group ref="lcAudience" minOccurs="0" maxOccurs="unbounded"/>
139 <xs:group ref="lcDuration" minOccurs="0"/>
140 <xs:group ref="lcPrereqs" minOccurs="0"/>
141 <xs:group ref="lcObjectives" minOccurs="0"/>
142 <xs:group ref="lcResources" minOccurs="0"/>
143 <xs:group ref="section" minOccurs="0" maxOccurs="unbounded"/>
144 </xs:sequence>
145 </xs:sequence>
146 </xs:group>
147
148
149 <xs:attributeGroup name="learningOverviewbody.attributes">
150 <xs:attribute name="outputclass" type="xs:string"/>
151 <xs:attributeGroup ref="univ-atts"/>
152 <xs:attributeGroup ref="global-atts"/>
153 </xs:attributeGroup>
154</xs:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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