Skip to content

Commit

Permalink
CR090a: change back ActionStatusEnum and add seperate element ActionI…
Browse files Browse the repository at this point in the history
…sClosing
  • Loading branch information
haeckerbaer committed Aug 24, 2023
1 parent 326a3b4 commit d607b94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion xsd/siri_model/siri_situationActions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ Rail transport, Roads and road transport
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="open"/>
<xsd:enumeration value="published"/>
<xsd:enumeration value="closing"/>
<xsd:enumeration value="closed"/>
</xsd:restriction>
</xsd:simpleType>
Expand Down Expand Up @@ -600,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

0 comments on commit d607b94

Please sign in to comment.