Skip to content

Commit

Permalink
ModeFilter adapted to the new reality
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Sep 25, 2023
1 parent 8a8c3f4 commit a64ae41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OJP/OJP_ModesSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
<xs:group ref="siri:PtModeChoiceGroup" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PrivateModeFilterStructure">
<xs:complexType name="PersonalModeFilterStructure">
<xs:annotation>
<xs:documentation>List of private mobility offers to include or exclude.</xs:documentation>
</xs:annotation>
Expand Down
2 changes: 1 addition & 1 deletion OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<xs:documentation>Transport operators to include/exclude.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PrivateModeFilter" type="PrivateModeFilterStructure" minOccurs="0">
<xs:element name="PersonalModeFilter" type="PersonalModeFilterStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Private mobility options to include/exclude.</xs:documentation>
</xs:annotation>
Expand Down
Loading

0 comments on commit a64ae41

Please sign in to comment.