-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPraxiconXMLTags.html
122 lines (122 loc) · 4.43 KB
/
PraxiconXMLTags.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<html>
<head>
<title>
Praxicon's XML Tags Index
</title>
</head>
<body bgcolor="#ffffff">
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2"><B>Praxicon's XML Tags Index</B></FONT></TD>
</TR>
<TR>
<TD WIDTH="20%"><B>name</B></TD>
<TD WIDTH="80%">This attribute defines the name of the element</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><language_representation></B></TD>
<TD WIDTH="80%">This tag defines the Language Representation of the concept</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><visual_representation></B></TD>
<TD WIDTH="80%">This tag defines the Visual Representation of the concept</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><relation_chain></B></TD>
<TD WIDTH="80%">This tag defines a relation</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>color</B></TD>
<TD WIDTH="80%">This attribute defines if the Entity Feature represents a color</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>size</B></TD>
<TD WIDTH="80%">This attribute defines if the Entity Feature represents some size</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>shape</B></TD>
<TD WIDTH="80%">This attribute defines if the Entity Feature represents a shape</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>texture</B></TD>
<TD WIDTH="80%">This attribute defines if the Entity Feature represents a texture</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>weight</B></TD>
<TD WIDTH="80%">This attribute defines if the Entity Feature represents weight</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>order</B></TD>
<TD WIDTH="80%"></TD>
</TR>
<TR>
<TD WIDTH="20%"><B>prototype</B></TD>
<TD WIDTH="80%"></TD>
</TR>
<TR>
<TD WIDTH="20%"><B><media_type></B></TD>
<TD WIDTH="80%"></TD>
</TR>
<TR>
<TD WIDTH="20%"><B><motoric_representation></B></TD>
<TD WIDTH="80%">This tag defines the motoric representation</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><language></B></TD>
<TD WIDTH="80%">This tag defines the language of the entry</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><text></B></TD>
<TD WIDTH="80%">This tag defines the text of the entry</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>obj</B></TD>
<TD WIDTH="80%">This attribute defines the object that the relation is related to</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><type></B></TD>
<TD WIDTH="80%">This tag defines the type of the relation</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>accelaration</B></TD>
<TD WIDTH="80%">This attribute defines if the Movement Feature represents an accelaration</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>body_part_actuator</B></TD>
<TD WIDTH="80%">This attribute defines if the Movement Feature represents a body part actuator</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>direction_of_motion</B></TD>
<TD WIDTH="80%">This attribute defines if the Movement Feature represents the direction of motion</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>speed_rate</B></TD>
<TD WIDTH="80%">This attribute defines if the Movement Feature represents some speed rate</TD>
</TR>
<TR>
<TD WIDTH="20%"><B>velocity</B></TD>
<TD WIDTH="80%">This attribute defines if the Movement Feature represents some velocity</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><representation></B></TD>
<TD WIDTH="80%">This tag defines the (visual or motoric) representation of the entity as a path to a file</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><relation></B></TD>
<TD WIDTH="80%"></TD>
</TR>
<TR>
<TD WIDTH="20%"><B><left-to-right_name></B></TD>
<TD WIDTH="80%">The name of the relation when the relational triplet is used from left to right</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><left-to-right_name></B></TD>
<TD WIDTH="80%">The name of the relation when the relational triplet is used from left to right</TD>
</TR>
<TR>
<TD WIDTH="20%"><B><intersection_of_relation_chains></B></TD>
<TD WIDTH="80%">This tag defines the intersections of some relations</TD>
</TR>
</TABLE>
</body>
</html>