(file) Return to CIM_HostedCollection.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              // <change cr="SysDevCR00707.002" type ="add">CPUBS corrections to CoreCollection.mof</change>
 3              // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 4              // qualifier values to CIM Schema.</change>
 5              // ==================================================================
 6              //  CIM_HostedCollection 
 7              // ==================================================================
 8                 [Association, Version ( "2.10.0" ), 
 9                  UMLPackagePath ( "CIM::Core::Collection" ), 
10                  Description ( 
11                     "HostedCollection defines a SystemSpecificCollection in the "
12                     "context of a scoping System. It represents a Collection that "
13                     "has meaning only in the context of a System, a Collection "
14                     "whose elements are restricted by the definition of the System, "
15                     "or both of these types of Collections." )]
16              class CIM_HostedCollection : CIM_HostedDependency {
17              
18                    [Override ( "Antecedent" ), 
19                     Min ( 1 ), 
20                     Max ( 1 ), 
21                     Description ( "The scoping system." )]
22 krisbash 1.1    CIM_System REF Antecedent;
23              
24                    [Override ( "Dependent" ), 
25                     Description ( 
26                        "The collection defined in the context of a system." )]
27                 CIM_SystemSpecificCollection REF Dependent;
28              
29              
30              };

ViewCVS 0.9.2