DSCResources/xPrinterDriver/xPrinterDriver.schema.mof

 
[ClassVersion("1.0.0.1"), FriendlyName("xPrinterDriver")]
class xPrinterDriver : OMI_BaseResource
{
    [Key, Description("Specifies the name of the printer driver")] String DriverName;
    [Write, Description("Specifies the path to the printer driver INF file in the driver store. INF files contain information about the printer and the printer driver")] String InfPath;
    [Write, Description("Specifies the printer driver environment"), ValueMap{"x86", "x64"}, Values{"x86", "x64"}] String Environment;
    [Write, ValueMap{"Present", "Absent"}, Values{"Present", "Absent"}] String Ensure;
};