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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // <change cr="CIMCoreCR00860" type ="change'>Update the
 5               // the properties descriptions and
 6               // MappingStrings.</
 7               // ==================================================================
 8               //  CIM_QueueForPrintService 
 9               // ==================================================================
10                  [Association, Version ( "2.14.0" ), 
11                   UMLPackagePath ( "CIM::Device::Printing" ), 
12                   Description ( 
13                      "This association indicates that a PrintService utilizes a "
14                      "particular PrintQueue." )]
15               class CIM_QueueForPrintService : CIM_Dependency {
16               
17                     [Override ( "Antecedent" ), 
18                      Description ( "The PrintQueue that the Service utilizes." )]
19                  CIM_PrintQueue REF Antecedent;
20               
21                     [Override ( "Dependent" ), 
22 karl  1.1.2.2        Description ( "The PrintService that puts Jobs on the Queue." )]
23                  CIM_PrintService REF Dependent;
24               
25                     [Description ( 
26                         "Indicates that the PrintService can accept Jobs and "
27                         "place them on the Queue." ), 
28                      MappingStrings { 
29                         "RFC2911.IETF|Printer.printer-is-accepting-jobs" }]
30                  boolean QueueAcceptingFromService;
31               
32               
33               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2