Skip to content

Commit 1589b1d

Browse files
committed
move keywords to ParameterisedActionStructure
1 parent b068b45 commit 1589b1d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

xsd/siri_model/siri_situationActions.xsd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ Rail transport, Roads and road transport
144144
<xsd:documentation>Description of action.</xsd:documentation>
145145
</xsd:annotation>
146146
</xsd:element>
147+
<xsd:element name="Keywords" minOccurs="0">
148+
<xsd:annotation>
149+
<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>
150+
</xsd:annotation>
151+
<xsd:simpleType>
152+
<xsd:list itemType="xsd:string"/>
153+
</xsd:simpleType>
154+
</xsd:element>
147155
<xsd:element name="ActionData" type="ActionDataStructure" minOccurs="0" maxOccurs="unbounded">
148156
<xsd:annotation>
149157
<xsd:documentation>Data associated with action.</xsd:documentation>
@@ -604,14 +612,6 @@ Rail transport, Roads and road transport
604612
<xsd:documentation>The actual, structured passenger information for a specific TextualContentSize.</xsd:documentation>
605613
</xsd:annotation>
606614
</xsd:element>
607-
<xsd:element name="Keywords" minOccurs="0">
608-
<xsd:annotation>
609-
<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>
610-
</xsd:annotation>
611-
<xsd:simpleType>
612-
<xsd:list itemType="xsd:string"/>
613-
</xsd:simpleType>
614-
</xsd:element>
615615
</xsd:sequence>
616616
</xsd:extension>
617617
</xsd:complexContent>

0 commit comments

Comments
 (0)