Skip to content

Commit

Permalink
feat(schema): add EIA ID to Utility
Browse files Browse the repository at this point in the history
refactor(schema): change EIAUtilityID type to nonnegative int

doc(schema): update EIAUtilityID docs
  • Loading branch information
macintoshpie committed Sep 25, 2020
1 parent 0e8b56e commit 52a5b37
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 52a5b37

Please # to comment.