UInt16 UInt16
2-byte unsigned integer, from 0 to 65535..
Int16 Int16
2-byte signed integer, from -32768 to 32767; if optional, null value is -32768..
Int8 Int8
1-byte signed integer, from -128 to 127; if optional, null value is -128..
UInt8 UInt8
1-byte unsigned integer, from 0 to 255..
Int32 Int32
4-byte signed integer, from -2147483648 to 2147483647; if optional, null value is -2147483648...
UInt64 UInt64
8-byte unsigned integer, from 0 to 18446744073709551615 (2^64-1)..
UInt32 UInt32
4-byte unsigned integer, from 0 to 4294967295 (2^32-1)..
#define ONIXS_B3_UMDF_MD_NAMESPACE_BEGIN
Int64 Int64
8-byte signed integer, from -9223372036854775808 (-2^63) to 9223372036854775807 (2^63-1)..
#define ONIXS_B3_UMDF_MD_NAMESPACE_END