Difference between revisions of "Data Class"

From ARK
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Data Classes are the broad categories of data held in ARK. The data is divided by its nature rather than by its meaning. This is significant in that different classes of data require different handling in forms and the database. The classes of data supported by ARK are:
 
Data Classes are the broad categories of data held in ARK. The data is divided by its nature rather than by its meaning. This is significant in that different classes of data require different handling in forms and the database. The classes of data supported by ARK are:
  
* Text
+
* Text - generally long-text
* Attributes
+
* Attributes - this requires an attribute type like a materials inventory where the attributes can be brick, coin or glass.
 
* Dates
 
* Dates
* Actions
+
* Actions - somebody doing something, is often combined with a person from the address book
* Spans
+
* Spans - a span from for example a date to the next (e.g. 100BC-AD250)
 
* Numbers
 
* Numbers
* Polgons
+
* Polygons
 
* Lines
 
* Lines
 
* Points
 
* Points
 +
* XMI - a link between two module items
 +
 +
 +
[[Category:Glossary]]

Latest revision as of 07:33, 20 November 2007

Data Classes are the broad categories of data held in ARK. The data is divided by its nature rather than by its meaning. This is significant in that different classes of data require different handling in forms and the database. The classes of data supported by ARK are:

  • Text - generally long-text
  • Attributes - this requires an attribute type like a materials inventory where the attributes can be brick, coin or glass.
  • Dates
  • Actions - somebody doing something, is often combined with a person from the address book
  • Spans - a span from for example a date to the next (e.g. 100BC-AD250)
  • Numbers
  • Polygons
  • Lines
  • Points
  • XMI - a link between two module items