Showing:

Annotations
Diagrams
Source
Used by
Simple Type yes-no-number
Namespace No namespace
Annotations
The yes-no-number type is used for attributes that can be either boolean or numeric values. Values can be "yes", "no", or numbers.
Diagram
Diagram musicxml239.tmp#id46
Type union of(yes-no, xs:decimal)
Used by
Source
<xs:simpleType name="yes-no-number">
  <xs:annotation>
    <xs:documentation>The yes-no-number type is used for attributes that can be either boolean or numeric values. Values can be "yes", "no", or numbers.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="yes-no xs:decimal"/>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd