123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?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.task.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
-
- <xs:attributeGroup name="db.task.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.task.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="task">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.task.info"/>
- <xs:element minOccurs="0" ref="db:tasksummary"/>
- <xs:element minOccurs="0" ref="db:taskprerequisites"/>
- <xs:element ref="db:procedure"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:example"/>
- <xs:element minOccurs="0" ref="db:taskrelated"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.task.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.tasksummary.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.tasksummary.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:group name="db.tasksummary.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.only"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="tasksummary">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.tasksummary.info"/>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.tasksummary.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.taskprerequisites.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.taskprerequisites.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:group name="db.taskprerequisites.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.only"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="taskprerequisites">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.taskprerequisites.info"/>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.taskprerequisites.attlist"/>
- </xs:complexType>
- </xs:element>
-
- <xs:attributeGroup name="db.taskrelated.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.taskrelated.attlist">
- <xs:attribute name="role"/>
- <xs:attributeGroup ref="dbs:db.common.attributes"/>
- <xs:attributeGroup ref="db:db.common.linking.attributes"/>
- </xs:attributeGroup>
- <xs:group name="db.taskrelated.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.only"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="taskrelated">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.taskrelated.info"/>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.taskrelated.attlist"/>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|