Example of CSV File for Object Models

The following sample is to be intended as an example of file and not as a template. If you want to make a copy of it and create your own file to import, verify its content carefully and enter the data point types that you want to create. In particular, pay attention to the mandatory DPEs section.

#

# DPT AND DPE DEFINITION

# DPT Name;DPE Name;Type;(Reference);[DPE Name Type (Reference) .... ]

#

# Mandatory DPEs to be added to all the DPTs

*;MyMandatoryFields;Ref;_MyMandatoryFields

#

# DPTs definition

#

Test_NormalPoint;Char_Value;Char

Test_NormalPoint;UInt_Value;Uint

Test_NormalPoint;Enum_Value;Uint

Test_NormalPoint;Int_Value;Int

Test_NormalPoint;Float_Value;Float

Test_NormalPoint;Bool_Value;Bool

Test_NormalPoint;Bit32_Value;Bit

Test_NormalPoint;Duration_Value;Uint

#

Test_PointWithRef;String_Value;String

Test_PointWithRef;Time_Value;Time

Test_PointWithRef;DpId_Value;DpId

Test_PointWithRef;LangString_Value;LangString

Test_PointWithRef;Blob_Value;Blob

Test_PointWithRef;Reference_Value;Ref;_Gms_TestReference

#

Test_PointWithStruct;StructValue;Struct

Test_PointWithStruct;StructValue;Struct;Int_Value;Int

Test_PointWithStruct;StructValue;Struct;String_Value;String

Test_PointWithStruct;StructValue;Struct;Struct_Internal;Struct

Test_PointWithStruct;StructValue;Struct;Struct_Internal;Struct;Float_Value;Float

Test_PointWithStruct;StructValue;Struct;Struct_Internal;Struct;Reference_Value;Ref;_Gms_TestReference

#

Test_PointWithArray;ArrChar_Value;ArrayChar

Test_PointWithArray;ArrUInt_Value;ArrayUint

Test_PointWithArray;ArrInt_Value;ArrayInt

Test_PointWithArray;ArrFloat_Value;ArrayFloat

#

Test_PointWithSet;SetChar_Value;SetChar

Test_PointWithSet;SetChar_Value;SetChar;Char1;Char

Test_PointWithSet;SetChar_Value;SetChar;Char2;Char

Test_PointWithSet;SetUint_Value;SetUint

Test_PointWithSet;SetUint_Value;SetUint;UInt1;Uint

Test_PointWithSet;SetUint_Value;SetUint;UInt2;Uint

Test_PointWithSet;SetUint_Value;SetUint;UInt3;Uint