taxonomy().concept(ferc:ScheduleOfficersAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F6Instructions").text
- Give the title, name, and address of the principal general officers as follows: Executive, Legal, Fiscal and Accounting, Purchasing, Operating, Construction, Maintenance, Engineering, Commercial, and Traffic. If there are receivers, trustees, or committees, who are recognized as in the controlling management of the company or of some department of it, also give their names and titles, and the location of their offices. If the duties of an officer extend to more than one department, or if his duties are not in accordance with the customary acceptance of his given title, briefly state the facts under Explanatory Remarks below.
|
Line No. |
$headings = filter (taxonomy().concept(ferc:ScheduleOfficersAbstract).references("http://ferc.gov/form/2020-01-01/roles/reference/columnDetails")) where ($item.part-by-name(ferc-part:Schedule).part-value == "104 - Schedule - Principal General Officers")
$heading = list(for $ref in $headings
list($ref.part-by-name(ferc-part:Column).part-value, $ref.part-by-name(ferc-part:ColumnName).part-value, $ref.part-by-name(ferc-part:ElementName).part-value))
$heading_dict = dict(for $row in $heading
list("("+$row[1]+")",list($row[2],if $row[3] == none "" else taxonomy().concept(to-qname($row[3]))))
);
for $row in $heading_dict.keys.sort
$row
(a)
|