Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type line-end
Namespace No namespace
Annotations
The line-end type specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of a bracket.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration up, down, both, arrow, none
Used by
Attribute bracket/@line-end
Source
<xs:simpleType name="line-end">
  <xs:annotation>
    <xs:documentation>The line-end type specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of a bracket.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="up"/>
    <xs:enumeration value="down"/>
    <xs:enumeration value="both"/>
    <xs:enumeration value="arrow"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd