institution-id-type Type of Institution Identifier

Type or source of the institution identifier, such as ISNI or Ringgold.
OPTIONAL on element: <institution-id>
Value Meaning
Text, numbers, or special characters Type or source of the institution identifier, such as ISNI or Ringgold.
Restriction @institution-id-type is an optional attribute; there is no default.
Tagged Sample

Naming a Ringgold identifier for an institution

<book-meta>
  <book-title-group>...</book-title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Gaillard</surname>
<given-names>T. D.</given-names></name>
<xref ref-type="aff" rid="aff1"/></contrib>
</contrib-group>
<aff id="aff1">
 <institution-wrap>
  <institution-id institution-id-type="Ringgold">1812</institution-id>
  <institution content-type="university">Harvard University</institution>
 </institution-wrap>
</aff>
</book-meta>