Skip to content

Commit

Permalink
Merge pull request #155 from w3c/140-extend
Browse files Browse the repository at this point in the history
140: Remove font attributes from extend element
  • Loading branch information
Michael Good committed Dec 9, 2016
2 parents e5fbaf1 + 291cc83 commit d5425c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion schema/musicxml.xsd
Expand Up @@ -4018,7 +4018,8 @@ The repeater attribute has been deprecated in MusicXML 3.0. Formerly used for tr
<xs:documentation>The extend type represents lyric word extension / melisma lines as well as figured bass extensions. The optional type and position attributes are added in Version 3.0 to provide better formatting control.</xs:documentation>
</xs:annotation>
<xs:attribute name="type" type="start-stop-continue"/>
<xs:attributeGroup ref="print-style"/>
<xs:attributeGroup ref="position"/>
<xs:attributeGroup ref="color"/>
</xs:complexType>

<xs:complexType name="figure">
Expand Down
3 changes: 2 additions & 1 deletion schema/note.mod
Expand Up @@ -1354,7 +1354,8 @@
<!ELEMENT extend EMPTY>
<!ATTLIST extend
type %start-stop-continue; #IMPLIED
%print-style;
%position;
%color;
>

<!ELEMENT laughing EMPTY>
Expand Down

0 comments on commit d5425c9

Please sign in to comment.