Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
7 changes: 5 additions & 2 deletions xsd/siri_model/siri_situation.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,13 @@ Rail transport, Roads and road transport
<xsd:documentation>Whether the SITUATION was planned (eg engineering works) or unplanned (eg service alteration). Default is 'false', i.e. unplanned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Keywords" type="xsd:NMTOKENS" minOccurs="0">
<xsd:element name="Keywords" 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 PassengerInformationAction.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:list itemType="xsd:string"/>
</xsd:simpleType>
</xsd:element>
<xsd:element name="SecondaryReasons" minOccurs="0">
<xsd:annotation>
Expand Down
10 changes: 9 additions & 1 deletion xsd/siri_model/siri_situationActions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,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 Expand Up @@ -604,6 +604,14 @@ Rail transport, Roads and road transport
<xsd:documentation>The actual, structured passenger information for a specific TextualContentSize.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Keywords" 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 PassengerInformationAction).</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:list itemType="xsd:string"/>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
Expand Down
Loading