Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute font/@font-family
Namespace No namespace
Type comma-separated-text
Properties
content: simple
Facets
pattern [^,]+(, ?[^,]+)*
Used by
Attribute Group font
Source
<xs:attribute name="font-family" type="comma-separated-text"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute font/@font-style
Namespace No namespace
Type font-style
Properties
content: simple
Facets
enumeration normal, italic
Used by
Attribute Group font
Source
<xs:attribute name="font-style" type="font-style"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute font/@font-size
Namespace No namespace
Type font-size
Properties
content: simple
Used by
Attribute Group font
Source
<xs:attribute name="font-size" type="font-size"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute font/@font-weight
Namespace No namespace
Type font-weight
Properties
content: simple
Facets
enumeration normal, bold
Used by
Attribute Group font
Source
<xs:attribute name="font-weight" type="font-weight"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group font
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id109 musicxml1.tmp#id110 musicxml1.tmp#id111 musicxml1.tmp#id112
Used by
Attributes
QName Type Fixed Default Use Annotation
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:attributeGroup name="font">
  <xs:annotation>
    <xs:documentation>The font entity gathers together attributes for determining the font within a directive or direction. They are based on the text styles for Cascading Style Sheets. The font-family is a comma-separated list of font names. These can be specific font styles such as Maestro or Opus, or one of several generic font styles: music, serif, sans-serif, handwritten, cursive, fantasy, and monospace. The music and handwritten values refer to music fonts; the rest refer to text fonts. The fantasy style refers to decorative text such as found in older German-style printing. The font-style can be normal or italic. The font-size can be one of the CSS sizes (xx-small, x-small, small, medium, large, x-large, xx-large) or a numeric point size. The font-weight can be normal or bold. The default is application-dependent, but is a text font vs. a music font.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="font-family" type="comma-separated-text"/>
  <xs:attribute name="font-style" type="font-style"/>
  <xs:attribute name="font-size" type="font-size"/>
  <xs:attribute name="font-weight" type="font-weight"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd