Skip to content

Commit

Permalink
OccupancyView also possible directly in SiteFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Sep 30, 2024
1 parent 1a41506 commit 4937306
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,17 @@ The Calendar is shown coded as
<VehicleModes>bus</VehicleModes>
</ScheduledStopPoint>
</scheduledStopPoints>
<occupancies>
<OccupancyView version="any" id="occinFrame">
<OccupancyLevel>fewSeatsAvailable</OccupancyLevel>
<OccupancyPercentage>40</OccupancyPercentage>
<WheelchairsOnboardCount>1</WheelchairsOnboardCount>
<GroupReservation>
<NameOfGroup>a group</NameOfGroup>
<NumberOfReservedSeats>4</NumberOfReservedSeats>
</GroupReservation>
</OccupancyView>
</occupancies>
</ServiceFrame>
<!-- ======Timetable ======= -->
<TimetableFrame version="1.0" id="acs:ACS@Line_24@Timetable">
Expand Down Expand Up @@ -525,4 +536,4 @@ The Calendar is shown coded as
</frames>
</CompositeFrame>
</dataObjects>
</PublicationDelivery>
</PublicationDelivery>
5 changes: 5 additions & 0 deletions xsd/netex_part_2/part2_frames/netex_serviceFrame_version.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ Rail transport, Roads and Road transport
<xsd:group ref="TimeDemandTypeInFrameGroup"/>
<xsd:group ref="NoticesInFrameGroup"/>
<xsd:group ref="PassengerInformationEquipmentInFrameGroup"/>
<xsd:group ref="OccupancyViewInFrameGroup">
<xsd:annotation>
<xsd:documentation>+v2.0</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:group>
<!-- ======================================================================= -->
Expand Down

0 comments on commit 4937306

Please sign in to comment.