<std-org-abbrev> Standards Organization Abbreviated Name

Short name or acronym that names a standards organization.
Related Elements
Several elements inside the container element <std-org> provide the name and location of a publishing or adopting standards organization:
  • <std-org-name> provides an official, typically longer, name of an organization (“International Business Machinery”).
  • <std-org-abbrev> provides a short name or acronym for the organization (“IBM”).
  • <std-org-loc> names one or more locations where the organization operates, which may be as small as a city name or may include a complete address.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  std-org-abbrev    
                        (#PCDATA %std-org-abbrev-elements;)*         >
Expanded Content Model

(#PCDATA | sub | sup)*

Tagged Samples
Standards organization abbreviation as part of single standards organization description
...
<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>
...
Two standards organization descriptions showing their abbreviated names
...   
<std-org-group>
 <std-org std-org-level="1" std-org-role="co-producer" std-org-type="sdo">
  <std-org-name>American Society of Mechanical Engineers</std-org-name>
  <std-org-abbrev>ASME</std-org-abbrev>
  <std-org-loc
   ><addr-line>2 Park Ave.</addr-line>
   <city>New York</city>
   <state>NY</state>
   <postal-code>10016</postal-code>
   <uri>https://www.asme.org/</uri></std-org-loc>
 </std-org>

 <std-org std-org-level="2" std-org-role="co-producer" std-org-type="sdo">
  <std-org-name>CSA Group</std-org-name>
  <std-org-abbrev>CSA</std-org-abbrev>
  <std-org-loc
   ><addr-line>5060 Spectrum Way, Suite 100</addr-line>
   <city>Mississauga</city>
   <state>Ontario</state>
   <country>Canada</country>
   <postal-code>L4W 5N6</postal-code>
   <uri>http://www.csagroup.org/</uri></std-org-loc>
 </std-org>
</std-org-group>
...