Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions examples/siri_exm_SX/VDV736_exm/SX_1022_main_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<ReasonName xml:lang="EN">Fire brigade action at Haldenstrasse</ReasonName>
<Priority>3</Priority>
<ScopeType>route</ScopeType>
<Keywords>CategoryRef:1 Meldungskategorie:Umleitung Feuerwehreinsatz Haldenstrasse</Keywords>
<Language>DE</Language>
<Summary xml:lang="DE">Unterbruch zwischen Luzernerhof und Verkehrshaus</Summary>
<Summary xml:lang="EN">Line disruption between Luzernerhof and Verkehrshaus</Summary>
Expand Down
2 changes: 1 addition & 1 deletion xsd/siri_model/siri_situation.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ Rail transport, Roads and road transport
</xsd:element>
<xsd:element name="Keywords" type="xsd:NMTOKENS" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Arbitrary application specific classifiers.</xsd:documentation>
<xsd:documentation>A whitespace-separated list of arbitrary application specific classifiers, tags or message categories for filtering or display, for example as icons on a situation map. Can be overwritten in an individual action.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SecondaryReasons" minOccurs="0">
Expand Down
7 changes: 6 additions & 1 deletion xsd/siri_model/siri_situationActions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ Rail transport, Roads and road transport
<xsd:documentation>Description of action.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Keywords" type="xsd:NMTOKENS" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A whitespace-separated list of arbitrary application specific classifiers, tags or message categories for filtering or display, for example as icons on a situation map. Overwrites Keywords on PtSituationElement level (in the context of this action).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ActionData" type="ActionDataStructure" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Data associated with action.</xsd:documentation>
Expand Down Expand Up @@ -575,7 +580,7 @@ Rail transport, Roads and road transport
</xsd:element>
<xsd:element name="Version" type="SituationVersion" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The monotonically inscresing version of the passenger information instance. If absent, is the same version as the enclosing Situation</xsd:documentation>
<xsd:documentation>The monotonically increasing version of the passenger information instance. If absent, is the same version as the enclosing Situation</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SourceRef" type="ParticipantRefStructure" minOccurs="0">
Expand Down