(file) Return to CIM_PrinterServicingJob.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_PrinterServicingJob 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::Printing" ), 
 9               Description ( 
10                  "This association indicates that a Printer is currently "
11                  "servicing a particular PrintJob." )]
12           class CIM_PrinterServicingJob : CIM_Dependency {
13           
14                 [Override ( "Antecedent" ), 
15                  Description ( "The destination Printer for a PrintJob." )]
16              CIM_Printer REF Antecedent;
17           
18                 [Override ( "Dependent" ), 
19                  Description ( "The PrintJob." )]
20              CIM_PrintJob REF Dependent;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2