Changes

MetaProperty

1,404 bytes added, 07:35, 15 October 2013
===Boolean===
A [http://en.wikipedia.org/wiki/Boolean_data_type#ALGOL.2C_Java.2C_and_C.23 boolean] value that can be either True or false
===ByteStream===
===Source Code===
A compressed text value, typically used to store texts with lots of white spaces and formatting information, such as source code.
===Date/Time===
Date and time in a combined value, where the actual format is depending on the cultural/regional settings of the machine.
===Floating point===
[http://en.wikipedia.org/wiki/Double-precision_floating-point_format Double-precision floating-point format], optionally with unit of measurement that can be configured with the setting [[#Unit Item]].
===File reference===
A path to a physical file in [http://en.wikipedia.org/wiki/Path_(computing)#MS-DOS.2FMicrosoft_Windows_style DOS/Windows]- or [http://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention UNC] notation.
===Geo Data===
Absolute geographic position combined of [http://en.wikipedia.org/wiki/Longitude Longitude], [http://en.wikipedia.org/wiki/Latitude Latitude] and [http://en.wikipedia.org/wiki/Altitude Altitude] in [http://en.wikipedia.org/wiki/World_Geodetic_System WGS84] format.
===Guid===
A pointer to another object, represented with the [http://en.wikipedia.org/wiki/Globally_unique_identifier GUID] of the target object.
===Integer===
An [http://en.wikipedia.org/wiki/Integer_(computer_science) integer] number.
===Text===
A [http://en.wikipedia.org/wiki/String_(computer_science) string] value.
===XML===
Markup text in [http://en.wikipedia.org/wiki/Xml XML] format.
==Configuration==