Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 3c04977

Browse files
committed
Merge pull request #206 from MartyBurns/master
Extended software_id to allow up to 256 characters from current 32
2 parents 3d7942e + 217a29e commit 3c04977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/espiDerived.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--
44
==========================================================================
55
Schema: espiDerived.xsd
6-
Version: 0.7.20141216
6+
Version: 0.7.20141220
77
Author: Ron Pasquarelli & Marty Burns (Hypertek for NIST), John Teeter (for NIST), Don Coffin (Remi Networks)
88
==========================================================================
99
@@ -187,7 +187,7 @@ self link to this resource</xs:documentation>
187187
<xs:documentation>A URI that points to a human-readable Policy document for the Third Party Application. The policy usually describes how a Retail Customer's energy usage information will be used by the Third Party Application. (e.g. "http://services.greenbuttondata.org/ThirdParty/UsagePolicy")</xs:documentation>
188188
</xs:annotation>
189189
</xs:element>
190-
<xs:element name="software_id" type="String32" minOccurs="0">
190+
<xs:element name="software_id" type="String256" minOccurs="0">
191191
<xs:annotation>
192192
<xs:documentation>An identifier for the software that comprises the Third Party Application. The software_id is asserted by the Third Party software and is intended to be shared between all copies of the Third Party software. The value of this field MAY be a UUID [RFC4122]. (e.g. "MyCoolGreenButtonAnalyzer")</xs:documentation>
193193
</xs:annotation>

0 commit comments

Comments
 (0)