Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Simple Type text-direction
Namespace No namespace
Annotations
The text-direction type is used to adjust and override the Unicode bidirectional text algorithm, similar to the W3C Internationalization Tag Set recommendation. Values are ltr (left-to-right embed), rtl (right-to-left embed), lro (left-to-right bidi-override), and rlo (right-to-left bidi-override). The default value is ltr. This type is typically used by applications that store text in left-to-right visual order rather than logical order. Such applications can use the lro value to better communicate with other applications that more fully support bidirectional text.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration ltr, rtl, lro, rlo
Used by
Source
<xs:simpleType name="text-direction">
  <xs:annotation>
    <xs:documentation>The text-direction type is used to adjust and override the Unicode bidirectional text algorithm, similar to the W3C Internationalization Tag Set recommendation. Values are ltr (left-to-right embed), rtl (right-to-left embed), lro (left-to-right bidi-override), and rlo (right-to-left bidi-override). The default value is ltr. This type is typically used by applications that store text in left-to-right visual order rather than logical order. Such applications can use the lro value to better communicate with other applications that more fully support bidirectional text.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="ltr"/>
    <xs:enumeration value="rtl"/>
    <xs:enumeration value="lro"/>
    <xs:enumeration value="rlo"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute text-direction/@dir
Namespace No namespace
Type text-direction
Properties
content: simple
Facets
enumeration ltr, rtl, lro, rlo
Used by
Attribute Group text-direction
Source
<xs:attribute name="dir" type="text-direction"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group text-direction
Namespace No namespace
Diagram
Diagram musicxml14.tmp#id151
Used by
Attribute Group text-formatting
Complex Types rehearsal, text-element-data
Attributes
QName Type Fixed Default Use Annotation
dir text-direction optional
Source
<xs:attributeGroup name="text-direction">
  <xs:annotation>
    <xs:documentation>The text-direction attribute is used to adjust and override the Unicode bidirectional text algorithm, similar to the W3C Internationalization Tag Set recommendation.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="dir" type="text-direction"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd