Showing:

Annotations
Diagrams
Source
Used by
Simple Type number-or-normal
Namespace No namespace
Annotations
The number-or-normal values can be either a decimal number or the string "normal". This is used by the line-height and letter-tracking attributes.
Diagram
Diagram
Type union of(xs:decimal, restriction of xs:token)
Used by
Source
<xs:simpleType name="number-or-normal">
  <xs:annotation>
    <xs:documentation>The number-or-normal values can be either a decimal number or the string "normal". This is used by the line-height and letter-tracking attributes.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:decimal">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="normal"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd