-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Photovoltaics Changes #70
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1457,6 +1457,19 @@ | |
type="Year"/> | ||
<xs:element minOccurs="0" name="YearModulesManufactured" | ||
type="Year"/> | ||
<xs:element minOccurs="0" name="YearInstalled" type="Year"/> | ||
<xs:element minOccurs="0" name="AnnualOutput" | ||
type="RatedAnnualkWh"> | ||
<xs:annotation> | ||
<xs:documentation>[kWh] Projected Annual Output for a typical meterological year as determined by PVWatts. </xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element minOccurs="0" name="LevelizedCostOfElectricity" | ||
type="Cost"> | ||
<xs:annotation> | ||
<xs:documentation>[$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by the system over its life. Can be calculated with System Advisor Model or through a simplified calculation at http://www.nrel.gov/analysis/tech_lcoe.html.</xs:documentation> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add "or similar" |
||
</xs:annotation> | ||
</xs:element> | ||
<xs:element ref="extension" minOccurs="0"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1742,6 +1742,9 @@ | |
<xs:restriction base="xs:string"> | ||
<xs:enumeration value="leased"/> | ||
<xs:enumeration value="owned"/> | ||
<xs:enumeration value="power purchase agreement"/> | ||
<xs:enumeration value="utility owned"/> | ||
<xs:enumeration value="other"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Gavinhastings @RebHudson Do these enumerations for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Those enumerations work for me |
||
</xs:restriction> | ||
</xs:simpleType> | ||
<xs:simpleType name="Power"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add "or similar"