<collab> Collaborative (Group) Author

Group of contributors credited under a single name, such as an organization credited as a contributor.

Usage/Remarks

This element may contain either a collaboration of individuals or the name of an organization (such as a laboratory, educational institution, corporation, or department) when such a unit acts as a contributor by, for example, authoring the standard.
This element may be used within bibliographic references (<element-citation> and <mixed-citation>).
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
Description
Any combination of:
Content Model
<!ELEMENT  collab       (#PCDATA %collab-elements;)*                 >
Expanded Content Model

(#PCDATA | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | sub | sup | addr-line | city | country | fax | institution | institution-wrap | phone | postal-code | state | contrib-group | address | aff | aff-alternatives | author-comment | bio | email | ext-link | on-behalf-of | role | uri | xref | fn)*

Tagged Sample

In mixed-style bibliographic reference (punctuation and spacing preserved)

...
<ref id="bibr40">
 <label>40</label>
 <mixed-citation><collab>World Health Organization</collab>, 
  <collab>World Bank</collab>. (<year iso-8601-date="2011">2011</year>), 
  <source>World Report on Disability</source>, 
  <publisher-loc>Geneva</publisher-loc>, available at: 
  <ext-link 
    xlink:href="http://www.who.int/disabilities/world_report/2011/en/index.html"   
  >http://www.who.int/disabilities/world_report/2011/en/index.html</ext-link
  ></mixed-citation>
 </ref>
...