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

 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_MoreOrgUnitInfo 
 6               // ==================================================================
 7                  [Association, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::User::Org" ), 
 9                   Description ( 
10                      "CIM_MoreOrgUnitInfo is an association used to extend the "
11                      "information in an CIM_OrgUnit class instance." )]
12               class CIM_MoreOrgUnitInfo : CIM_Dependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Min ( 1 ), 
16                      Max ( 1 ), 
17                      Description ( "The OrgUnit which has more information." )]
18                  CIM_OrgUnit REF Antecedent;
19               
20                     [Override ( "Dependent" ), 
21                      Max ( 1 ), 
22 karl  1.1.2.2        Description ( "Additional data concerning the OrgUnit." )]
23                  CIM_OtherOrgUnitInformation REF Dependent;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2