Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type above-below
Namespace No namespace
Annotations
The above-below type is used to indicate whether one element appears above or below another element.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration above, below
Used by
Source
<xs:simpleType name="above-below">
  <xs:annotation>
    <xs:documentation>The above-below type is used to indicate whether one element appears above or below another element.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="above"/>
    <xs:enumeration value="below"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd