<xs:complexType name="other-direction">
<xs:annotation>
<xs:documentation>The other-direction type is used to define any direction symbols not yet in the current version of the MusicXML format. This allows extended representation, though without application interoperability.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="print-object"/>
<xs:attributeGroup ref="print-style"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType> |