Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element credit/link
Namespace No namespace
Diagram
Diagram musicxml17.tmp#id184 musicxml58.tmp#id628 musicxml59.tmp#id181 musicxml31.tmp#id133 musicxml58.tmp#id627
Type link
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
default-x tenths optional
default-y tenths optional
element xs:NMTOKEN optional
name xs:string optional
position xs:NMTOKEN optional
relative-x tenths optional
relative-y tenths optional
type simple optional
xlink:actuate restriction of xs:NMTOKEN onRequest optional
xlink:href xs:anyURI required
xlink:role xs:token optional
xlink:show restriction of xs:NMTOKEN replace optional
xlink:title xs:token optional
Source
<xs:element name="link" type="link" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element credit/bookmark
Namespace No namespace
Diagram
Diagram musicxml68.tmp#id625 musicxml68.tmp#id626 musicxml59.tmp#id181 musicxml68.tmp#id624
Type bookmark
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
element xs:NMTOKEN optional
id xs:ID required
name xs:string optional
position xs:NMTOKEN optional
Source
<xs:element name="bookmark" type="bookmark" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element credit/credit-image
Namespace No namespace
Diagram
Diagram musicxml236.tmp#id178 musicxml240.tmp#id477
Type image
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
default-x tenths optional
default-y tenths optional
halign left-center-right optional
relative-x tenths optional
relative-y tenths optional
source xs:anyURI required
type xs:token required
valign valign-image optional
Source
<xs:element name="credit-image" type="image"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element credit/credit-words
Namespace No namespace
Diagram
Diagram musicxml130.tmp#id152 musicxml131.tmp#id239
Type formatted-text
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
dir text-direction optional
enclosure enclosure optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
halign left-center-right optional
justify left-center-right optional
lang optional
letter-spacing number-or-normal optional
line-height number-or-normal optional
line-through number-of-lines optional
overline number-of-lines optional
relative-x tenths optional
relative-y tenths optional
rotation rotation-degrees optional
underline number-of-lines optional
valign valign optional
Source
<xs:element name="credit-words" type="formatted-text"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type credit
Namespace No namespace
Annotations
The credit type represents the appearance of the title, composer, arranger, lyricist, copyright, dedication, and other text and graphics that commonly appears on the first page of a score. The credit-words and credit-image elements are similar to the words and image elements for directions. However, since the credit is not part of a measure, the default-x and default-y attributes adjust the origin relative to the bottom left-hand corner of the first page. The enclosure for credit-words is none by default.
	
By default, a series of credit-words elements within a single credit element follow one another in sequence visually. Non-positional formatting attributes are carried over from the previous element by default.
	
The page attribute for the credit element, new in Version 2.0, specifies the page number where the credit should appear. This is an integer value that starts with 1 for the first page. Its value is 1 by default. Since credits occur before the music, these page numbers do not refer to the page numbering specified by the print element's page-number attribute.
Diagram
Diagram musicxml28.tmp#id843 musicxml28.tmp#id839 musicxml28.tmp#id840 musicxml28.tmp#id841 musicxml28.tmp#id842
Used by
Model link* , bookmark* , (credit-image | (credit-words , link* , bookmark* , credit-words))
Children bookmark, credit-image, credit-words, link
Attributes
QName Type Fixed Default Use Annotation
page xs:positiveInteger optional
Source
<xs:complexType name="credit">
  <xs:annotation>
    <xs:documentation>The credit type represents the appearance of the title, composer, arranger, lyricist, copyright, dedication, and other text and graphics that commonly appears on the first page of a score. The credit-words and credit-image elements are similar to the words and image elements for directions. However, since the credit is not part of a measure, the default-x and default-y attributes adjust the origin relative to the bottom left-hand corner of the first page. The enclosure for credit-words is none by default. By default, a series of credit-words elements within a single credit element follow one another in sequence visually. Non-positional formatting attributes are carried over from the previous element by default. The page attribute for the credit element, new in Version 2.0, specifies the page number where the credit should appear. This is an integer value that starts with 1 for the first page. Its value is 1 by default. Since credits occur before the music, these page numbers do not refer to the page numbering specified by the print element's page-number attribute.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="link" type="link" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="bookmark" type="bookmark" minOccurs="0" maxOccurs="unbounded"/>
    <xs:choice>
      <xs:element name="credit-image" type="image"/>
      <xs:sequence>
        <xs:element name="credit-words" type="formatted-text"/>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:element name="link" type="link" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element name="bookmark" type="bookmark" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element name="credit-words" type="formatted-text"/>
        </xs:sequence>
      </xs:sequence>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="page" type="xs:positiveInteger"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute credit/@page
Namespace No namespace
Type xs:positiveInteger
Properties
content: simple
Used by
Complex Type credit
Source
<xs:attribute name="page" type="xs:positiveInteger"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd