Skip to content

Commit

Permalink
Regenerate mathml.xsd
Browse files Browse the repository at this point in the history
This time I used a newer version of jing and trang.

There are some new groups

Reading about these, it seems like they are a catch-all used to make validation ignore unrecognized elements

The annotation-xml mathml element supports html which likely explains why these are added
  • Loading branch information
TylerZeroMaster committed Jul 1, 2024
1 parent 53aafe9 commit 89d24f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions client/static/xsd/mathml.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -30985,6 +30985,7 @@
<xs:group ref="mathml:mlongdiv"/>
<xs:group ref="mathml:maction"/>
<xs:group ref="mathml:semantics_2"/>
<xs:group ref="mathml:_1"/>
</xs:choice>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="xref"/>
Expand Down Expand Up @@ -33958,6 +33959,7 @@
<xs:group ref="mathml:mlongdiv_2"/>
<xs:group ref="mathml:maction_2"/>
<xs:group ref="mathml:semantics_4"/>
<xs:group ref="mathml:_2"/>
</xs:choice>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="xref"/>
Expand Down Expand Up @@ -36348,6 +36350,12 @@
<xs:group ref="cnxml:row"/>
</xs:sequence>
</xs:group>
<xs:group name="_1">
<xs:choice>
<xs:any namespace="##other" processContents="skip"/>
<xs:any namespace="##local" processContents="skip"/>
</xs:choice>
</xs:group>
<xs:group name="semantics_5">
<xs:sequence>
<xs:element name="semantics">
Expand Down Expand Up @@ -36920,6 +36928,12 @@
<xs:group ref="cnxml:commentary1"/>
</xs:sequence>
</xs:group>
<xs:group name="_2">
<xs:choice>
<xs:any namespace="##other" processContents="skip"/>
<xs:any namespace="##local" processContents="skip"/>
</xs:choice>
</xs:group>
<xs:group name="semantics_6">
<xs:sequence>
<xs:element name="semantics">
Expand Down

0 comments on commit 89d24f6

Please sign in to comment.