Skip to content
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

Merged
merged 4 commits into from
Jun 9, 2016
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions schemas/BaseElements.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add "or similar"

</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>
Copy link
Contributor Author

Choose a reason for hiding this comment

The 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>
Expand Down
3 changes: 3 additions & 0 deletions schemas/HPXMLDataTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Gavinhastings @RebHudson Do these enumerations for PVSystem/Ownership looks reasonable?

Choose a reason for hiding this comment

The 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">
Expand Down