(file) Return to CIM_QueueForwardsToPrintSAP.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="CIMCoreCR00752.000" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_QueueForwardsToPrintSAP
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Device::Printing" ), 
11                   Description ( 
12                      "This association indicates that the Jobs from a PrintQueue can "
13                      "be sent to the referenced PrintSAP, to be handled by the "
14                      "backing PrintService of the SAP." )]
15               class CIM_QueueForwardsToPrintSAP : CIM_Dependency {
16               
17                     [Override ( "Antecedent" ), 
18                      Description ( "The PrintSAP for the PrintService." )]
19                  CIM_PrintSAP REF Antecedent;
20               
21                     [Override ( "Dependent" ), 
22 karl  1.1.2.2        Description ( "The PrintQueue that forwards Jobs to the SAP." )]
23                  CIM_PrintQueue REF Dependent;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2