Skip to content

Commit

Permalink
fix #14728
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 17, 2024
1 parent dbfbda8 commit d7b1e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/xsd/additional_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:attribute name="begin" type="nonNegativeFloatType" use="required"/>
<xsd:attribute name="end" type="nonNegativeFloatType" use="required"/>
<xsd:attribute name="begin" type="timeType" use="required"/>
<xsd:attribute name="end" type="timeType" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
Expand Down

0 comments on commit d7b1e48

Please sign in to comment.