Skip to content

Commit

Permalink
change multiplicity of ScopeType within PublishingAction to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
haeckerbaer committed Apr 11, 2024
1 parent eba6b89 commit 532cdef
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 @@ -229,7 +229,7 @@ Rail transport, Roads and road transport
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ScopeType" type="ScopeTypeEnumeration"/>
<xsd:element name="ScopeType" type="ScopeTypeEnumeration" minOccurs="0"/>
<xsd:element name="Affects" type="AffectsScopeStructure"/>
</xsd:sequence>
</xsd:complexType>
Expand Down Expand Up @@ -619,7 +619,7 @@ Rail transport, Roads and road transport
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ScopeType" type="ScopeTypeEnumeration"/>
<xsd:element name="ScopeType" type="ScopeTypeEnumeration" minOccurs="0"/>
<xsd:element name="Affects" type="AffectsScopeStructure"/>
</xsd:sequence>
</xsd:complexType>
Expand Down

0 comments on commit 532cdef

Please sign in to comment.