◇◆
<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>).
Models and Context
May be contained in
Description
The following, in order:
- <title-wrap> Title Wrapper, zero or more
- <doc-ident> ISO-Specific Document Identification Section, zero or one
- <std-ident> Standard Identification Block, zero or one
- Any combination of:
- <content-language> Content Language, zero or more
- <std-ref> Standard Reference Designation, zero or more
- <doc-ref> Document Reference Designation, zero or one
- <pub-date> Publication Date, zero or one
- <release-date> Release-Date, zero or more
- <meta-date> Other Metadata Date, zero or more
- Any combination of:
- <secretariat> Secretariat, zero or more
- Any combination of:
- <subj-group> Subject Group, zero or more
- <page-count> Page Count, zero or one
- <counts> Counts, zero or one
- <is-proof> Document in Proof Stage?, zero or one
- <std-xref> Cross-Reference to a Standard, zero or more
- <permissions> Permissions, zero or more
- <self-uri> Uri For This Same Article Online, zero or more
- <abstract> Abstract, zero or more
- <kwd-group> Keyword Group, zero or more
- <meta-note> Metadata Note, zero or more
- <custom-meta-group> Custom Metadata Group, zero or more
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 — Covered electrodes for
manual metal arc welding of non-alloy and fine grain steels
— Classification</full>
</title-wrap>
<title-wrap xml:lang="fr">
<intro>Produits consommables pour le soudage</intro>
<main>Électrodes enrobées pour le soudage manuel
à l'arc des aciers non allié et des aciers
à grains fins</main>
<compl>Classification</compl>
<full>Produits consommables pour le soudage —
Électrodes enrobées pour le soudage manuel
à l'arc des aciers non allié et des aciers
à grains fins — 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>
...