Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type top-bottom
Namespace No namespace
Annotations
The top-bottom type is used to indicate the top or bottom part of a vertical shape like non-arpeggiate.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration top, bottom
Used by
Source
<xs:simpleType name="top-bottom">
  <xs:annotation>
    <xs:documentation>The top-bottom type is used to indicate the top or bottom part of a vertical shape like non-arpeggiate.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="top"/>
    <xs:enumeration value="bottom"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd