taxonomy().concept(ferc:RespondentLegalName).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").text Name of Respondent:
[@ferc:RespondentLegalName @period=$currentDuration] Name of Respondent:
taxonomy().concept(ferc:SubmissionType).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").text This report is:
(1) if missing({covered @concept=ferc:SubmissionType}) ☐ An Original']]> else if [@concept=ferc:SubmissionType @period=$currentDuration] == "O" ☑ An Original']]> else ☐ An Original']]> An Original
(2) if missing([covered @concept=ferc:SubmissionType @period=$currentDuration]) ☐ A Resubmission']]> else if [@concept=ferc:SubmissionType @period=$currentDuration] == "R" ☑ A Resubmission']]> else ☐ A Resubmission']]> A Resubmission
taxonomy().concept(ferc:ReportDate).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").text Date of Report:
[@ferc:ReportDate @period=$currentDuration] 04/26/2019
taxonomy().concept(ferc:ReportYearPeriod).label("http://ferc.gov/form/2020-01-01/roles/label/F1Header").text Year/Period of Report:
End of: [@ferc:ReportYear @period=$currentDuration] 2018 / [@ferc:ReportPeriod @period=$currentDuration] Q4
taxonomy().concept(ferc:ScheduleRenewableGeneratingPlantStatisticsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1Schedule").text RENEWABLE GENERATING PLANT STATISTICS (Large Plants)
taxonomy().concept(ferc:ScheduleRenewableGeneratingPlantStatisticsAbstract).label("http://ferc.gov/form/2020-01-01/roles/label/F1Instructions").text

1. Report data for plant in Service only.
2. Report in this page renewable plants of 10,000 Kw or more.
3. Indicate by a footnote any plant leased or operated as a joint facility.
4. If net peak demand for 60 minutes is not available, give data which is available, specifying period.
5. Items under Cost of Plant are based on U. S. of A. Accounts. Production expenses do not include Purchased Power, System Control and Load Dispatching, and Other Expenses Classified as Other Power Supply Expenses.

$data = navigate parent-child descendants from ferc:RenewableGeneratingPlantStatisticsLineItems role "http://ferc.gov/form/2020-01-01/roles/Schedule/F1/ScheduleRenewableGeneratingPlantStatistics" returns list (target-name, preferred-label, result-order); $plantSet = set({covered @ferc:RenewablePlantNameAxis = *}.dimension(ferc:RenewablePlantNameAxis)).sort; $plants = if $plantSet.length == 0 list(none,none) else $plantSet $data-labels = list(for $row in $data if $row[3] > 2 $concept = taxonomy().concept($row[1]); $row_num = (filter $concept.references("http://ferc.gov/form/2020-01-01/roles/reference/formLocation") where ($item.part-by-name(ferc-part:Schedule).part-value == "404 - Schedule - Renewable Generating Plant Statistics (Large Plants)" and $item.part-by-name(ferc-part:ValueType).part-value.string == "Label")).to-list; $current = list(for $plant in $plants if exists([covered @concept = $row[1] @period = $currentDuration @ferc:RenewablePlantNameAxis = $plant]) and not $plant == none first(list([covered @concept = $row[1] @period = $currentDuration @ferc:RenewablePlantNameAxis = $plant])) else if exists([covered @concept = $row[1] @period = $currentInstant @ferc:RenewablePlantNameAxis = $plant]) and not $plant == none first(list([covered @concept = $row[1] @period = $currentInstant @ferc:RenewablePlantNameAxis = $plant])) else none); list($concept, $concept.label($row[2].role.uri).text, //Title of Account $current) else skip ); for $data-label in $data-labels
Line No.
Item
(a)
$plantSet = set({covered @ferc:RenewablePlantNameAxis = *}.dimension(ferc:RenewablePlantNameAxis)); $plants = if $plantSet.length == 0 list(none,none) else $plantSet $headings = list(for $plant in $plants list($plant, first(list([covered @ferc:PlantName @ferc:RenewablePlantNameAxis = $plant])) ) ); for $row in $headings.sort
Plant Name:
$row[2] 123344
$data-label[1].name.local-name
$data-label[2] if $data-label[1].is-abstract "sch-title" else ""
for $plantID in $data-label[3] $plantID if $data-label[1].is-numeric "ixt4:num-dot-decimal" else none if $data-label[1].is-abstract "gray-out" else ""