You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: comma-separated-text

Simple Type: comma-separated-text

Description

The comma-separated-text type is used to specify a comma-separated list of text elements, as is used by the font-family attribute.

Derived By

Restricting xs:token

Restrictions
  • Value must match the following pattern: [^,]+(, ?[^,]+)*

Referenced By
Definition
<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>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301