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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="SysDevCR00714.001" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_ElementLocation
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Core::Physical" ), 
11                   Description ( 
12                      "ElementLocation associates a ManagedElement with a location "
13                      "for positioning, inventory, maintenance and similar purposes. "
14                      "PhysicalElements can certainly have locations. They are "
15                      "explicitly defined in a subclass, PhysicalElement Location. "
16                      "However, other ManagedElements can also be associated with "
17                      "locations. For example, Organizations can be \'in\' one or "
18                      "more locations, or Services can be restricted to a location." )]
19               class CIM_ElementLocation {
20               
21                     [Key, Description ( 
22 karl  1.1.2.2           "The ManagedElement whose location is specified." )]
23                  CIM_ManagedElement REF Element;
24               
25                     [Key, Description ( "The location of the element." )]
26                  CIM_Location REF PhysicalLocation;
27               
28               
29               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2