◇◆
<sdo> ISO-Specific Name For a Standards Development Organization
For ISO-specific processing, indicates the standards development organization from
which this document emanates. (The NISO STS Tag Set recommends using the <std-org> or the <originator> element to hold this information.)
Usage/Remarks
This element is specific to ISO-related standards processing and may be used only
inside <doc-ident> within <iso-meta>, <reg-meta>, or <nat-meta>. The element is retained for backwards-compatibility purposes.
ISO Note
When used for ISO-related processing, the <sdo> element (which appears as a child of the <doc-ident> element) will usually have the same content as the <originator> element (which appears as a child of <std-ident>).
Also within ISO standards documents, the textual sub-components of <sdo> are closely related to the fields of ISO URNs as documented in RFC 5141 (from which
some of the text describing them is borrowed). Content of this element is expected,
though not required, to be:
ISO
|
(International Organization for Standardization)
|
---|---|
IEC
|
(International Electro-Technical Commission)
|
ISO-IEC
|
(ISO/IEC joint work)
|
ISO-CIE
|
(ISO/CIE joint work)
|
ISO-ASTM
|
(ISO/ASTM joint work)
|
ISO-IEEE
|
(ISO/IEEE joint work)
|
Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT sdo %sdo-model; >
Expanded Content Model
(#PCDATA)*
Tagged Sample
ISO-specific, inside <iso-meta>
...
<iso-meta>
<title-wrap xml:lang="en">...</title-wrap>
<doc-ident>
<sdo>ISO</sdo>
<proj-id>...</proj-id>
<language>en</language>
<release-version>IS</release-version>
<urn>urn:iso:std:iso:2560:ed-3:v1:en</urn>
</doc-ident>
<std-ident>
<originator>ISO</originator>
<doc-type>is</doc-type>
<doc-number>2560</doc-number>
<edition>3</edition>
<version>1</version>
</std-ident>
...
</iso-meta>
...