Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type group-symbol-value
Namespace No namespace
Annotations
The group-symbol-value type indicates how the symbol for a group is indicated in the score. Values can be none, brace, line, and bracket; the default is none.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration none, brace, line, bracket
Used by
Complex Types group-symbol, part-symbol
Source
<xs:simpleType name="group-symbol-value">
  <xs:annotation>
    <xs:documentation>The group-symbol-value type indicates how the symbol for a group is indicated in the score. Values can be none, brace, line, and bracket; the default is none.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="none"/>
    <xs:enumeration value="brace"/>
    <xs:enumeration value="line"/>
    <xs:enumeration value="bracket"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd