Skip to content

Commit

Permalink
verificationResult + abstract signal
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-prosi committed Jul 26, 2024
1 parent fda9dbe commit 94ef621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xjdf.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
</xs:complexContent>
</xs:complexType>

<xs:element name="Signal" substitutionGroup="Message" type="Signal"/>
<xs:element abstract="true" name="Signal" substitutionGroup="Message" type="Signal"/>
<xs:complexType name="Signal">
<xs:complexContent>
<xs:extension base="Message">
Expand Down Expand Up @@ -2718,7 +2718,7 @@
</xs:complexContent>
</xs:complexType>

<xs:element name="VerificationResult" substitutionGroup="SpecificResource" type="VerificationParams"/>
<xs:element name="VerificationResult" substitutionGroup="SpecificResource" type="VerificationResult"/>
<xs:complexType name="VerificationResult">
<xs:complexContent>
<xs:extension base="SpecificResource">
Expand Down

0 comments on commit 94ef621

Please sign in to comment.