◇◆
<meta-value> Metadata Data Value for Custom Metadata
Value of a single piece of metadata not otherwise defined in the NISO STS Tag Sets.
Usage/Remarks
Some DTDs and schemas allow for metadata elements above and beyond that which can
be specified by this Tag Set. This element can be used as an escape-hatch to record
additional metadata that a
standards organization wishes to preserve (so that the intellectual work to capture
that content will
not be lost) even though there is no direct expression for the metadata element in
this Tag Set.
The <custom-meta> element allows for an infinite variety of name/value pairs (<meta-name> and <meta-value>), with few constraints on the length or content of the value. This element will probably
be used for special cases, product-specific material, or other organization-specific
metadata.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term (TBX)
- <xref> X(cross) Reference
- Baseline Change Elements
Content Model
<!ELEMENT meta-value (#PCDATA %meta-value-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | tbx:entailedTerm | xref | sub | sup)*
Tagged Sample
Sales numbers and suppliers are not explicit elements in JATS
... <nat-meta originator="DIN" id="profile.nat"> ... <custom-meta-group> ... <custom-meta> <meta-name>sales.number</meta-name> <meta-value>1454006</meta-value> </custom-meta> <custom-meta> <meta-name>supply</meta-name> <meta-value>Alleinverkauf der Normen durch Beuth Verlag GmbH, 10772 Berlin</meta-value> </custom-meta> ... </custom-meta-group> </nat-meta> ...