(file) Return to schema.mof CVS log (file) (dir) Up to [OMI] / omi / samples / Providers / Fastener

File: [OMI] / omi / samples / Providers / Fastener / schema.mof (download)
Revision: 1.2, Mon Jun 25 18:51:02 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2
Changes since 1.1: +26 -26 lines
1.0.2 drop

class MSFT_Widget
{
    [Key] Uint32 Key;

    Real32 W1 = 0.0;
    Real32 X1 = 1.0;
    Real32 Y1 = 2.0;
    Real32 Z1 = 0.123456789;

    Real64 W2 = 0.0;
    Real64 X2 = 1.0;
    Real64 Y2 = 2.0;
    Real64 Z2 = 0.123456789;
};

class MSFT_Gadget
{
    [Key] Uint32 Key;
};

[Association]
class MSFT_Fastener
{
    [Key] MSFT_Widget REF Left;
    [Key] MSFT_Gadget REF Right;
};

ViewCVS 0.9.2