view usr/src/cmd/man/src/util/ereview.gml @ 13:f60a82e85167 default tip

Revert NEC's changes to fix krb5 build
author Andrew Stormont <andyjstormont@gmail.com>
date Fri, 02 Mar 2012 22:25:26 +0000
parents 1a15d5aaf794
children
line wrap: on
line source

<!--
    Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
    Use is subject to license terms.

    CDDL HEADER START

    The contents of this file are subject to the terms of the
    Common Development and Distribution License, Version 1.0 only
    (the "License").  You may not use this file except in compliance
    with the License.

    You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
    or http://www.opensolaris.org/os/licensing.
    See the License for the specific language governing permissions
    and limitations under the License.

    When distributing Covered Code, include this CDDL HEADER in each
    file and include the License file at usr/src/OPENSOLARIS.LICENSE.
    If applicable, add the following below this CDDL HEADER, with the
    fields enclosed by brackets "[]" replaced with your own identifying
    information: Portions Copyright [yyyy] [name of copyright owner]

    CDDL HEADER END
-->
<!-- SCCS keyword
#pragma ident	"%Z%%M%	%I%	%E% SMI"
-->
<!--
ArborText: 19910809

$Header: ereview.gml,v 1.3 92/11/13 15:21:36 twb Exp $

The following declarations may be referred to using a public entity as
follows:

<!ENTITY % ereview PUBLIC "-//USA-DOD//DTD SUP MIL-M-28001B EREVIEW//EN">

-->

<!-- The %mrinfo entity is required for support of the electronic review
declaration set.  Note that this entity matches an identical set of elements
in the base document being reviewed, and may therefore require tailoring
accordingly.  For documents conforming to the Template Doctype for Technical
Documents contained in Appendix A of this specification, the %mrinfo entity is
declared as follows:

<!ENTITY   % mrinfo     "(pubno+, (revnum|(chgnum, chgdate)|pubdate))" >

-->

<!-- The %mrtext entity indicates what elements from the base DTD can occur in
the "textual" (i.e., mrpara and mritem) elements in a modreq.  For documents
conforming to the Template Doctype for Technical Documents contained in
Appendix A of this specification, the %mrtext entity is declared as follows:

<!ENTITY % mrtext       "#PCDATA | symbol" >

-->

<!-- The %mrelems entity indicates what elements from the base DTD can occur
along with the mrpara and mrlist elements (e.g., within mrreason, mrinstr,
mrgenmod, and mrrespns) in a modreq.  For documents conforming to the Template
Doctype for Technical Documents contained in Appendix A of this specification,
the %mrelems entity is declared as follows:

<!ENTITY %  mrelems     "| graphic" >

-->



<!-- Generic default definitions of %mrinfo, %mrtext, and %mrelems are given
below.  These are to be replaced by a definition appropriate to the document
being reviewed: -->

<!ENTITY % mrinfo       "ANY" >

<!ENTITY % mrtext       "#PCDATA" >

<!ENTITY % mrelems      " " >

<!-- Beginning of modification request declaration set -->
            
<!ELEMENT   modreq      - -   (mrinfo?, mrmod, mrrespns?) >
<!ATTLIST   modreq      id                ID                      #REQUIRED
                        xref              NMTOKEN                 #IMPLIED
                        refpos      (prexref|postxref|xref)       "xref"
                        by                CDATA                   #REQUIRED
                        date              CDATA                   #REQUIRED
                        organiz           NMTOKEN                 #IMPLIED
                        orgcat            NMTOKEN                 #IMPLIED
                        cmntrcat          NMTOKEN                 #IMPLIED
                        priority          (1|2|3|4|5)             #IMPLIED
                        category          NMTOKEN                 #IMPLIED
                        topic             CDATA                   #IMPLIED
                        locmodel          CDATA                   #IMPLIED  >
                        
<!ELEMENT   mrinfo      - -   %mrinfo; >
<!ELEMENT   mrmod - -   (mrreason?, (mrgenmod|(mrinstr?, mrchgtxt))) >
<!ELEMENT   (mrreason|mrinstr|mrgenmod) - o     (mrpara|mrlist %mrelems;)+ >
<!ELEMENT   mrchgtxt    - -   ANY >
<!ATTLIST   mrchgtxt    chgloc            NUMBER                  #IMPLIED
                        chglen            NUMBER                  #IMPLIED
                        action      (insert|delete|replace)       "replace" >
<!ELEMENT   mrrespns    - -   (mrpara|mrlist %mrelems;)* >
<!ATTLIST   mrrespns    disposn           NMTOKEN                 #IMPLIED
                        status            NMTOKEN                 #IMPLIED  > 
<!ELEMENT   (mrpara|mritem)         - -   (%mrtext;) >
<!ELEMENT   mrlist            - -   (mritem+) >

<!-- End of modification request declaration set -->