VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/schema/learning/xsd/learningSummaryMod.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.3 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 learningSummary 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 learningSummary)</dita:domainsModule>
32 </xs:appinfo>
33 <xs:documentation>
34
35 </xs:documentation>
36 </xs:annotation>
37
38 <xs:group name="learningSummary-info-types">
39 <xs:choice>
40 <xs:group ref="no-topic-nesting"/>
41 <xs:group ref="info-types"/>
42 </xs:choice>
43 </xs:group>
44
45 <!-- Element declarations for learningSummary.mod -->
46 <xs:element name="learningSummary">
47 <xs:annotation>
48 <xs:documentation>
49 The &lt;<keyword>learningSummary</keyword>> element is the top-level element
50 for learningSummary.
51 </xs:documentation>
52 </xs:annotation>
53 <xs:complexType>
54 <xs:complexContent>
55 <xs:extension base="learningSummary.class">
56 <xs:attribute ref="class" default="- topic/topic learningBase/learningBase learningSummary/learningSummary "/>
57 </xs:extension>
58 </xs:complexContent>
59 </xs:complexType>
60 </xs:element>
61 <xs:element name="learningSummarybody">
62 <xs:annotation>
63 <xs:documentation>
64 The &lt;<keyword>learningSummarybody</keyword>> element is the main body-level
65 element inside a learningSummary topic.
66 </xs:documentation>
67 </xs:annotation>
68 <xs:complexType>
69 <xs:complexContent>
70 <xs:extension base="learningSummarybody.class">
71 <xs:attribute ref="class" default="- topic/body learningBase/learningBasebody learningSummary/learningSummarybody "/>
72 </xs:extension>
73 </xs:complexContent>
74 </xs:complexType>
75 </xs:element>
76 <!-- Base type: topic.class -->
77 <xs:complexType name="learningSummary.class">
78 <xs:sequence>
79 <xs:group ref="title"/>
80 <xs:group ref="titlealts" minOccurs="0"/>
81 <xs:choice minOccurs="0">
82 <xs:group ref="shortdesc" minOccurs="0"/>
83 <xs:group ref="abstract" minOccurs="0"/>
84 </xs:choice>
85 <xs:group ref="prolog" minOccurs="0"/>
86 <xs:group ref="learningSummarybody" />
87 <xs:group ref="related-links" minOccurs="0"/>
88 <xs:group ref="learningSummary-info-types" minOccurs="0" maxOccurs="unbounded"/>
89 </xs:sequence>
90 <xs:attributeGroup ref="learningSummary.attributes"/>
91 </xs:complexType>
92
93 <xs:group name="learningSummary.content">
94 <xs:sequence>
95 <xs:sequence>
96 <xs:group ref="title"/>
97 <xs:group ref="titlealts" minOccurs="0"/>
98 <xs:choice minOccurs="0">
99 <xs:group ref="shortdesc" minOccurs="0"/>
100 <xs:group ref="abstract" minOccurs="0"/>
101 </xs:choice>
102 <xs:group ref="prolog" minOccurs="0"/>
103 <xs:group ref="learningSummarybody" />
104 <xs:group ref="related-links" minOccurs="0"/>
105 <xs:group ref="learningSummary-info-types" minOccurs="0" maxOccurs="unbounded"/>
106 </xs:sequence>
107 </xs:sequence>
108 </xs:group>
109
110 <xs:attributeGroup name="learningSummary.attributes">
111 <xs:attribute name="id" type="xs:ID" use="required"/>
112 <xs:attributeGroup ref="conref-atts" />
113 <xs:attributeGroup ref="select-atts"/>
114 <xs:attributeGroup ref="domains-att"/>
115 <xs:attribute ref="ditaarch:DITAArchVersion"/>
116 <xs:attribute name="outputclass" type="xs:string"/>
117 <xs:attributeGroup ref="localization-atts"/>
118 <xs:attributeGroup ref="global-atts"/>
119 </xs:attributeGroup>
120
121 <!-- Base type: body.class -->
122 <xs:complexType name="learningSummarybody.class">
123 <xs:sequence>
124 <xs:group ref="learningSummarybody.content" />
125 </xs:sequence>
126 <xs:attributeGroup ref="learningSummarybody.attributes" />
127 </xs:complexType>
128
129 <xs:group name="learningSummarybody.content">
130 <xs:sequence>
131 <xs:choice minOccurs="0" maxOccurs="unbounded">
132 <xs:group ref="lcSummary" minOccurs="0"/>
133 <xs:group ref="lcObjectives" minOccurs="0"/>
134 <xs:group ref="lcReview" minOccurs="0"/>
135 <xs:group ref="lcNextSteps" minOccurs="0"/>
136 <xs:group ref="lcResources" minOccurs="0"/>
137 <xs:group ref="section" minOccurs="0" />
138 </xs:choice>
139 </xs:sequence>
140 </xs:group>
141
142 <xs:attributeGroup name="learningSummarybody.attributes" >
143 <xs:attribute name="outputclass" type="xs:string"/>
144 <xs:attributeGroup ref="univ-atts"/>
145 <xs:attributeGroup ref="global-atts"/>
146 </xs:attributeGroup>
147</xs:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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