Showing:

Attributes
Diagrams
Properties
Source
Used by
Attribute element-position/@element
Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Attribute Group element-position
Source
<xs:attribute name="element" type="xs:NMTOKEN"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute element-position/@position
Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Attribute Group element-position
Source
<xs:attribute name="position" type="xs:NMTOKEN"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group element-position
Namespace No namespace
Diagram
Diagram musicxml59.tmp#id182 musicxml59.tmp#id183
Used by
Complex Types bookmark, link
Attributes
QName Type Fixed Default Use Annotation
element xs:NMTOKEN optional
position xs:NMTOKEN optional
Source
<xs:attributeGroup name="element-position">
  <xs:annotation>
    <xs:documentation>The element and position attributes are new as of Version 2.0. They allow for bookmarks and links to be positioned at higher resolution than the level of music-data elements. When no element and position attributes are present, the bookmark or link element refers to the next sibling element in the MusicXML file. The element attribute specifies an element type for a descendant of the next sibling element that is not a link or bookmark. The position attribute specifies the position of this descendant element, where the first position is 1. The position attribute is ignored if the element attribute is not present. For instance, an element value of "beam" and a position value of "2" defines the link or bookmark to refer to the second beam descendant of the next sibling element that is not a link or bookmark. This is equivalent to an XPath test of [.//beam[2]] done in the context of the sibling element.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="element" type="xs:NMTOKEN"/>
  <xs:attribute name="position" type="xs:NMTOKEN"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd