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

 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_ContainedDomain 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Core::CoreElements" ), 
 9               Description ( 
10                  "A relationship that aggregates one or more lower-level "
11                  "AdminDomain instances into a higher-level AdminDomain." )]
12           class CIM_ContainedDomain : CIM_SystemComponent {
13           
14                 [Aggregate, Override ( "GroupComponent" ), 
15                  Description ( 
16                     "An AdminDomain that aggregates other AdminDomains." )]
17              CIM_AdminDomain REF GroupComponent;
18           
19                 [Override ( "PartComponent" ), 
20                  Description ( 
21                     "An AdminDomain aggregated by another AdminDomain." )]
22 marek 1.1    CIM_AdminDomain REF PartComponent;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2