Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type yes-no
Namespace No namespace
Annotations
The yes-no type is used for boolean-like attributes. We cannot use W3C XML Schema booleans due to their restrictions on expression of boolean values.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration yes, no
Used by
Source
<xs:simpleType name="yes-no">
  <xs:annotation>
    <xs:documentation>The yes-no type is used for boolean-like attributes. We cannot use W3C XML Schema booleans due to their restrictions on expression of boolean values.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="yes"/>
    <xs:enumeration value="no"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd