Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type comma-separated-text
Namespace No namespace
Annotations
The comma-separated-text type is used to specify a comma-separated list of text elements, as is used by the font-family attribute.
Diagram
Diagram
Type restriction of xs:token
Facets
pattern [^,]+(, ?[^,]+)*
Used by
Attribute font/@font-family
Source
<xs:simpleType name="comma-separated-text">
  <xs:annotation>
    <xs:documentation>The comma-separated-text type is used to specify a comma-separated list of text elements, as is used by the font-family attribute.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:pattern value="[^,]+(, ?[^,]+)*"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd