Skip to content

Commit

Permalink
update description and remove reference to Progress element
Browse files Browse the repository at this point in the history
  • Loading branch information
haeckerbaer committed Jun 14, 2024
1 parent 771f255 commit 38b37e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xsd/siri_model/siri_situationActions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,10 @@ Rail transport, Roads and road transport
</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: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">
Expand Down

0 comments on commit 38b37e3

Please sign in to comment.