📄 dbpoolx.mod
字号:
<!ENTITY % formalobject.title.content "title, titleabbrev?">
<!-- ...................................................................... -->
<!-- Entities for attributes and attribute components ..................... -->
<!-- Effectivity attributes ............................................... -->
<!-- Arch: Computer or chip architecture to which element applies; no
default -->
<!ENTITY % arch.attrib
"arch CDATA #IMPLIED">
<!-- Condition: General-purpose effectivity attribute -->
<!ENTITY % condition.attrib
"condition CDATA #IMPLIED">
<!-- Conformance: Standards conformance characteristics -->
<!ENTITY % conformance.attrib
"conformance NMTOKENS #IMPLIED">
<!-- OS: Operating system to which element applies; no default -->
<!ENTITY % os.attrib
"os CDATA #IMPLIED">
<!-- Revision: Editorial revision to which element belongs; no default -->
<!ENTITY % revision.attrib
"revision CDATA #IMPLIED">
<!-- Security: Security classification; no default -->
<!ENTITY % security.attrib
"security CDATA #IMPLIED">
<!-- UserLevel: Level of user experience to which element applies; no
default -->
<!ENTITY % userlevel.attrib
"userlevel CDATA #IMPLIED">
<!-- Vendor: Computer vendor to which element applies; no default -->
<!ENTITY % vendor.attrib
"vendor CDATA #IMPLIED">
<!ENTITY % local.effectivity.attrib "">
<!ENTITY % effectivity.attrib
"%arch.attrib;
%condition.attrib;
%conformance.attrib;
%os.attrib;
%revision.attrib;
%security.attrib;
%userlevel.attrib;
%vendor.attrib;
%local.effectivity.attrib;"
>
<!-- Common attributes .................................................... -->
<!-- Id: Unique identifier of element; no default -->
<!ENTITY % id.attrib
"id ID #IMPLIED">
<!-- Id: Unique identifier of element; a value must be supplied; no
default -->
<!ENTITY % idreq.attrib
"id ID #REQUIRED">
<!-- Lang: Indicator of language in which element is written, for
translation, character set management, etc.; no default -->
<!ENTITY % lang.attrib
"lang CDATA #IMPLIED">
<!-- Remap: Previous role of element before conversion; no default -->
<!ENTITY % remap.attrib
"remap CDATA #IMPLIED">
<!-- Role: New role of element in local environment; no default -->
<!ENTITY % role.attrib
"role CDATA #IMPLIED">
<!-- XRefLabel: Alternate labeling string for XRef text generation;
default is usually title or other appropriate label text already
contained in element -->
<!ENTITY % xreflabel.attrib
"xreflabel CDATA #IMPLIED">
<!-- RevisionFlag: Revision status of element; default is that element
wasn't revised -->
<!ENTITY % revisionflag.attrib
"revisionflag (changed
|added
|deleted
|off) #IMPLIED">
<!ENTITY % local.common.attrib "">
<!-- Role is included explicitly on each element -->
<!ENTITY % common.attrib
"%id.attrib;
%lang.attrib;
%remap.attrib;
%xreflabel.attrib;
%revisionflag.attrib;
%effectivity.attrib;
%local.common.attrib;"
>
<!-- Role is included explicitly on each element -->
<!ENTITY % idreq.common.attrib
"%idreq.attrib;
%lang.attrib;
%remap.attrib;
%xreflabel.attrib;
%revisionflag.attrib;
%effectivity.attrib;
%local.common.attrib;"
>
<!-- Semi-common attributes and other attribute entities .................. -->
<!ENTITY % local.graphics.attrib "">
<!-- EntityRef: Name of an external entity containing the content
of the graphic -->
<!-- FileRef: Filename, qualified by a pathname if desired,
designating the file containing the content of the graphic -->
<!-- Format: Notation of the element content, if any -->
<!-- SrcCredit: Information about the source of the Graphic -->
<!-- Width: Same as CALS reprowid (desired width) -->
<!-- Depth: Same as CALS reprodep (desired depth) -->
<!-- Align: Same as CALS hplace with 'none' removed; #IMPLIED means
application-specific -->
<!-- Scale: Conflation of CALS hscale and vscale -->
<!-- Scalefit: Same as CALS scalefit -->
<!ENTITY % graphics.attrib
"
entityref ENTITY #IMPLIED
fileref CDATA #IMPLIED
format (%notation.class;) #IMPLIED
srccredit CDATA #IMPLIED
width CDATA #IMPLIED
depth CDATA #IMPLIED
align (left
|right
|center) #IMPLIED
scale CDATA #IMPLIED
scalefit %yesorno.attvals;
#IMPLIED
%local.graphics.attrib;"
>
<!ENTITY % local.keyaction.attrib "">
<!-- Action: Key combination type; default is unspecified if one
child element, Simul if there is more than one; if value is
Other, the OtherAction attribute must have a nonempty value -->
<!-- OtherAction: User-defined key combination type -->
<!ENTITY % keyaction.attrib
"
action (click
|double-click
|press
|seq
|simul
|other) #IMPLIED
otheraction CDATA #IMPLIED
%local.keyaction.attrib;"
>
<!-- Label: Identifying number or string; default is usually the
appropriate number or string autogenerated by a formatter -->
<!ENTITY % label.attrib
"label CDATA #IMPLIED">
<!-- Format: whether element is assumed to contain significant white
space -->
<!ENTITY % linespecific.attrib
"format NOTATION
(linespecific) 'linespecific'
linenumbering (numbered|unnumbered) #IMPLIED">
<!-- Linkend: link to related information; no default -->
<!ENTITY % linkend.attrib
"linkend IDREF #IMPLIED">
<!-- Linkend: required link to related information -->
<!ENTITY % linkendreq.attrib
"linkend IDREF #REQUIRED">
<!-- Linkends: link to one or more sets of related information; no
default -->
<!ENTITY % linkends.attrib
"linkends IDREFS #IMPLIED">
<!ENTITY % local.mark.attrib "">
<!ENTITY % mark.attrib
"mark CDATA #IMPLIED
%local.mark.attrib;"
>
<!-- MoreInfo: whether element's content has an associated RefEntry -->
<!ENTITY % moreinfo.attrib
"moreinfo (refentry|none) 'none'">
<!-- Pagenum: number of page on which element appears; no default -->
<!ENTITY % pagenum.attrib
"pagenum CDATA #IMPLIED">
<!ENTITY % local.status.attrib "">
<!-- Status: Editorial or publication status of the element
it applies to, such as "in review" or "approved for distribution" -->
<!ENTITY % status.attrib
"status CDATA #IMPLIED
%local.status.attrib;"
>
<!-- Width: width of the longest line in the element to which it
pertains, in number of characters -->
<!ENTITY % width.attrib
"width CDATA #IMPLIED">
<!-- ...................................................................... -->
<!-- Title elements ....................................................... -->
<!ENTITY % title.module "INCLUDE">
<![%title.module;[
<!ENTITY % local.title.attrib "">
<!ENTITY % title.role.attrib "%role.attrib;">
<!ENTITY % title.element "INCLUDE">
<![%title.element;[
<!ELEMENT title (%title.char.mix;)*>
<!--end of title.element-->]]>
<!ENTITY % title.attlist "INCLUDE">
<![%title.attlist;[
<!ATTLIST title
%pagenum.attrib;
%common.attrib;
%title.role.attrib;
%local.title.attrib;
>
<!--end of title.attlist-->]]>
<!--end of title.module-->]]>
<!ENTITY % titleabbrev.module "INCLUDE">
<![%titleabbrev.module;[
<!ENTITY % local.titleabbrev.attrib "">
<!ENTITY % titleabbrev.role.attrib "%role.attrib;">
<!ENTITY % titleabbrev.element "INCLUDE">
<![%titleabbrev.element;[
<!ELEMENT titleabbrev (%title.char.mix;)*>
<!--end of titleabbrev.element-->]]>
<!ENTITY % titleabbrev.attlist "INCLUDE">
<![%titleabbrev.attlist;[
<!ATTLIST titleabbrev
%common.attrib;
%titleabbrev.role.attrib;
%local.titleabbrev.attrib;
>
<!--end of titleabbrev.attlist-->]]>
<!--end of titleabbrev.module-->]]>
<!ENTITY % subtitle.module "INCLUDE">
<![%subtitle.module;[
<!ENTITY % local.subtitle.attrib "">
<!ENTITY % subtitle.role.attrib "%role.attrib;">
<!ENTITY % subtitle.element "INCLUDE">
<![%subtitle.element;[
<!ELEMENT subtitle (%title.char.mix;)*>
<!--end of subtitle.element-->]]>
<!ENTITY % subtitle.attlist "INCLUDE">
<![%subtitle.attlist;[
<!ATTLIST subtitle
%common.attrib;
%subtitle.role.attrib;
%local.subtitle.attrib;
>
<!--end of subtitle.attlist-->]]>
<!--end of subtitle.module-->]]>
<!-- ...................................................................... -->
<!-- Bibliographic entities and elements .................................. -->
<!-- The bibliographic elements are typically used in the document
hierarchy. They do not appear in content models of information
pool elements. See also the document information elements,
below. -->
<!ENTITY % local.person.ident.mix "">
<!ENTITY % person.ident.mix
"honorific|firstname|surname|lineage|othername|affiliation
|authorblurb|contrib %local.person.ident.mix;">
<!ENTITY % local.bibliocomponent.mix "">
<!ENTITY % bibliocomponent.mix
"abbrev|abstract|address|artpagenums|author
|authorgroup|authorinitials|bibliomisc|biblioset
|collab|confgroup|contractnum|contractsponsor
|copyright|corpauthor|corpname|date|edition
|editor|invpartnumber|isbn|issn|issuenum|orgname
|othercredit|pagenums|printhistory|productname
|productnumber|pubdate|publisher|publishername
|pubsnumber|releaseinfo|revhistory|seriesvolnums
|subtitle|title|titleabbrev|volumenum|citetitle
|%person.ident.mix;
|%ndxterm.class;
%local.bibliocomponent.mix;">
<!ENTITY % biblioentry.module "INCLUDE">
<![%biblioentry.module;[
<!ENTITY % local.biblioentry.attrib "">
<!ENTITY % biblioentry.role.attrib "%role.attrib;">
<!ENTITY % biblioentry.element "INCLUDE">
<![%biblioentry.element;[
<!ELEMENT biblioentry ((articleinfo | (%bibliocomponent.mix;))+)>
<!--end of biblioentry.element-->]]>
<!ENTITY % biblioentry.attlist "INCLUDE">
<![%biblioentry.attlist;[
<!ATTLIST biblioentry
%common.attrib;
%biblioentry.role.attrib;
%local.biblioentry.attrib;
>
<!--end of biblioentry.attlist-->]]>
<!--end of biblioentry.module-->]]>
<!ENTITY % bibliomixed.module "INCLUDE">
<![%bibliomixed.module;[
<!ENTITY % local.bibliomixed.attrib "">
<!ENTITY % bibliomixed.role.attrib "%role.attrib;">
<!ENTITY % bibliomixed.element "INCLUDE">
<![%bibliomixed.element;[
<!ELEMENT bibliomixed (#PCDATA | %bibliocomponent.mix; | bibliomset)*>
<!--end of bibliomixed.element-->]]>
<!ENTITY % bibliomixed.attlist "INCLUDE">
<![%bibliomixed.attlist;[
<!ATTLIST bibliomixed
%common.attrib;
%bibliomixed.role.attrib;
%local.bibliomixed.attrib;
>
<!--end of bibliomixed.attlist-->]]>
<!--end of bibliomixed.module-->]]>
<!ENTITY % articleinfo.module "INCLUDE">
<![%articleinfo.module;[
<!ENTITY % local.articleinfo.attrib "">
<!ENTITY % articleinfo.role.attrib "%role.attrib;">
<!ENTITY % articleinfo.element "INCLUDE">
<![%articleinfo.element;[
<!ELEMENT articleinfo ((graphic | mediaobject | legalnotice | modespec
| subjectset | keywordset | itermset | %bibliocomponent.mix;)+)>
<!--end of articleinfo.element-->]]>
<!ENTITY % articleinfo.attlist "INCLUDE">
<![%articleinfo.attlist;[
<!ATTLIST articleinfo
%common.attrib;
%articleinfo.role.attrib;
%local.articleinfo.attrib;
>
<!--end of articleinfo.attlist-->]]>
<!--end of articleinfo.module-->]]>
<!ENTITY % biblioset.module "INCLUDE">
<![%biblioset.module;[
<!ENTITY % local.biblioset.attrib "">
<!ENTITY % biblioset.role.attrib "%role.attrib;">
<!ENTITY % biblioset.element "INCLUDE">
<![%biblioset.element;[
<!ELEMENT biblioset ((%bibliocomponent.mix;)+)>
<!--end of biblioset.element-->]]>
<!-- Relation: Relationship of elements contained within BiblioSet -->
<!ENTITY % biblioset.attlist "INCLUDE">
<![%biblioset.attlist;[
<!ATTLIST biblioset
relation CDATA #IMPLIED
%common.attrib;
%biblioset.role.attrib;
%local.biblioset.attrib;
>
<!--end of biblioset.attlist-->]]>
<!--end of biblioset.module-->]]>
<!ENTITY % bibliomset.module "INCLUDE">
<![%bibliomset.module;[
<!ENTITY % bibliomset.role.attrib "%role.attrib;">
<!ENTITY % local.bibliomset.attrib "">
<!ENTITY % bibliomset.element "INCLUDE">
<![%bibliomset.element;[
<!ELEMENT bibliomset (#PCDATA | %bibliocomponent.mix; | bibliomset)*>
<!--end of bibliomset.element-->]]>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -