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

CR090a: Harmonization of ActionStatus and Progress in SX #100

Open
wants to merge 5 commits into
base: integration
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions xsd/siri_model/siri_situationActions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,14 @@ Rail transport, Roads and road transport
1 = highest priority.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ActionIsClosing" type="xsd:boolean" default="false" minOccurs="0">
<xsd:annotation>
<xsd:documentation>ActionIsClosing 'true' signals to the consuming system that the corresponding TextualContent informs passengers about a normalisation.
Consequently, the consuming system will display a specific symbol, understood by passengers as "traffic is normalizing" or "restrictions are lifted", in combination with the TextualContent of this action.
Actions corresponding to a normalisation of traffic typically have a lower display priority than other actions, i.e., should be displayed only if enough space is available.
By default, an action does not correspond to a normalisation, i.e., has ActionIsClosing 'false'.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TextualContent" type="TextualContentStructure" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The actual, structured passenger information for a specific TextualContentSize.</xsd:documentation>
Expand Down
Loading