TextDirectionValues

Fully qualified enumeration name: DDICDIModels::DDICDILibrary::DataTypes::Enumerations::TextDirectionValues

Definition

Indicates whether the text within cells should be displayed as left-to-right text (ltr), as right-to-left text (rtl), according to the content of the cell (auto) or in the direction inherited from the table direction annotation of the table.

Diagram

Enumeration literals

Name

Description

Auto

Text in the cells should be according to the content of the cell (auto).

Inherit

Text in the cells should inherit its direction from the table direction annotation of the table.

Ltr

Text in cells should be displayed left-to-right (ltr).

Rtl

Text in cells should be displayed right-to-left (rtl).

Usage

Type

Package

Classifier

Attribute

Class

FormatDescription

PhysicalSegmentLayout

textDirection

Syntax representations / encodings

All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.

Fragment for the enumeration TextDirectionValues

 1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
 2                 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
 3                 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
 4                 xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#TextDirectionValues"
 6                 xmi:type="uml:Enumeration">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#TextDirectionValues-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues"/>
11      <body>Definition
12============
13Indicates whether the text within cells should be displayed as left-to-right text (ltr), as right-to-left text (rtl), according to the content of the cell (auto) or in the direction inherited from the table direction annotation of the table.</body>
14   </ownedComment>
15   <name>TextDirectionValues</name>
16   <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Auto"
17                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Auto"
18                 xmi:type="uml:EnumerationLiteral">
19      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Auto-ownedComment"
20                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Auto-ownedComment"
21                    xmi:type="uml:Comment">
22         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Auto"/>
23         <body>Text in the cells should be according to the content of the cell (auto).</body>
24      </ownedComment>
25      <name>Auto</name>
26   </ownedLiteral>
27   <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Inherit"
28                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Inherit"
29                 xmi:type="uml:EnumerationLiteral">
30      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Inherit-ownedComment"
31                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Inherit-ownedComment"
32                    xmi:type="uml:Comment">
33         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Inherit"/>
34         <body>Text in the cells should inherit its direction from the table direction annotation of the table.</body>
35      </ownedComment>
36      <name>Inherit</name>
37   </ownedLiteral>
38   <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Ltr"
39                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Ltr"
40                 xmi:type="uml:EnumerationLiteral">
41      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Ltr-ownedComment"
42                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Ltr-ownedComment"
43                    xmi:type="uml:Comment">
44         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Ltr"/>
45         <body>Text in cells should be displayed left-to-right (ltr).</body>
46      </ownedComment>
47      <name>Ltr</name>
48   </ownedLiteral>
49   <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Rtl"
50                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Rtl"
51                 xmi:type="uml:EnumerationLiteral">
52      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Rtl-ownedComment"
53                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Rtl-ownedComment"
54                    xmi:type="uml:Comment">
55         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TextDirectionValues-Rtl"/>
56         <body>Text in cells should be displayed right-to-left (rtl).</body>
57      </ownedComment>
58      <name>Rtl</name>
59   </ownedLiteral>
60</packagedElement>

Fragment for the enumeration TextDirectionValues

 1<xs:simpleType name="TextDirectionValuesXsdType"
 2               xml:id="TextDirectionValuesXsdType">
 3  <!-- based on the UML enumeration DDICDIModels::DDICDILibrary::DataTypes::Enumerations::TextDirectionValues -->
 4  <xs:annotation>
 5    <xs:documentation>Definition
 6          ============
 7          Indicates whether the text within cells should be displayed as left-to-right text (ltr), as right-to-left text (rtl), according to the content of the cell (auto) or in the direction inherited from the table direction annotation of the table.</xs:documentation>
 8  </xs:annotation>
 9  <xs:restriction base="xs:NMTOKEN">
10    <xs:enumeration value="Auto">
11      <xs:annotation>
12        <xs:documentation>Text in the cells should be according to the content of the cell (auto).</xs:documentation>
13      </xs:annotation>
14    </xs:enumeration>
15    <xs:enumeration value="Inherit">
16      <xs:annotation>
17        <xs:documentation>Text in the cells should inherit its direction from the table direction annotation of the table.</xs:documentation>
18      </xs:annotation>
19    </xs:enumeration>
20    <xs:enumeration value="Ltr">
21      <xs:annotation>
22        <xs:documentation>Text in cells should be displayed left-to-right (ltr).</xs:documentation>
23      </xs:annotation>
24    </xs:enumeration>
25    <xs:enumeration value="Rtl">
26      <xs:annotation>
27        <xs:documentation>Text in cells should be displayed right-to-left (rtl).</xs:documentation>
28      </xs:annotation>
29    </xs:enumeration>
30  </xs:restriction>
31</xs:simpleType>

Fragment for the enumeration TextDirectionValues (main ontology, entire ontology as zip)

 1# enumeration TextDirectionValues
 2# based on the UML enumeration DDICDIModels::DDICDILibrary::DataTypes::Enumerations::TextDirectionValues
 3cdi:TextDirectionValues
 4  a rdfs:Class, owl:Class, ucmis:Enumeration;
 5  rdfs:label "TextDirectionValues";
 6  rdfs:comment "Definition\n============\nIndicates whether the text within cells should be displayed as left-to-right text (ltr), as right-to-left text (rtl), according to the content of the cell (auto) or in the direction inherited from the table direction annotation of the table."@en;
 7  
 8.
 9
10cdi:Auto
11  a cdi:TextDirectionValues;
12  rdfs:label "Auto";
13  rdfs:comment "Text in the cells should be according to the content of the cell (auto)."@en;
14.
15
16cdi:Inherit
17  a cdi:TextDirectionValues;
18  rdfs:label "Inherit";
19  rdfs:comment "Text in the cells should inherit its direction from the table direction annotation of the table."@en;
20.
21
22cdi:Ltr
23  a cdi:TextDirectionValues;
24  rdfs:label "Ltr";
25  rdfs:comment "Text in cells should be displayed left-to-right (ltr)."@en;
26.
27
28cdi:Rtl
29  a cdi:TextDirectionValues;
30  rdfs:label "Rtl";
31  rdfs:comment "Text in cells should be displayed right-to-left (rtl)."@en;
32.