diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd | 309 |
1 files changed, 0 insertions, 309 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd deleted file mode 100644 index c7f8bb0c9..000000000 --- a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/schema/xsd/msgset.xsd +++ /dev/null @@ -1,309 +0,0 @@ -<?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: msgset.rnc 8931 2010-10-20 13:29:20Z 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.msgset.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgset.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.msgset.info"> - <xs:sequence> - <xs:group ref="db:db._info.title.only"/> - </xs:sequence> - </xs:group> - <xs:element name="msgset"> - <xs:complexType> - <xs:sequence> - <xs:group ref="db:db.msgset.info"/> - <xs:choice> - <xs:element maxOccurs="unbounded" ref="db:msgentry"/> - <xs:element maxOccurs="unbounded" ref="db:simplemsgentry"/> - </xs:choice> - </xs:sequence> - <xs:attributeGroup ref="db:db.msgset.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msgentry.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgentry.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="msgentry"> - <xs:complexType> - <xs:sequence> - <xs:element maxOccurs="unbounded" ref="db:msg"/> - <xs:element minOccurs="0" ref="db:msginfo"/> - <xs:element minOccurs="0" maxOccurs="unbounded" ref="db:msgexplan"/> - </xs:sequence> - <xs:attributeGroup ref="db:db.msgentry.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.simplemsgentry.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.simplemsgentry.msgaud.attribute"> - <xs:attribute name="msgaud" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.simplemsgentry.msgorig.attribute"> - <xs:attribute name="msgorig" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.simplemsgentry.msglevel.attribute"> - <xs:attribute name="msglevel" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.simplemsgentry.attlist"> - <xs:attribute name="role"/> - <xs:attributeGroup ref="dbs:db.common.attributes"/> - <xs:attributeGroup ref="db:db.common.linking.attributes"/> - <xs:attribute name="msgaud"/> - <xs:attribute name="msgorig"/> - <xs:attribute name="msglevel"/> - </xs:attributeGroup> - <xs:element name="simplemsgentry"> - <xs:complexType> - <xs:sequence> - <xs:element ref="db:msgtext"/> - <xs:element maxOccurs="unbounded" ref="db:msgexplan"/> - </xs:sequence> - <xs:attributeGroup ref="db:db.simplemsgentry.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msg.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msg.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.msg.info"> - <xs:sequence> - <xs:group ref="db:db._info.title.only"/> - </xs:sequence> - </xs:group> - <xs:element name="msg"> - <xs:complexType> - <xs:sequence> - <xs:group ref="db:db.msg.info"/> - <xs:element ref="db:msgmain"/> - <xs:choice minOccurs="0" maxOccurs="unbounded"> - <xs:element ref="db:msgsub"/> - <xs:element ref="db:msgrel"/> - </xs:choice> - </xs:sequence> - <xs:attributeGroup ref="db:db.msg.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msgmain.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgmain.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.msgmain.info"> - <xs:sequence> - <xs:group ref="db:db._info.title.only"/> - </xs:sequence> - </xs:group> - <xs:element name="msgmain"> - <xs:complexType> - <xs:sequence> - <xs:group ref="db:db.msgmain.info"/> - <xs:element ref="db:msgtext"/> - </xs:sequence> - <xs:attributeGroup ref="db:db.msgmain.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msgsub.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgsub.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.msgsub.info"> - <xs:sequence> - <xs:group ref="db:db._info.title.only"/> - </xs:sequence> - </xs:group> - <xs:element name="msgsub"> - <xs:complexType> - <xs:sequence> - <xs:group ref="db:db.msgsub.info"/> - <xs:element ref="db:msgtext"/> - </xs:sequence> - <xs:attributeGroup ref="db:db.msgsub.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msgrel.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgrel.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.msgrel.info"> - <xs:sequence> - <xs:group ref="db:db._info.title.only"/> - </xs:sequence> - </xs:group> - <xs:element name="msgrel"> - <xs:complexType> - <xs:sequence> - <xs:group ref="db:db.msgrel.info"/> - <xs:element ref="db:msgtext"/> - </xs:sequence> - <xs:attributeGroup ref="db:db.msgrel.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msgtext.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgtext.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="msgtext"> - <xs:complexType> - <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/> - <xs:attributeGroup ref="db:db.msgtext.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msginfo.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msginfo.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="msginfo"> - <xs:complexType> - <xs:choice minOccurs="0" maxOccurs="unbounded"> - <xs:element ref="db:msglevel"/> - <xs:element ref="db:msgorig"/> - <xs:element ref="db:msgaud"/> - </xs:choice> - <xs:attributeGroup ref="db:db.msginfo.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msglevel.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msglevel.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="msglevel"> - <xs:complexType mixed="true"> - <xs:group ref="db:db._text"/> - <xs:attributeGroup ref="db:db.msglevel.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msgorig.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgorig.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="msgorig"> - <xs:complexType mixed="true"> - <xs:group ref="db:db._text"/> - <xs:attributeGroup ref="db:db.msgorig.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msgaud.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgaud.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="msgaud"> - <xs:complexType mixed="true"> - <xs:group ref="db:db._text"/> - <xs:attributeGroup ref="db:db.msgaud.attlist"/> - </xs:complexType> - </xs:element> - <!-- ====================================================================== --> - <xs:attributeGroup name="db.msgexplan.role.attribute"> - <xs:attribute name="role" use="required"/> - </xs:attributeGroup> - <xs:attributeGroup name="db.msgexplan.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.msgexplan.info"> - <xs:sequence> - <xs:group ref="db:db._info.title.only"/> - </xs:sequence> - </xs:group> - <xs:element name="msgexplan"> - <xs:complexType> - <xs:sequence> - <xs:group ref="db:db.msgexplan.info"/> - <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/> - </xs:sequence> - <xs:attributeGroup ref="db:db.msgexplan.attlist"/> - </xs:complexType> - </xs:element> -</xs:schema> |