123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- This file is part of DocBook V5.0
-
- Copyright 1992-2008 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- Release: $Id: hier.rnc 8994 2011-04-19 20:07:33Z nwalsh $
-
- Permission to use, copy, modify and distribute the DocBook schema
- and its accompanying documentation for any purpose and without fee
- is hereby granted in perpetuity, provided that the above copyright
- notice and this paragraph appear in all copies. The copyright
- holders make no representation about the suitability of the schema
- for any purpose. It is provided "as is" without expressed or implied
- warranty.
-
- If you modify the DocBook schema in any way, label your schema as a
- variant of DocBook. See the reference documentation
- (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
- for more information.
-
- Please direct all questions, bug reports, or suggestions for changes
- to the docbook@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.
-
- ======================================================================
- -->
- <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:attributeGroup name="db.status.attribute">
- <xs:attribute name="status" use="required"/>
- </xs:attributeGroup>
- <!-- ====================================================================== -->
- <xs:group name="db.toplevel.sections">
- <xs:choice>
- <xs:choice>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="db:section"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
- </xs:sequence>
- <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
- </xs:choice>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="db:sect1"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
- </xs:sequence>
- <xs:element maxOccurs="unbounded" ref="db:refentry"/>
- </xs:choice>
- </xs:group>
- <xs:group name="db.toplevel.blocks.or.sections">
- <xs:choice>
- <xs:sequence>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- <xs:group minOccurs="0" ref="db:db.toplevel.sections"/>
- </xs:sequence>
- <xs:group ref="db:db.toplevel.sections"/>
- </xs:choice>
- </xs:group>
- <xs:group name="db.recursive.sections">
- <xs:choice>
- <xs:choice>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" ref="db:section"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
- </xs:sequence>
- <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
- </xs:choice>
- <xs:element maxOccurs="unbounded" ref="db:refentry"/>
- </xs:choice>
- </xs:group>
- <xs:group name="db.recursive.blocks.or.sections">
- <xs:choice>
- <xs:sequence>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- <xs:group minOccurs="0" ref="db:db.recursive.sections"/>
- </xs:sequence>
- <xs:group ref="db:db.recursive.sections"/>
- </xs:choice>
- </xs:group>
- <!-- ====================================================================== -->
- <xs:element name="db.divisions" abstract="true"/>
- <xs:element name="db.components" abstract="true"/>
- <xs:group name="db.navigation.components">
- <xs:choice>
- <xs:element ref="db:glossary"/>
- <xs:element ref="db:bibliography"/>
- <xs:element ref="db:index"/>
- <xs:element ref="db:toc"/>
- </xs:choice>
- </xs:group>
- <xs:group name="db.component.contentmodel">
- <xs:sequence>
- <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
- <xs:group ref="db:db.toplevel.blocks.or.sections"/>
- <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
- </xs:sequence>
- </xs:group>
- <!-- ====================================================================== -->
- <xs:element name="db.setindex.components" abstract="true">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.setindex.info"/>
- <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.all.blocks"/>
- <xs:choice>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:indexdiv"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:indexentry"/>
- </xs:choice>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.setindex.attlist"/>
- </xs:complexType>
- </xs:element>
- <xs:group name="db.toc.components">
- <xs:sequence>
- <xs:element ref="db:toc"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="db.set.components" abstract="true"/>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.set.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.set.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.set.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.set.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="set" substitutionGroup="db:db.set.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.set.info"/>
- <xs:group minOccurs="0" ref="db:db.toc.components"/>
- <xs:element maxOccurs="unbounded" ref="db:db.set.components"/>
- <xs:element minOccurs="0" ref="db:db.setindex.components"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.set.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:group name="db.book.components">
- <xs:choice>
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:group ref="db:db.navigation.components"/>
- <xs:element ref="db:db.components"/>
- <xs:element ref="db:db.divisions"/>
- </xs:choice>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:topic"/>
- </xs:choice>
- </xs:group>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.book.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.book.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.book.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.book.info">
- <xs:sequence>
- <xs:group ref="db:db._info"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="book" substitutionGroup="db:db.set.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.book.info"/>
- <xs:group ref="db:db.book.components"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.book.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.dedication.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.dedication.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.dedication.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.dedication.info">
- <xs:sequence>
- <xs:group ref="db:db._info"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="dedication" substitutionGroup="db:db.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.dedication.info"/>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.dedication.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.acknowledgements.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.acknowledgements.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.acknowledgements.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.acknowledgements.info">
- <xs:sequence>
- <xs:group ref="db:db._info"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="acknowledgements" substitutionGroup="db:db.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.acknowledgements.info"/>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.acknowledgements.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.colophon.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.colophon.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.colophon.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.colophon.info">
- <xs:sequence>
- <xs:group ref="db:db._info"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="colophon" substitutionGroup="db:db.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.colophon.info"/>
- <xs:choice>
- <xs:sequence>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:simplesect"/>
- </xs:sequence>
- <xs:sequence>
- <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.all.blocks"/>
- <xs:element maxOccurs="unbounded" ref="db:simplesect"/>
- </xs:sequence>
- </xs:choice>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.colophon.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:group name="db.appendix.contentmodel">
- <xs:choice>
- <xs:group ref="db:db.component.contentmodel"/>
- <xs:element maxOccurs="unbounded" ref="db:topic"/>
- </xs:choice>
- </xs:group>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.appendix.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.appendix.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.appendix.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.appendix.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="appendix" substitutionGroup="db:db.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.appendix.info"/>
- <xs:group ref="db:db.appendix.contentmodel"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.appendix.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:group name="db.chapter.contentmodel">
- <xs:choice>
- <xs:group ref="db:db.component.contentmodel"/>
- <xs:element maxOccurs="unbounded" ref="db:topic"/>
- </xs:choice>
- </xs:group>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.chapter.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.chapter.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.chapter.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.chapter.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="chapter" substitutionGroup="db:db.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.chapter.info"/>
- <xs:group ref="db:db.chapter.contentmodel"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.chapter.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:group name="db.part.components">
- <xs:choice>
- <xs:choice>
- <xs:group ref="db:db.navigation.components"/>
- <xs:element ref="db:db.components"/>
- </xs:choice>
- <xs:choice>
- <xs:element ref="db:refentry"/>
- <xs:element ref="db:reference"/>
- </xs:choice>
- </xs:choice>
- </xs:group>
- <xs:group name="db.part.contentmodel">
- <xs:choice>
- <xs:group maxOccurs="unbounded" ref="db:db.part.components"/>
- <xs:element maxOccurs="unbounded" ref="db:topic"/>
- </xs:choice>
- </xs:group>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.part.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.part.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.part.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.part.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="part" substitutionGroup="db:db.divisions">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.part.info"/>
- <xs:element minOccurs="0" ref="db:partintro"/>
- <xs:group ref="db:db.part.contentmodel"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.part.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.preface.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.preface.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.preface.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.preface.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="preface" substitutionGroup="db:db.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.preface.info"/>
- <xs:group ref="db:db.component.contentmodel"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.preface.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.partintro.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.partintro.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.partintro.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.partintro.info">
- <xs:sequence>
- <xs:group ref="db:db._info"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="partintro">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.partintro.info"/>
- <xs:group ref="db:db.toplevel.blocks.or.sections"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.partintro.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.section.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.section.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.section.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.section.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="section">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.section.info"/>
- <xs:group ref="db:db.recursive.blocks.or.sections"/>
- <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.navigation.components"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.section.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.simplesect.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.simplesect.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.simplesect.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.simplesect.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="simplesect">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.simplesect.info"/>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.simplesect.attlist"/>
- </xs:complexType>
- </xs:element>
- <!-- ====================================================================== -->
- <xs:group name="db.article.components">
- <xs:sequence>
- <xs:group ref="db:db.toplevel.sections"/>
- </xs:sequence>
- </xs:group>
- <xs:group name="db.article.navcomponents">
- <xs:choice>
- <xs:group ref="db:db.navigation.components"/>
- <xs:element ref="db:acknowledgements"/>
- <xs:element ref="db:dedication"/>
- <xs:element ref="db:appendix"/>
- <xs:element ref="db:colophon"/>
- </xs:choice>
- </xs:group>
- <!-- ====================================================================== -->
- <xs:attributeGroup name="db.article.status.attribute">
- <xs:attributeGroup ref="db:db.status.attribute"/>
- </xs:attributeGroup>
- <xs:simpleType name="db.article.class.enumeration">
- <xs:restriction base="xs:token">
- <xs:enumeration value="faq">
- <xs:annotation>
- <xs:documentation>A collection of frequently asked questions.</xs:documentation>
- </xs:annotation>
- </xs:enumeration>
- <xs:enumeration value="journalarticle">
- <xs:annotation>
- <xs:documentation>An article in a journal or other periodical.</xs:documentation>
- </xs:annotation>
- </xs:enumeration>
- <xs:enumeration value="productsheet">
- <xs:annotation>
- <xs:documentation>A description of a product.</xs:documentation>
- </xs:annotation>
- </xs:enumeration>
- <xs:enumeration value="specification">
- <xs:annotation>
- <xs:documentation>A specification.</xs:documentation>
- </xs:annotation>
- </xs:enumeration>
- <xs:enumeration value="techreport">
- <xs:annotation>
- <xs:documentation>A technical report.</xs:documentation>
- </xs:annotation>
- </xs:enumeration>
- <xs:enumeration value="whitepaper">
- <xs:annotation>
- <xs:documentation>A white paper.</xs:documentation>
- </xs:annotation>
- </xs:enumeration>
- </xs:restriction>
- </xs:simpleType>
- <xs:attributeGroup name="db.article.class.attribute">
- <xs:attribute name="class" use="required" type="db:db.article.class.enumeration"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.article.role.attribute">
- <xs:attribute name="role" use="required"/>
- </xs:attributeGroup>
- <xs:attributeGroup name="db.article.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:attribute name="class" type="db:db.article.class.enumeration"/>
- </xs:attributeGroup>
- <xs:group name="db.article.info">
- <xs:sequence>
- <xs:group ref="db:db._info.title.req"/>
- </xs:sequence>
- </xs:group>
- <xs:element name="article" substitutionGroup="db:db.components">
- <xs:complexType>
- <xs:sequence>
- <xs:group ref="db:db.article.info"/>
- <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.article.navcomponents"/>
- <xs:choice>
- <xs:sequence>
- <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/>
- <xs:group minOccurs="0" ref="db:db.article.components"/>
- </xs:sequence>
- <xs:group ref="db:db.article.components"/>
- </xs:choice>
- <xs:group minOccurs="0" maxOccurs="unbounded" ref="db:db.article.navcomponents"/>
- </xs:sequence>
- <xs:attributeGroup ref="db:db.article.attlist"/>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|