Skip to content

Commit

Permalink
updating xsd refs #15800
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Nov 30, 2024
1 parent c715caa commit 8c21fb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/xsd/tripinfo_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
<xsd:element name="battery">
<xsd:complexType>
<xsd:attribute name="depleted" use="required" type="xsd:nonNegativeInteger"/>
<xsd:attribute name="actualBatteryCapacity" use="required" type="nonNegativeFloatType"/>
<xsd:attribute name="totalEnergyConsumed" use="required" type="nonNegativeFloatType"/>
<xsd:attribute name="totalEnergyRegenerated" use="required" type="nonNegativeFloatType"/>
</xsd:complexType>
</xsd:element>

Expand Down

0 comments on commit 8c21fb7

Please sign in to comment.