Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type font-weight
Namespace No namespace
Annotations
The font-weight type represents a simplified version of the CSS font-weight property.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration normal, bold
Used by
Attribute font/@font-weight
Source
<xs:simpleType name="font-weight">
  <xs:annotation>
    <xs:documentation>The font-weight type represents a simplified version of the CSS font-weight property.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="normal"/>
    <xs:enumeration value="bold"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd