Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ending
Namespace No namespace
Annotations
The ending type represents multiple (e.g. first and second) endings. Typically, the start type is associated with the left barline of the first measure in an ending. The stop and discontinue types are associated with the right barline of the last measure in an ending. Stop is used when the ending mark concludes with a downward jog, as is typical for first endings. Discontinue is used when there is no downward jog, as is typical for second endings that do not conclude a piece. The length of the jog can be specified using the end-length attribute. The text-x and text-y attributes are offsets that specify where the baseline of the start of the ending text appears, relative to the start of the ending line.
	
The number attribute reflects the numeric values of what is under the ending line. Single endings such as "1" or  comma-separated multiple endings such as "1,2" may be used. The ending element text is used when the text  displayed in the ending is different than what appears in the number attribute. The print-object element is used to indicate when an ending is present but not printed, as is often the case for many parts in a full score.
Diagram
Diagram musicxml34.tmp#id365 musicxml34.tmp#id366 musicxml4.tmp#id138 musicxml6.tmp#id142 musicxml34.tmp#id367 musicxml34.tmp#id368 musicxml34.tmp#id369
Type extension of xs:string
Used by
Element barline/ending
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
end-length tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
number comma-separated-integer required
print-object yes-no optional
relative-x tenths optional
relative-y tenths optional
text-x tenths optional
text-y tenths optional
type start-stop-discontinue required
Source
<xs:complexType name="ending">
  <xs:annotation>
    <xs:documentation>The ending type represents multiple (e.g. first and second) endings. Typically, the start type is associated with the left barline of the first measure in an ending. The stop and discontinue types are associated with the right barline of the last measure in an ending. Stop is used when the ending mark concludes with a downward jog, as is typical for first endings. Discontinue is used when there is no downward jog, as is typical for second endings that do not conclude a piece. The length of the jog can be specified using the end-length attribute. The text-x and text-y attributes are offsets that specify where the baseline of the start of the ending text appears, relative to the start of the ending line. The number attribute reflects the numeric values of what is under the ending line. Single endings such as "1" or comma-separated multiple endings such as "1,2" may be used. The ending element text is used when the text displayed in the ending is different than what appears in the number attribute. The print-object element is used to indicate when an ending is present but not printed, as is often the case for many parts in a full score.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="number" type="comma-separated-integer" use="required"/>
      <xs:attribute name="type" type="start-stop-discontinue" use="required"/>
      <xs:attributeGroup ref="print-object"/>
      <xs:attributeGroup ref="print-style"/>
      <xs:attribute name="end-length" type="tenths"/>
      <xs:attribute name="text-x" type="tenths"/>
      <xs:attribute name="text-y" type="tenths"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute ending/@number
Namespace No namespace
Type comma-separated-integer
Properties
use: required
Facets
pattern [1-9][0-9]*(, ?[1-9][0-9]*)*
Used by
Complex Type ending
Source
<xs:attribute name="number" type="comma-separated-integer" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute ending/@type
Namespace No namespace
Type start-stop-discontinue
Properties
use: required
Facets
enumeration start, stop, discontinue
Used by
Complex Type ending
Source
<xs:attribute name="type" type="start-stop-discontinue" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute ending/@end-length
Namespace No namespace
Type tenths
Properties
content: simple
Used by
Complex Type ending
Source
<xs:attribute name="end-length" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute ending/@text-x
Namespace No namespace
Type tenths
Properties
content: simple
Used by
Complex Type ending
Source
<xs:attribute name="text-x" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute ending/@text-y
Namespace No namespace
Type tenths
Properties
content: simple
Used by
Complex Type ending
Source
<xs:attribute name="text-y" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd