123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <xs:import namespace="http://docbook.org/ns/docbook-slides" schemaLocation="slides.xsd"/>
- <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
- <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
- <xs:group name="db.keycombination.contentmodel">
- <xs:choice>
- <xs:element ref="db:mousebutton"/>
- <xs:choice>
- <xs:element ref="db:keycap"/>
- <xs:element ref="db:keycombo"/>
- <xs:element ref="db:keysym"/>
- </xs:choice>
- </xs:choice>
- </xs:group>
- <xs:group name="db.gui.inlines">
- <xs:choice>
- <xs:element ref="db:guiicon"/>
- <xs:element ref="db:guibutton"/>
- <xs:element ref="db:guimenuitem"/>
- <xs:element ref="db:guimenu"/>
- <xs:element ref="db:guisubmenu"/>
- <xs:element ref="db:guilabel"/>
- <xs:element ref="db:menuchoice"/>
- <xs:element ref="db:mousebutton"/>
- </xs:choice>
- </xs:group>
-
- <xs:attributeGroup name="db.guibutton.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.guibutton.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:element name="guibutton">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:group ref="db:db._text"/>
- <xs:element ref="db:accel"/>
- <xs:element ref="db:superscript"/>
- <xs:element ref="db:subscript"/>
- </xs:choice>
- <xs:attributeGroup ref="db:db.guibutton.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.guiicon.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.guiicon.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:element name="guiicon">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:group ref="db:db._text"/>
- <xs:element ref="db:accel"/>
- <xs:element ref="db:superscript"/>
- <xs:element ref="db:subscript"/>
- </xs:choice>
- <xs:attributeGroup ref="db:db.guiicon.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.guilabel.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.guilabel.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:element name="guilabel">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:group ref="db:db._text"/>
- <xs:element ref="db:accel"/>
- <xs:element ref="db:superscript"/>
- <xs:element ref="db:subscript"/>
- </xs:choice>
- <xs:attributeGroup ref="db:db.guilabel.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.guimenu.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.guimenu.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:element name="guimenu">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:group ref="db:db._text"/>
- <xs:element ref="db:accel"/>
- <xs:element ref="db:superscript"/>
- <xs:element ref="db:subscript"/>
- </xs:choice>
- <xs:attributeGroup ref="db:db.guimenu.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.guimenuitem.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.guimenuitem.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:element name="guimenuitem">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:group ref="db:db._text"/>
- <xs:element ref="db:accel"/>
- <xs:element ref="db:superscript"/>
- <xs:element ref="db:subscript"/>
- </xs:choice>
- <xs:attributeGroup ref="db:db.guimenuitem.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.guisubmenu.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.guisubmenu.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:element name="guisubmenu">
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:group ref="db:db._text"/>
- <xs:element ref="db:accel"/>
- <xs:element ref="db:superscript"/>
- <xs:element ref="db:subscript"/>
- </xs:choice>
- <xs:attributeGroup ref="db:db.guisubmenu.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.menuchoice.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.menuchoice.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:element name="menuchoice">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" ref="db:shortcut"/>
- <xs:choice maxOccurs="unbounded">
- <xs:element ref="db:guibutton"/>
- <xs:element ref="db:guiicon"/>
- <xs:element ref="db:guilabel"/>
- <xs:element ref="db:guimenu"/>
- <xs:element ref="db:guimenuitem"/>
- <xs:element ref="db:guisubmenu"/>
- </xs:choice>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.menuchoice.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.mousebutton.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.mousebutton.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:element name="mousebutton">
- <xs:complexType mixed="true">
- <xs:group ref="db:db._text"/>
- <xs:attributeGroup ref="db:db.mousebutton.attlist"/>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|