Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type backward-forward
Namespace No namespace
Annotations
The backward-forward type is used to specify repeat directions. The start of the repeat has a forward direction while the end of the repeat has a backward direction.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration backward, forward
Used by
Attribute repeat/@direction
Source
<xs:simpleType name="backward-forward">
  <xs:annotation>
    <xs:documentation>The backward-forward type is used to specify repeat directions. The start of the repeat has a forward direction while the end of the repeat has a backward direction.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="backward"/>
    <xs:enumeration value="forward"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd