Skip to content

Commit

Permalink
correcting xsd refs #14823
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 8, 2024
1 parent ebb676e commit ad68949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/xsd/tripinfo_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<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:attribute name="traveltime" type="timeTypeWithErrorValue"/>
</xsd:complexType>
</xsd:element>

Expand All @@ -124,7 +124,7 @@
<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:attribute name="traveltime" type="timeTypeWithErrorValue"/>
</xsd:complexType>
</xsd:element>

Expand Down

0 comments on commit ad68949

Please sign in to comment.