<doc-number> Document Number

Gives the document-number part of the document’s standard designator; for example, for the designation “ISO 9100”, the <doc-number> would be the digits “9100”.

Usage/Remarks

This is the standard number for the document. Its typical content is a sequence of digits. The document number does not include any part number or the year of publication.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT  doc-number   (#PCDATA %doc-number-elements;)*             >
Expanded Content Model

(#PCDATA)*

Tagged Sample

Part of <std-ident>

...
<iso-meta id="profile.int">
 <title-wrap>...</title-wrap>
 <doc-ident>...</doc-ident>
 <std-ident>
  <originator>ISO</originator>
  <doc-type>is</doc-type>
  <doc-number>2560</doc-number>
  <part-number></part-number>
  <edition>3</edition>
  <version>...</version>
 </std-ident>
 <content-language>en</content-language>
 ...
</iso-meta>
...