std-org-type Standards Organization Type

The type of standards organization that is named in the <std-org> element, for example, an international standards body or an SDO.
OPTIONAL on elements: <std-doc-meta>, <std-meta>, <std-org>
Value Meaning
Text, numbers, or special characters The type of standards organization named in the <std-org> element, for example, “sdo”.
Restriction This is an optional attribute; there is no default.

Suggested usage

This attribute is a free and open list, without set values. The following values illustrate some standards organization types that might be identified:
international
The standards organization is an international standards organization.
regional
The standards organization is a regional standards organization.
national
The standards organization is a national standards body.
SDO
The standards organization is a Standards Developing Organization.
consortia
The standards organization is a consortia.
other
The standards organization is of a type not on the list above, for example, the standards organization is a corporation.
Tagged Sample

Standards organization is an SDO

...
<std-meta>
 <title-wrap>...</title-wrap>
 <std-ident>...</std-ident>
 <std-org-group>
  ...
  <std-org std-org-type="sdo" std-org-role="lead">
   <std-org-name>American Petroleum Institute</std-org-name>
   <std-org-abbrev>API</std-org-abbrev>
   <std-org-loc
    ><addr-line>1220 L Street, N.W.</addr-line>
    <city>Washington</city>
    <state>D.C.</state>
    <postal-code>20005</postal-code>
    <uri>http://www.api.org/</uri></std-org-loc>
  </std-org>
 </std-org-group>
 ...
</std-meta>
...