Headnote counsel details
Capture the names of the counsel involved in the case in the counselGrp group with each party represented in a separate counsel element.
headNote/counselGrp/counsel/counselName
The counselName element is only required for IC law reports. Do not include this element In OPIC decisions.
Capture counsel names for the claimant in a counsel element with attribute num="1". Capture counsel names for the respondent in a counsel element with attribute num="2". Within the counsel element, capture each name in a separate counselName element.
Capture personal names, including titles, in a nameGrp element.
Example
<counselGrp>
<counsel num="1"><counselName>
<nameGrp mainName="Doe" foreNames="John">John Doe</nameGrp>
</counselName><counselName>
<nameGrp mainName="Smith" foreNames="Jane">Jane Smith</nameGrp>
</counselName>
</counsel>
<counsel num="2"><counselName>
<nameGrp mainName="Bloggs" foreNames="Fred">Fred
Bloggs</nameGrp>
</counselName>
</counsel>
</counselGrp>