123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?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.refsect1.sections">
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="db:refsect2"/>
- </xs:sequence>
- </xs:group>
- <xs:attributeGroup name="db.refsect1.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.refsect1.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.refsect1.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- <xs:attribute name="label"/>
- <xs:attribute name="status"/>
- </xs:attributeGroup>
- <xs:group name="db.refsect1.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="refsect1">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.refsect1.info"/>
- <xs:choice>
- <xs:sequence>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- <xs:group minOccurs="0" ref="db:db.refsect1.sections"/>
- </xs:sequence>
- <xs:group ref="db:db.refsect1.sections"/>
- </xs:choice>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.refsect1.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:group name="db.refsect2.sections">
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="db:refsect3"/>
- </xs:sequence>
- </xs:group>
- <xs:attributeGroup name="db.refsect2.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.refsect2.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.refsect2.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- <xs:attribute name="label"/>
- <xs:attribute name="status"/>
- </xs:attributeGroup>
- <xs:group name="db.refsect2.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="refsect2">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.refsect2.info"/>
- <xs:choice>
- <xs:sequence>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- <xs:group minOccurs="0" ref="db:db.refsect2.sections"/>
- </xs:sequence>
- <xs:group ref="db:db.refsect2.sections"/>
- </xs:choice>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.refsect2.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.refsect3.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.refsect3.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.refsect3.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- <xs:attribute name="label"/>
- <xs:attribute name="status"/>
- </xs:attributeGroup>
- <xs:group name="db.refsect3.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="refsect3">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.refsect3.info"/>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.refsect3.attlist"/>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|