/*<![CDATA[*/ div.rbtoc1770892093180 {padding: 0px;} div.rbtoc1770892093180 ul {list-style: disc;margin-left: 0px;} div.rbtoc1770892093180 li {margin-left: 0px;padding-left: 0px;} /*]]>*/ Possible Data Types:
Possible Data Types:
|
Name |
Explanation |
|
BOOLEAN |
Represents Boolean algebraic values
|
|
DATE |
Represents values which are containing date.
|
|
STRING |
A finite sequence of symbols that are chosen from a set or alphabet […] a sequence of characters (http://en.wikipedia.org/wiki/String_(computer_science)). Cannot be translated into other languages.
|
|
STRING_TRANSLATABLE |
A finite sequence of symbols that are chosen from a set or alphabet […] a sequence of characters (http://en.wikipedia.org/wiki/String_(computer_science).
|
|
INTEGER_COUNT |
Data Type which represents some finite subset of the mathematical integers. These are also known as integral Data Types. Used only for counting. ( http://en.wikipedia.org/wiki/Integer_(computer_science ).
|
|
INTEGER_MEASURE |
Data Type which represents some finite subset of the mathematical integers. These are also known as integral Data Types. Used for measuring in a specific Unit of Measure. ( http://en.wikipedia.org/wiki/Integer_(computer_science ).
|
|
RATIONAL |
To represent rational numbers like 1/3 and -11/17 without rounding ( http://en.wikipedia.org/wiki/Rational_data_type ).
|
|
RATIONAL_MEASURE |
To represent rational numbers like 1/3 and -11/17 without rounding ( http://en.wikipedia.org/wiki/Rational_data_type ). Used for elements that are measures of type RATIONAL (i.e. expressed in a specific unit of measure)
|
|
REAL_CURRENCY |
A rational number expressed in decimal representation ( http://en.wikipedia.org/wiki/Real_number ). Used for measuring in a specific currency.
|
|
REAL_MEASURE |
A rational number expressed in decimal representation ( http://en.wikipedia.org/wiki/Real_number ). Used for measuring in a specific Unit of Measure.
|
|
REFERENCE |
Represents a reference to a Block or Application Class |
|
URL |
Represents Values according to ISO 13584-24:2003
|
|
TIME |
Represents Values which are containing time
|
|
TIMESTAMP |
Represents Values which are containing timestamp (i.e. date and time)
|
|
AXIS1 |
According to ISO 10303 axis1_placement is the direction and location in three-dimensional space of a single axis and is defined by a point (first three numbers) and an axis direction (last three numbers). |
|
AXIS2 |
According to ISO 10303 axis2_placement_2d is the location and orientation in two-dimensional space of two mutually perpendicular axes defined by a point (first two numbers) and an axis (last two numbers). |
|
AXIS3 |
According to ISO 10303 axis2_placement_3d is the location and orientation in three-dimensional space of two mutually perpendicular axes defined by a point (first three numbers) and two axes (middle and last three numbers). |