source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/math.xsd@ 112db9d

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 112db9d was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[b1a51ac1]1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 This file is part of DocBook V5.0
4
5 Copyright 1992-2008 HaL Computer Systems, Inc.,
6 O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
7 Corporation, Norman Walsh, Sun Microsystems, Inc., and the
8 Organization for the Advancement of Structured Information
9 Standards (OASIS).
10
11 Release: $Id: math.rnc 8931 2010-10-20 13:29:20Z nwalsh $
12
13 Permission to use, copy, modify and distribute the DocBook schema
14 and its accompanying documentation for any purpose and without fee
15 is hereby granted in perpetuity, provided that the above copyright
16 notice and this paragraph appear in all copies. The copyright
17 holders make no representation about the suitability of the schema
18 for any purpose. It is provided "as is" without expressed or implied
19 warranty.
20
21 If you modify the DocBook schema in any way, label your schema as a
22 variant of DocBook. See the reference documentation
23 (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
24 for more information.
25
26 Please direct all questions, bug reports, or suggestions for changes
27 to the docbook@lists.oasis-open.org mailing list. For more
28 information, see http://www.oasis-open.org/docbook/.
29
30 ======================================================================
31-->
32<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://docbook.org/ns/docbook" xmlns:dbs="http://docbook.org/ns/docbook-slides" xmlns:db="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
33 <xs:import namespace="http://docbook.org/ns/docbook-slides" schemaLocation="slides.xsd"/>
34 <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
35 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
36 <xs:element name="db.math.inlines" abstract="true">
37 <xs:complexType>
38 <xs:sequence>
39 <xs:element minOccurs="0" ref="db:alt"/>
40 <xs:group ref="db:db.inlineequation.content"/>
41 </xs:sequence>
42 <xs:attributeGroup ref="db:db.inlineequation.attlist"/>
43 </xs:complexType>
44 </xs:element>
45 <xs:group name="db.initializer.inlines">
46 <xs:choice>
47 <xs:element ref="db:mathphrase"/>
48 <xs:element ref="db:db.markup.inlines"/>
49 <xs:group ref="db:db._text"/>
50 </xs:choice>
51 </xs:group>
52 <!-- ====================================================================== -->
53 <xs:group name="db.equation.content">
54 <xs:choice>
55 <xs:choice>
56 <xs:element maxOccurs="unbounded" ref="db:mediaobject"/>
57 <xs:element maxOccurs="unbounded" ref="db:mathphrase"/>
58 </xs:choice>
59 <xs:group maxOccurs="unbounded" ref="dbs:db._any.mml"/>
60 </xs:choice>
61 </xs:group>
62 <xs:group name="db.inlineequation.content">
63 <xs:choice>
64 <xs:choice>
65 <xs:element maxOccurs="unbounded" ref="db:inlinemediaobject"/>
66 <xs:element maxOccurs="unbounded" ref="db:mathphrase"/>
67 </xs:choice>
68 <xs:group maxOccurs="unbounded" ref="dbs:db._any.mml"/>
69 </xs:choice>
70 </xs:group>
71 <!-- ====================================================================== -->
72 <xs:attributeGroup name="db.equation.role.attribute">
73 <xs:attribute name="role" use="required"/>
74 </xs:attributeGroup>
75 <xs:attributeGroup name="db.equation.label.attribute">
76 <xs:attributeGroup ref="db:db.label.attribute"/>
77 </xs:attributeGroup>
78 <xs:attributeGroup name="db.equation.attlist">
79 <xs:attribute name="role"/>
80 <xs:attributeGroup ref="dbs:db.common.attributes"/>
81 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
82 <xs:attribute name="label"/>
83 <xs:attribute name="pgwide" type="db:db.pgwide.enumeration"/>
84 <xs:attribute name="floatstyle"/>
85 </xs:attributeGroup>
86 <xs:group name="db.equation.info">
87 <xs:sequence>
88 <xs:group ref="db:db._info.title.only"/>
89 </xs:sequence>
90 </xs:group>
91 <xs:element name="equation">
92 <xs:complexType>
93 <xs:sequence>
94 <xs:group ref="db:db.equation.info"/>
95 <xs:element minOccurs="0" ref="db:alt"/>
96 <xs:group ref="db:db.equation.content"/>
97 <xs:group minOccurs="0" ref="db:db.caption"/>
98 </xs:sequence>
99 <xs:attributeGroup ref="db:db.equation.attlist"/>
100 </xs:complexType>
101 </xs:element>
102 <!-- ====================================================================== -->
103 <xs:attributeGroup name="db.informalequation.role.attribute">
104 <xs:attribute name="role" use="required"/>
105 </xs:attributeGroup>
106 <xs:attributeGroup name="db.informalequation.attlist">
107 <xs:attribute name="role"/>
108 <xs:attributeGroup ref="dbs:db.common.attributes"/>
109 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
110 </xs:attributeGroup>
111 <xs:group name="db.informalequation.info">
112 <xs:sequence>
113 <xs:group ref="db:db._info.title.forbidden"/>
114 </xs:sequence>
115 </xs:group>
116 <xs:element name="informalequation">
117 <xs:complexType>
118 <xs:sequence>
119 <xs:group ref="db:db.informalequation.info"/>
120 <xs:element minOccurs="0" ref="db:alt"/>
121 <xs:group ref="db:db.equation.content"/>
122 <xs:group minOccurs="0" ref="db:db.caption"/>
123 </xs:sequence>
124 <xs:attributeGroup ref="db:db.informalequation.attlist"/>
125 </xs:complexType>
126 </xs:element>
127 <!-- ====================================================================== -->
128 <xs:attributeGroup name="db.inlineequation.role.attribute">
129 <xs:attribute name="role" use="required"/>
130 </xs:attributeGroup>
131 <xs:attributeGroup name="db.inlineequation.attlist">
132 <xs:attribute name="role"/>
133 <xs:attributeGroup ref="dbs:db.common.attributes"/>
134 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
135 </xs:attributeGroup>
136 <xs:element name="inlineequation" substitutionGroup="db:db.math.inlines"/>
137 <!-- ====================================================================== -->
138 <xs:attributeGroup name="db.mathphrase.role.attribute">
139 <xs:attribute name="role" use="required"/>
140 </xs:attributeGroup>
141 <xs:attributeGroup name="db.mathphrase.attlist">
142 <xs:attribute name="role"/>
143 <xs:attributeGroup ref="dbs:db.common.attributes"/>
144 <xs:attributeGroup ref="db:db.common.linking.attributes"/>
145 </xs:attributeGroup>
146 <xs:element name="mathphrase">
147 <xs:complexType mixed="true">
148 <xs:choice minOccurs="0" maxOccurs="unbounded">
149 <xs:group ref="db:db._text"/>
150 <xs:group ref="db:db.ubiq.inlines"/>
151 <xs:group ref="db:db._emphasis"/>
152 </xs:choice>
153 <xs:attributeGroup ref="db:db.mathphrase.attlist"/>
154 </xs:complexType>
155 </xs:element>
156</xs:schema>
Note: See TracBrowser for help on using the repository browser.