<comm-ref-group>
Committee Reference Group
A grouping element to hold the names of multiple standards-producing groups (such as Committees and Subcommittees) that are responsible for the standards document (tagged as <comm-ref>s). A hierarchy of groups is possible as this element may contain a <comm-ref> element to name the top-level group as well as lower-level <comm-ref-group> elements to name subgroups.
Attributes
Model Description
The following, in order:
- <comm-ref> Committee Reference, one or more
- <comm-ref-group> Committee Reference Group, zero or more
This element may be contained in:
Example 1
A committee with several subgroups:
...
<std-meta>
...
<comm-ref-group level="1">
<comm-ref>Committee on Power Boilers (BPVC I)</comm-ref>
<comm-ref-group level="2">
<comm-ref>Subgroup on Design (BPVC I)</comm-ref>
<comm-ref>Subgroup Locomotive Boilers (BPVC I)</comm-ref>
<comm-ref>Subgroup on Materials (BPVC I)</comm-ref>
</comm-ref-group>
</comm-ref-group>
...
</std-meta>
...
Example 2
Three levels of responsible groups:
...
<std-meta>
...
<comm-ref-group level="1">
<comm-ref>ASME A17 ELEVATOR AND ESCALATOR COMMITTEE</comm-ref>
<comm-ref-group level="2">
<comm-ref>STANDARDS COMMITTEE</comm-ref>
<comm-ref-group level="3">
<comm-ref>Honorary Members</comm-ref>
<comm-ref>Regulatory Advisory Council</comm-ref>
</comm-ref-group>
</comm-ref-group>
</comm-ref-group>
...
</std-meta>
...