Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a parameter to FareResult indicating whether it was estimated #324

Merged
merged 10 commits into from
Mar 13, 2023
5 changes: 5 additions & 0 deletions OJP/OJP_Fare.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
<xs:documentation>Problems related to this FARE result.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FareEstimated" type="xs:boolean" default="false" minOccurs="0">
<xs:annotation>
<xs:documentation>Whether the fare is only estimated by the service. Default is FALSE.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="StopFareResult" type="StopFareResultStructure">
<xs:annotation>
Expand Down
Loading