<institution> Institution Name

Name of an institution or organization such as a university or corporation used in an address or within a citation (such as a <mixed-citation> or an <element-citation>).
Related Elements
Used with an Institutional Identifier: A wrapper element named <institution-wrap> holds both the name of an institution (<institution>) and any identifiers for that institution (<institution-id>), for example, an INSI or Ringgold ID.
Used in an Address: An address (<address>) element contains a postal address and/or other contact information such as a company or organization name. If an address is divided into lines, the lines can be preserved using the <addr-line> element. Typically, the <addr-line> element holds one physical or logical line of an address, containing undifferentiated portions of an address such as organization names, street addresses, post box numbers, building numbers, mailstops, etc. They are called “lines” because addresses are frequently divided onto multiple lines, and this encoding allows that fact to be preserved. If the address is just a block of undifferentiated text, numbers, or special characters, the entire address may be placed inside a single <addr-line> element.
There are several ways to tag an address: An address element (<address>) does not contain any text, only lower-level address elements.
Attributes

Base Attributes

Linking Attributes

xlink:type (fixed value = simple)

Namespaces

xmlns:xlink (fixed value = http://www.w3.org/1999/xlink)
Models and Context
May be contained in
Model Description
Tagged Samples
In metadata as part of description of funding
...
<funding-source><institution-wrap>
  <institution content-type="laboratory">Massachusetts Green High Performance 
   Computing Center</institution>
 </institution-wrap>, operated by 
  
 <institution-wrap>
  <institution-id institution-id-type="Ringgold">1846</institution-id>
  <institution-id institution-id-type="ISNI">0000 0001 2170 1429</institution-id>
  <institution content-type="university">Boston University</institution>
 </institution-wrap>, 
      
 <institution-wrap>
  <institution-id institution-id-type="Ringgold">1812</institution-id>
  <institution content-type="university">Harvard University</institution>
 </institution-wrap>, 
      
 <institution-wrap>
  <institution-id institution-id-type="Ringgold">2167</institution-id>
  <institution content-type="university">MIT</institution>
 </institution-wrap>, 
      
 <institution-wrap>
  <institution-id institution-id-type="Ringgold">1848</institution-id>
  <institution content-type="university">Northeastern University</institution>
 </institution-wrap>, and the 
      
 <institution-wrap>      
  <institution-id institution-id-type="Ringgold">14707</institution-id>
  <institution content-type="university">University of Massachusetts</institution>
 </institution-wrap></funding-source>
...
As part of address in text
...
<p>... Written requests supported by a verifiable 
 need-to-know shall be submitted to:
 <address>
  <addr-line>Commander</addr-line> 
  <addr-line><institution>US Army TACOM-ARDEC</institution></addr-line>
  <addr-line>Attn: AMSRD-AAR-AIC-S, Bldg 12</addr-line> 
  <addr-line><city>Picatinny</city>, <state>NJ</state> 
   <postal-code>07806-5000</postal-code></addr-line>
  <email>ardec-stdzn@pica.army.mil</email>
 </address>
</p>
...