Skip to content

Commit

Permalink
feat(schema): add EIA ID to Utility
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshpie committed Sep 24, 2020
1 parent ac98310 commit 457abf7
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 @@ -3736,6 +3736,11 @@
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EIAUtilityID" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>ID of the OpenEI EIA Utility.</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 457abf7

Please # to comment.