<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”.

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

Model Description

Text, numbers, or special characters, zero or more

This element may be contained in:

Example

...
<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>
...