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

 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_DirectorySpecificationFile 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Application::CheckAction" ), 
 9               Description ( 
10                  "The CIM_DirectorySpecificationFile association identifies the "
11                  "directory that contains the file being checked in the CIM_ "
12                  "FileSpecification class." )]
13           class CIM_DirectorySpecificationFile {
14           
15                 [Key, Max ( 1 ), 
16                  Description ( "The directory to be checked." )]
17              CIM_DirectorySpecification REF DirectorySpecification;
18           
19                 [Key, Description ( "The file to be checked." )]
20              CIM_FileSpecification REF FileSpecification;
21           
22 marek 1.1 
23           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2