publisher-type

Type of Publisher

Type of publisher or publishing organization of a work being cited (for example, “government”, “standards-body”, “university”, “commercial”, “foundation”, “private”, “corporate”).

Remarks

The @publication-type, @publisher-type, and @publication-format attributes replace the @citation-type attribute of prior versions, which provided no clear way to distinguish these different notions.

Used on Elements: <element-citation>, <mixed-citation>, <nlm-citation>

ValueMeaning
Text, numbers, or special charactersThe type of publisher, for example, “government”.
Restriction@publisher-type is an optional attribute; there is no default.

Example

...
<element-citation 
  publication-type="book"
  publication-format="videocassette" 
  publisher-type="gov">
  <name>
    <surname>Stryker</surname>
    <given-names>MP</given-names>
  </name>
  <source>Making maps in the brain</source>
  <comment>[videocassette]</comment>
  <publisher-loc>Bethesda (MD)</publisher-loc>
...
</element-citation>
...