Skip to content

Commit

Permalink
add Keywords on PassengerInformationAction level
Browse files Browse the repository at this point in the history
  • Loading branch information
haeckerbaer committed Apr 12, 2024
1 parent 90eba68 commit 5e93e98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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,11 @@ 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" type="xsd:NMTOKENS" minOccurs="0">
<xsd:annotation>
<xsd:documentation>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:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
Expand Down

0 comments on commit 5e93e98

Please sign in to comment.