Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type offset
Namespace No namespace
Annotations
An offset is represented in terms of divisions, and indicates where the direction will appear relative to the current musical location. This affects the visual appearance of the direction. If the sound attribute is "yes", then the offset affects playback too. If the sound attribute is "no", then any sound associated with the direction takes effect at the current location. The sound attribute is "no" by default for compatibility with earlier versions of the MusicXML format. If an element within a direction includes a default-x attribute, the offset value will be ignored when determining the appearance of that element.
Diagram
Diagram musicxml104.tmp#id8 musicxml105.tmp#id483
Type extension of divisions
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
sound yes-no optional
Source
<xs:complexType name="offset">
  <xs:annotation>
    <xs:documentation>An offset is represented in terms of divisions, and indicates where the direction will appear relative to the current musical location. This affects the visual appearance of the direction. If the sound attribute is "yes", then the offset affects playback too. If the sound attribute is "no", then any sound associated with the direction takes effect at the current location. The sound attribute is "no" by default for compatibility with earlier versions of the MusicXML format. If an element within a direction includes a default-x attribute, the offset value will be ignored when determining the appearance of that element.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="divisions">
      <xs:attribute name="sound" type="yes-no"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute offset/@sound
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type offset
Source
<xs:attribute name="sound" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd