Skip to content

Commit

Permalink
Merge pull request #244 from BuildingSync/feat/eia-utility-id
Browse files Browse the repository at this point in the history
Add EIA ID to Utility
  • Loading branch information
macintoshpie authored Sep 25, 2020
2 parents 0e8b56e + 52a5b37 commit ee04520
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BuildingSync.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3741,6 +3741,11 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EIAUtilityID" type="xs:nonNegativeInteger" minOccurs="0">
<xs:annotation>
<xs:documentation>EIA Utility ID as found in EIA-861 and as available in OpenEI.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UtilityName" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Name of utility company billing a Resource.</xs:documentation>
Expand Down

0 comments on commit ee04520

Please # to comment.