Skip to content

Commit

Permalink
changes to security schema (previousSequenceIdentifier is added to Au…
Browse files Browse the repository at this point in the history
…thenticationSequenceType)
  • Loading branch information
KaterynaHonchar committed Nov 15, 2022
1 parent f0912ca commit c43c8c6
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,18 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="previousSequenceIdentifier" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:appinfo>
<a:since>4.7</a:since>
</xsd:appinfo>
<xsd:documentation>
This element is intended to point to the previous sequence (which should be processed before
the current one). In other words the current sequence can be considered as the next step after the sequence
which is mentioned in previousSequenceIdentifier.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:long"/>
</xsd:complexType>
Expand Down

0 comments on commit c43c8c6

Please sign in to comment.