Skip to content

Commit

Permalink
Improve documentation of PtModeFilter (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Großberndt <[email protected]>
  • Loading branch information
ue71603 and sgrossberndt authored Dec 20, 2022
1 parent 8a530b5 commit f80f0e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions OJP/OJP_ModesSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@
</xs:annotation>
<xs:complexType name="PtModeFilterStructure">
<xs:annotation>
<xs:documentation>List of public transport modes ([from SIRI] mode of public transport service, corresponds to VEHICLE MODE) to include or exclude.</xs:documentation>
<xs:documentation>List of public transport modes ([from SIRI] mode of public transport service, corresponds to VEHICLE MODE) to exclude or include.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Exclude" type="xs:boolean" default="true" minOccurs="0">
<xs:annotation>
<xs:documentation>Whether modes in list are to include or exclude from search. Default is exclude.</xs:documentation>
<xs:documentation>Whether VEHICLE MODEs in list are to be excluded or included from search. Default is to exclude.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PtMode" type="siri:VehicleModesOfTransportEnumeration" minOccurs="0" maxOccurs="unbounded">
Expand Down
2 changes: 1 addition & 1 deletion OJP/OJP_StopEvents.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<xs:sequence>
<xs:element name="PtModeFilter" type="PtModeFilterStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Modes to be considered in stop events.</xs:documentation>
<xs:documentation>Modes (VEHICLE MODE) to be excluded or included in stop events.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LineFilter" type="LineDirectionFilterStructure" minOccurs="0">
Expand Down
2 changes: 1 addition & 1 deletion OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<xs:sequence>
<xs:element name="PtModeFilter" type="PtModeFilterStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Modes to be considered in trip calculation.</xs:documentation>
<xs:documentation>Modes (VEHICLE MODE) to be excluded or included in trip calculation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LineFilter" type="LineDirectionFilterStructure" minOccurs="0">
Expand Down
Loading

0 comments on commit f80f0e2

Please sign in to comment.