VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/schema/base/xsd/tblDeclGrp.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.5 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- ============================================================= -->
3<!-- HEADER -->
4<!-- ============================================================= -->
5<!-- MODULE: XML EXCHANGE TABLE MODEL DECLARATION MODULE -->
6<!-- VERSION: 1.2 -->
7<!-- DATE: November 2009 -->
8<!-- -->
9<!-- ============================================================= -->
10<!-- ============================================================= -->
11<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
12<!-- -->
13<!-- PURPOSE: W3C XML Schema to describe DITA Tables -->
14<!-- -->
15<!-- ORIGINAL CREATION DATE: -->
16<!-- Derived from OASIS Exchange Table Model base -->
17<!-- -->
18<!-- (C) Copyright OASIS-Open.org 2005, 2009 -->
19<!-- (C) Copyright IBM Corporation 2001, 2004. -->
20<!-- All Rights Reserved. -->
21<!-- ============================================================= -->
22<!-- ============================================================= -->
23<!-- Delivered as file "tblDeclGrp.xsd" -->
24<!-- ============================================================= -->
25
26
27<!-- XML EXCHANGE TABLE MODEL DECLARATION MODULE -->
28
29<!-- OASIS DITA 1.0 notes:
30 The Exchange Table Model replaces the original CALS-based model
31 used in development versions of the DITA definition.
32 This set of declarations defines the XML version of the Exchange
33 Table Model as adapted for OASIS DITA version 1.0.
34 The base for the DITA version of the Exchange Table Model is
35 defined at http://www.oasis-open.org/specs/tm9901.htm .
36 The DITA version specifically extends this model with these DITA-
37 specific content and attribute adaptations to the DITA processing
38 requirements:
39
40 -->
41<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
42
43 <xs:group name="table">
44 <xs:sequence>
45 <xs:choice>
46 <xs:element ref="table"/>
47 </xs:choice>
48 </xs:sequence>
49 </xs:group>
50
51 <xs:group name="tgroup">
52 <xs:sequence>
53 <xs:choice>
54 <xs:element ref="tgroup"/>
55 </xs:choice>
56 </xs:sequence>
57 </xs:group>
58
59 <xs:group name="colspec">
60 <xs:sequence>
61 <xs:choice>
62 <xs:element ref="colspec"/>
63 </xs:choice>
64 </xs:sequence>
65 </xs:group>
66
67 <xs:group name="thead">
68 <xs:sequence>
69 <xs:choice>
70 <xs:element ref="thead"/>
71 </xs:choice>
72 </xs:sequence>
73 </xs:group>
74
75 <xs:group name="tbody">
76 <xs:sequence>
77 <xs:choice>
78 <xs:element ref="tbody"/>
79 </xs:choice>
80 </xs:sequence>
81 </xs:group>
82
83 <xs:group name="row">
84 <xs:sequence>
85 <xs:choice>
86 <xs:element ref="row"/>
87 </xs:choice>
88 </xs:sequence>
89 </xs:group>
90
91 <xs:group name="entry">
92 <xs:sequence>
93 <xs:choice>
94 <xs:element ref="entry"/>
95 </xs:choice>
96 </xs:sequence>
97 </xs:group>
98
99
100
101</xs:schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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