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

File: [OMI] / omi / samples / Providers / TestClass_Restaurant / schema.mof (download)
Revision: 1.1, Mon Apr 20 17:20:01 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 Address
{
              [key] uint32 addressId;
              string City;
              uint16 zipCode;
              [static] uint32 OperationOptionsStatic();
              uint32 OperationOptionsInstance();
};

class Supplier : Address
{

};

class Restaurant : Address 
{
	Supplier REF supplier;	
};



ViewCVS 0.9.2