Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xs:complexContent with extension results in unusable recursive type #7

Open
sirlensalot opened this issue Aug 8, 2021 · 0 comments

Comments

@sirlensalot
Copy link
Owner

See StrongAccent:
https://github.com/sirlensalot/fadno-xml/blob/master/src/Fadno/MusicXml/MusicXml31.hs#L11152

fadno-xml/xsd/musicxml.30.xsd

Lines 4453 to 4462 in ee456e4

<xs:complexType name="strong-accent">
<xs:annotation>
<xs:documentation>The strong-accent type indicates a vertical accent mark. The type attribute indicates if the point of the accent is down or up.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="empty-placement">
<xs:attribute name="type" type="up-down" default="up"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Also affects HeelToe, MetronomeTuplet. Note that xs:basicContent with similar application is handled correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant