TableDirectionValues¶
Fully qualified enumeration name: DDICDIModels::DDICDILibrary::DataTypes::Enumerations::TableDirectionValues
Definition¶
Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction.
Diagram
Enumeration literals
Name |
Description |
---|---|
Auto |
Display table based on the first character in the table that has a specific direction. |
Ltr |
Display table with first column on the left. |
Rtl |
Display table with first column on the right. |
Usage
Type |
Package |
Classifier |
Attribute |
---|---|---|---|
Class |
FormatDescription |
tableDirection |
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 TableDirectionValues
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-TableDirectionValues"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#TableDirectionValues"
6 xmi:type="uml:Enumeration">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#TableDirectionValues-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues"/>
11 <body>Definition
12============
13Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction.</body>
14 </ownedComment>
15 <name>TableDirectionValues</name>
16 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues-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-TableDirectionValues-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-TableDirectionValues-Auto"/>
23 <body>Display table based on the first character in the table that has a specific direction.</body>
24 </ownedComment>
25 <name>Auto</name>
26 </ownedLiteral>
27 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues-Ltr"
28 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Ltr"
29 xmi:type="uml:EnumerationLiteral">
30 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues-Ltr-ownedComment"
31 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Ltr-ownedComment"
32 xmi:type="uml:Comment">
33 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues-Ltr"/>
34 <body>Display table with first column on the left.</body>
35 </ownedComment>
36 <name>Ltr</name>
37 </ownedLiteral>
38 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues-Rtl"
39 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Rtl"
40 xmi:type="uml:EnumerationLiteral">
41 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues-Rtl-ownedComment"
42 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Rtl-ownedComment"
43 xmi:type="uml:Comment">
44 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-TableDirectionValues-Rtl"/>
45 <body>Display table with first column on the right.</body>
46 </ownedComment>
47 <name>Rtl</name>
48 </ownedLiteral>
49</packagedElement>
Fragment for the enumeration TableDirectionValues
1<xs:simpleType name="TableDirectionValuesXsdType"
2 xml:id="TableDirectionValuesXsdType">
3 <!-- based on the UML enumeration DDICDIModels::DDICDILibrary::DataTypes::Enumerations::TableDirectionValues -->
4 <xs:annotation>
5 <xs:documentation>Definition
6 ============
7 Indicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction.</xs:documentation>
8 </xs:annotation>
9 <xs:restriction base="xs:NMTOKEN">
10 <xs:enumeration value="Auto">
11 <xs:annotation>
12 <xs:documentation>Display table based on the first character in the table that has a specific direction.</xs:documentation>
13 </xs:annotation>
14 </xs:enumeration>
15 <xs:enumeration value="Ltr">
16 <xs:annotation>
17 <xs:documentation>Display table with first column on the left.</xs:documentation>
18 </xs:annotation>
19 </xs:enumeration>
20 <xs:enumeration value="Rtl">
21 <xs:annotation>
22 <xs:documentation>Display table with first column on the right.</xs:documentation>
23 </xs:annotation>
24 </xs:enumeration>
25 </xs:restriction>
26</xs:simpleType>
Fragment for the enumeration TableDirectionValues (main ontology, entire ontology as zip)
1# enumeration TableDirectionValues
2# based on the UML enumeration DDICDIModels::DDICDILibrary::DataTypes::Enumerations::TableDirectionValues
3cdi:TableDirectionValues
4 a rdfs:Class, owl:Class, ucmis:Enumeration;
5 rdfs:label "TableDirectionValues";
6 rdfs:comment "Definition\n============\nIndicates whether the tables in the group should be displayed with the first column on the right, on the left, or based on the first character in the table that has a specific direction."@en;
7
8.
9
10cdi:Auto
11 a cdi:TableDirectionValues;
12 rdfs:label "Auto";
13 rdfs:comment "Display table based on the first character in the table that has a specific direction."@en;
14.
15
16cdi:Ltr
17 a cdi:TableDirectionValues;
18 rdfs:label "Ltr";
19 rdfs:comment "Display table with first column on the left."@en;
20.
21
22cdi:Rtl
23 a cdi:TableDirectionValues;
24 rdfs:label "Rtl";
25 rdfs:comment "Display table with first column on the right."@en;
26.