<iso-meta> ISO-specific Metadata

This is a container element for ISO-specific metadata for an ISO standards document. This element contains any ISO-specific overrides to the metadata described for the whole standards document (<std-doc-meta>) as well as any additional ISO-specific metadata.

Usage/Remarks

The element <iso-meta> cannot be used inside the front matter of an adoption (<adoption-front>); only <std-meta> may be used at the top level of an adoption. The element <iso-meta> can be used in the front matter of a standard (<front>).
Related Elements
The element <iso-meta> is the fourth of the organization-describing metadata elements with: <std-meta>, <nat-meta>, and <reg-meta>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  iso-meta     %iso-meta-model;                             >
Expanded Content Model

(title-wrap*, doc-ident?, std-ident?, (std-org | std-org-group)*, content-language*, std-ref*, doc-ref?, pub-date?, release-date*, meta-date*, (comm-ref | comm-ref-group)*, secretariat*, (ics | ics-wrap)*, subj-group*, page-count?, counts?, is-proof?, std-xref*, permissions*, self-uri*, (abstract)*, (kwd-group)*, meta-note*, custom-meta-group*)

Tagged Samples
ISO standard metadata with <title-wrap> twice for two languages
...
<front>
 <iso-meta>
  <title-wrap xml:lang="en">
   <intro>Welding consumables</intro>
   <main>Covered electrodes for manual metal arc welding of
    non-alloy and fine grain steels</main>
   <compl>Classification</compl>
   <full>Welding consumables &mdash; Covered electrodes for
    manual metal arc welding of non-alloy and fine grain steels
    &mdash; Classification</full>
  </title-wrap>
  <title-wrap xml:lang="fr">
   <intro>Produits consommables pour le soudage</intro>
   <main>&Eacute;lectrodes enrob&eacute;es pour le soudage manuel
    &agrave; l'arc des aciers non alli&eacute; et des aciers
    &agrave; grains fins</main>
   <compl>Classification</compl>
   <full>Produits consommables pour le soudage &mdash;
    &Eacute;lectrodes enrob&eacute;es pour le soudage manuel
    &agrave; l'arc des aciers non alli&eacute; et des aciers
    &agrave; grains fins &mdash; Classification</full>
  </title-wrap>
  <doc-ident>...</doc-ident>
  <std-ident>...</std-ident>
  <content-language>en</content-language>
  <std-ref type="dated">ISO 2560:2009</std-ref>
  <std-ref type="undated">ISO 2560</std-ref>
  <doc-ref>ISO 2560:2009(E)</doc-ref>
  ...
  <comm-ref>ISO/TC 44/SC 3</comm-ref>
  <secretariat>ANSI</secretariat>
  ...
 </iso-meta>
</front>
...
ISO standard metadata showing typical contents
...
<front>
 <iso-meta id="profile.int">
  <title-wrap xml:lang="de">
   <intro>Sicherheit von Maschinen</intro>
   ...
  </title-wrap>
  <doc-ident>
   <sdo>ISO</sdo>
   ...
  </doc-ident>
  <std-ident>
   <originator>ISO</originator>
   ...
  </std-ident>
  <content-language>...</content-language>
  <std-ref type="undated">ISO 13849-1</std-ref>
  <doc-ref>ISO 13849-1</doc-ref>
  <release-date iso-8601-date="2006-11" date-type="published" 
    std-type="new-standard">2006-11</release-date>
  <comm-ref>...</comm-ref>
  <secretariat>...</secretariat>
  <permissions>
   <copyright-year>2006</copyright-year>
   <copyright-holder>ISO</copyright-holder>
  </permissions>
 </iso-meta>
 ...
</front>
...
Related Resources