DSCResources/MSFT_nxScriptResource/MSFT_nxScriptResource.schema.mof

[ClassVersion("1.0.0"),FriendlyName("nxScript")]
class MSFT_nxScriptResource : OMI_BaseResource
{
    [Key] string GetScript;
    [Key] string SetScript;
    [Key] string TestScript;
    [write] string User;
    [write] string Group;
    [Read] string Result;
};