Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type up-down
Namespace No namespace
Annotations
The up-down type is used for arrow direction, indicating which way the tip is pointing.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration up, down
Used by
Source
<xs:simpleType name="up-down">
  <xs:annotation>
    <xs:documentation>The up-down type is used for arrow direction, indicating which way the tip is pointing.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="up"/>
    <xs:enumeration value="down"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd