📄 qexprtestschemar.mof
字号:
//%2006//////////////////////////////////////////////////////////////////////////// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;// IBM Corp.; EMC Corporation, The Open Group.// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;// EMC Corporation; VERITAS Software Corporation; The Open Group.// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;// EMC Corporation; Symantec Corporation; The Open Group.//// Permission is hereby granted, free of charge, to any person obtaining a copy// of this software and associated documentation files (the "Software"), to// deal in the Software without restriction, including without limitation the// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or// sell copies of the Software, and to permit persons to whom the Software is// furnished to do so, subject to the following conditions:// // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.////==============================================================================instance of QExpr_TestElement{ InstanceID = 0;};instance of QExpr_TestPropertyTypes{ InstanceID = 1; PropertyString = "Ten"; PropertyStringArray = { "QExpr0","QExpr1","QExpr2","QExpr3" }; PropertyUint8 = 8; PropertyUint8Array = { 0,1,2,3,4,5,6,7,8 }; PropertyUint16 = 16; PropertyUint16Array = { 16,15,14,13,12,11,10 }; PropertyUint32 = 10; PropertyUint32Array = { 32,31,30,29,28,27,26 }; PropertyUint64 = 0xFFFFFFFFFFFFFFFF; PropertyUint64Array = { 0xFFFFFFFFFFFFFFFF,0xFFFFFFFFFFFFFFFE,0xFFFFFFFFFFFFFFFD,0xFFFFFFFFFFFFFFFC,0xFFFFFFFFFFFFFFFB,0xFFFFFFFFFFFFFFFA }; PropertySint8 = 16; PropertySint8Array = { 0,-1,-2,-3,-4,-5,-6,7,8 }; PropertySint16 = 16; PropertySint16Array = { -16,-15,-14,-13,12,11,10 }; PropertySint32 = 32; PropertySint32Array = { -32,-31,-30,-29,-28,-27,-26 }; PropertySint64 = 0x8000000000000000; PropertySint64Array = { 0x7FFFFFFFFFFFFFFF, 0x7FFFFFFFFFFFFFFE, 0x7FFFFFFFFFFFFFFD, 0x7FFFFFFFFFFFFFFC, 0x7FFFFFFFFFFFFFFB, 0x7FFFFFFFFFFFFFFA }; PropertyBoolean = true; PropertyBooleanArray = { true,false,false,true,true,true,false }; PropertyReal32 = 13.10; PropertyReal32Array = { 32.001,31.001,30.001,29.001,28.001,27.001,-26.001 }; PropertyReal64 = 64.6464; PropertyReal64Array = { 64.001,63.001,62.001,61.001,60.001,59.001,-58.001 }; PropertyDatetime = "20040811105625.000000-360"; PropertyDatetimeArray = { "20040811105625.000000-360", "20030811105625.000000-360", "20020811105625.000000-360" }; PropertyChar16 = "A"; PropertyChar16Array = { "A","a" }; PropertyValueMap = 1;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -