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

File: [OMI] / omi / samples / MapOfInstances / schema.mof (download)
Revision: 1.1, Mon Apr 20 17:19:56 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

class ABC_Widget
{
    [Key] String Key;
    String Color;
};

class ABC_Gadget
{
    [Key] String Key;
    String Color;
};

[Association]
class ABC_Connector
{
    [Key] ABC_Widget REF Left;
    [Key] ABC_Gadget REF Right;
};

ViewCVS 0.9.2