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

 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_DirectoryContainsFile 
 6           // ==================================================================
 7              [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::System::FileElements" ), 
 9               Description ( 
10                  "Specifies the hierarchical arrangement of LogicalFiles in a "
11                  "Directory." )]
12           class CIM_DirectoryContainsFile : CIM_Component {
13           
14                 [Aggregate, Override ( "GroupComponent" ), 
15                  Max ( 1 ), 
16                  Description ( "The Directory." )]
17              CIM_Directory REF GroupComponent;
18           
19                 [Override ( "PartComponent" ), 
20                  Description ( 
21                     "The LogicalFile \'contained within\' the Directory." )]
22 marek 1.1    CIM_LogicalFile REF PartComponent;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2