Skip to content

Commit

Permalink
updating xsd refs #14823
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 7, 2024
1 parent 96efa4d commit af764be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/xsd/tripinfo_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
<xsd:attribute name="id" use="required" type="xsd:string"/>
<xsd:attribute name="depart" use="required" type="nonNegativeFloatType"/>
<xsd:attribute name="type" use="required" type="xsd:string"/>
<xsd:attribute name="duration" type="timeTypeWithErrorValue"/>
<xsd:attribute name="waitingTime" type="timeTypeWithErrorValue"/>
<xsd:attribute name="timeLoss" type="timeTypeWithErrorValue"/>
<xsd:attribute name="travelTime" type="timeTypeWithErrorValue"/>
</xsd:complexType>
</xsd:element>

Expand Down

0 comments on commit af764be

Please sign in to comment.