Whole document tree
    

Whole document tree

CorpName

CorpName

Name

CorpName -- Name of a corporation

Content Model

  (#PCDATA | Emphasis | Trademark | Replaceable | Comment
  | Subscript | Superscript
  | InlineGraphic)+

Attributes

This element has common and Role attributes.

Tag Minimization

Both the start- and end-tags are required for this element.

Description

Name of a corporation. It contains plain text and has common attributes.

Children

CorpName contains these elements: Comment, Emphasis, InlineGraphic, #PCDATA, Replaceable, Subscript, Superscript, Trademark.

In some contexts, some of these elements may be invalid due to exclusions in parent elements.

Examples

<SET>
<TITLE>All the Books About Everything Under the Sun</TITLE>
<TITLEABBREV>All Books About Everything</TITLEABBREV>
<SETINFO>
<EDITION>2</EDITION>
<CORPNAME>The Society for Greater Knowledge
</CORPNAME>
<ISBN>0-944940-00-3</ISBN>
<INVPARTNUMBER>005bc</INVPARTNUMBER>
<PRODUCTNUMBER>book.005.bc</PRODUCTNUMBER>
<PRODUCTNAME>Book5a</PRODUCTNAME>
<PUBSNUMBER>555a</PUBSNUMBER>
<RELEASEINFO>Revised</RELEASEINFO>
<DATE>1995</DATE>
<PUBLISHER>
<PUBLISHERNAME>Solipsist Press</PUBLISHERNAME
</PUBLISHER>
<COPYRIGHT>
<YEAR>1995</YEAR>
<HOLDER>George Tirebiter</HOLDER>
</COPYRIGHT>
<PRINTHISTORY>
<PARA>Second printing March 1996.</PARA>
</PRINTHISTORY>
</SETINFO>
<BOOK>
<TITLE>My Short SGML Book</TITLE>
<CHAPTER>
<TITLE>Still Yet Another Chapter</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
</BOOK>
<BOOK>
<TITLE>My Short SGML Book</TITLE>
<CHAPTER>
<TITLE>Not Yet Another Chapter!</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
<CHAPTER>
<TITLE>The Chapters Keep Coming</TITLE>
<PARA>Short paragraph.
</PARA>
</CHAPTER>
</BOOK>
<SETINDEX></SETINDEX>
</SET>