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

 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               // ==================================================================
 5               //  CIM_ProductSupport 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Core::ProductFRU" ), 
 9                   Description ( 
10                      "CIM_ProductSupport is an association between Product and "
11                      "SupportAccess that conveys how support is obtained for the "
12                      "Product. This is a many-to-many relationship, implying that "
13                      "various types of Support are available for a Product, and that "
14                      "the same Support object can provide assistance for multiple "
15                      "Products." )]
16               class CIM_ProductSupport {
17               
18                     [Key, Description ( "The Product." )]
19                  CIM_Product REF Product;
20               
21                     [Key, Description ( "Support for the Product." )]
22 karl  1.1.2.2    CIM_SupportAccess REF Support;
23               
24               
25               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2