Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Simple Type color
Namespace No namespace
Annotations
The color entity indicates the color of an element. Color may be represented as hexadecimal RGB triples, as in HTML, or as hexadecimal ARGB tuples, with the A indicating alpha of transparency. An alpha value of 00 is totally transparent; FF is totally opaque. If RGB is used, the A value is assumed to be FF. 

For instance, the RGB value "#800080" represents purple. An ARGB value of "#40800080" would be a transparent purple.

As in SVG 1.1, colors are defined in terms of the sRGB color space (IEC 61966).
Diagram
Diagram
Type restriction of xs:token
Facets
pattern #[\dA-F]{6}([\dA-F][\dA-F])?
Used by
Attribute color/@color
Source
<xs:simpleType name="color">
  <xs:annotation>
    <xs:documentation>The color entity indicates the color of an element. Color may be represented as hexadecimal RGB triples, as in HTML, or as hexadecimal ARGB tuples, with the A indicating alpha of transparency. An alpha value of 00 is totally transparent; FF is totally opaque. If RGB is used, the A value is assumed to be FF. For instance, the RGB value "#800080" represents purple. An ARGB value of "#40800080" would be a transparent purple. As in SVG 1.1, colors are defined in terms of the sRGB color space (IEC 61966).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:pattern value="#[\dA-F]{6}([\dA-F][\dA-F])?"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute color/@color
Namespace No namespace
Type color
Properties
content: simple
Facets
pattern #[\dA-F]{6}([\dA-F][\dA-F])?
Used by
Attribute Group color
Source
<xs:attribute name="color" type="color"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group color
Namespace No namespace
Diagram
Diagram musicxml2.tmp#id103
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
Source
<xs:attributeGroup name="color">
  <xs:annotation>
    <xs:documentation>The color attribute group indicates the color of an element.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="color" type="color"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd