Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type bracket
Namespace No namespace
Annotations
Brackets are combined with words in a variety of modern directions. The line-end attribute specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of the bracket. If the line-end is up or down, the length of the jog can be specified using the end-length attribute. The line-type is solid by default.
Diagram
Diagram musicxml185.tmp#id395 musicxml185.tmp#id396 musicxml185.tmp#id397 musicxml185.tmp#id398 musicxml70.tmp#id127 musicxml31.tmp#id133 musicxml2.tmp#id102
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
end-length tenths optional
line-end line-end required
line-type line-type optional
number number-level optional
relative-x tenths optional
relative-y tenths optional
type start-stop required
Source
<xs:complexType name="bracket">
  <xs:annotation>
    <xs:documentation>Brackets are combined with words in a variety of modern directions. The line-end attribute specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of the bracket. If the line-end is up or down, the length of the jog can be specified using the end-length attribute. The line-type is solid by default.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="start-stop" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attribute name="line-end" type="line-end" use="required"/>
  <xs:attribute name="end-length" type="tenths"/>
  <xs:attributeGroup ref="line-type"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bracket/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Type bracket
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bracket/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type bracket
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bracket/@line-end
Namespace No namespace
Type line-end
Properties
use: required
Facets
enumeration up, down, both, arrow, none
Used by
Complex Type bracket
Source
<xs:attribute name="line-end" type="line-end" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute bracket/@end-length
Namespace No namespace
Type tenths
Properties
content: simple
Used by
Complex Type bracket
Source
<xs:attribute name="end-length" type="tenths"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd