Skip to content

Commit

Permalink
Change of cardinality for Name & Value in ActionData
Browse files Browse the repository at this point in the history
Addresses the issue #146
  • Loading branch information
TuThoThai authored Feb 20, 2025
1 parent eba6b89 commit 5aa733a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsd/siri_model/siri_situationActions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Rail transport, Roads and road transport
<xsd:documentation>Type for list of SITUATIONs.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="xsd:NMTOKEN">
<xsd:element name="Name" type="xsd:NMTOKEN" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Name of action data Element.</xsd:documentation>
</xsd:annotation>
Expand All @@ -213,7 +213,7 @@ Rail transport, Roads and road transport
<xsd:documentation>Data type of action data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Value" type="xsd:anyType" maxOccurs="unbounded">
<xsd:element name="Value" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Value for action.</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit 5aa733a

Please sign in to comment.