<xs:element name="then" substitutionGroup="if"/>

This commit is contained in:
Jean Sirmai 2021-09-30 18:49:17 +02:00
parent 942c2db6ba
commit c9912d2df6
Signed by untrusted user who does not match committer: jean
GPG Key ID: FB3115C340E057E3
1 changed files with 1 additions and 8 deletions

View File

@ -84,14 +84,7 @@
</xs:complexType>
</xs:element>
<xs:element name="then">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element minOccurs="0" ref="quote"/>
<xs:element ref="arrow"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="then" substitutionGroup="if"/>
<xs:element name="transition">
<xs:complexType>