<std-organization>
Standards Organization
The name of the standards body that created or that promulgates a standard, such as NISO, ISO, ANSI, or industry standards organizations.
Attributes
Content Model
<!ELEMENT std-organization (#PCDATA %std-organization-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | 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 | xref | sub | sup | x | institution | institution-wrap | break)*
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- 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
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
- <institution> Institution Name: in an Address
- <institution-wrap> Institution Wrapper
- <break> Line Break
This element may be contained in:
Example 1
In an element-style bibliographic reference (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 reference (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>
...