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 sorting options for places #301

Merged
merged 10 commits into from
Jan 19, 2023
Prev Previous commit
Next Next commit
Update OJP/OJP_Places.xsd
ue71603 committed Dec 20, 2022
commit 45e02e92918df72aca1b0fc981cca064dc28c636
2 changes: 1 addition & 1 deletion OJP/OJP_Places.xsd
Original file line number Diff line number Diff line change
@@ -211,7 +211,7 @@
<xs:sequence>
<xs:element name="SortingMethod" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>If there are multiple sorting methods supported by the system, the client can choose one of the existing. Which methods are available needs to be known to the client.</xs:documentation>
<xs:documentation>If there are multiple sorting methods supported by the system, the client can choose one of the existing. Which methods are available needs to be known to the client and may differ from system to system. Therefore use with care.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GeoPosition" type="siri:LocationStructure" minOccurs="0">