<std>
Standard, Cited
Identification information (typically the standard number, organization name, and title of the standard) for a cited standard, where standard is defined as a document produced by a recognized standards body such as NISO, IEEE, ISO, OASIS, ANSI, etc.
Remarks
The model for this element allows great flexibility in the granularity of markup. A NISO
JATS user organization can choose to tag all information about a standard as text. Alternatively, such an organization can choose to identify, within the text of a standard, any or all of the following:
- the title of the standard, using the <source> element;
- the date of the standard, using the date elements <day>, <month>, and <year>;
- the standard designator, such as Z39-96-2019, using the <pub-id> element; and
- the name of the standards body that produced the standard, using the <std-organization> element.
Attributes
Content Model
<!ELEMENT std (#PCDATA %std-elements;)* >
Expanded Content Model
(#PCDATA | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | inline-graphic | inline-media | private-char | named-content | styled-content | day | month | pub-id | source | std-organization | year | sub | sup)*
Description
Any combination of:
- Text, numbers, or special characters
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- Inline Display Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- <day> Day
- <month> Month
- <pub-id> Publication Identifier for a Cited Publication
- <source> Source
- <std-organization> Standards Organization
- <year> Year
- Baseline Change Elements
This element may be contained in:
Example 1
In an element-style citation (punctuation and spacing removed):
...
<ref>
<element-citation publisher-type="stds-body">
<std>International standard <std-organization>ISO</std-organization>
10993-10:2002(E): Biological evaluation of medical devices-Part 10:
Tests for irritation and delayed-type hypersensitivity</std>
<edition>Second</edition>
<year iso-8601-date="2002-09-01">2002</year>
<month>09</month>
<day>01</day>
</element-citation>
</ref>
...
Example 2
In a mixed-style bibliographic citation (punctuation and spacing preserved):
...
<ref>
<mixed-citation publisher-type="stds-body">
<std>International standard <std-organization>ISO</std-organization>
10993-10:2002(E): Biological evaluation of medical devices-Part 10: Tests
for irritation and delayed-type hypersensitivity</std>. <edition>Second</edition>.
<year iso-8601-date="2002-09-01">2002</year>–<month>09</month>–<day>01</day>.
</mixed-citation>
</ref>
...