<xs:complexType name="NoteFlagSetType">
<xs:sequence>
<xs:element ref="NoteFlag" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each NoteFlag element is a flag note.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of flag notes in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |