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 3 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
9 changes: 8 additions & 1 deletion xsd/siri_model/siri_situationActions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Rail transport, Roads and road transport
<xsd:documentation>Type for list of SITUATIONs.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ActionStatus" type="ActionStatusEnumeration" default="open" minOccurs="0">
<xsd:element name="ActionStatus" type="ActionStatusEnumeration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Processing Status of action at time of SITUATION publication. Default is 'open'.</xsd:documentation>
</xsd:annotation>
Expand Down Expand Up @@ -599,6 +599,13 @@ 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' is identical to Progress 'closing' but only for this individual Action.
If an Action is about to close, passengers are informed about normalisation. Usually ActionIsClosing 'true' results in the display of a specific symbol understood as "traffic is normalizing" or "restrictions are lifted".
Closing is also related to the display priority, i.e., Actions with ActionIsClosing are only to be displayed by consuming systems with enough space to spare.</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