(file) Return to CIM_Location.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_Location
 8               // ==================================================================
 9                  [Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Core::Physical" ), 
11                   Description ( 
12                      "The Location class specifies the position and address of a "
13                      "PhysicalElement." )]
14               class CIM_Location : CIM_ManagedElement {
15               
16                     [Key, Description ( 
17                         "Name is a free-form string defining a label for the "
18                         "Location. It is a part of the key for the object." ), 
19                      MaxLen ( 256 )]
20                  string Name;
21               
22 karl  1.1.2.2       [Key, Description ( 
23                         "Position is a free-form string that indicates the "
24                         "placement of a PhysicalElement. It can specify slot "
25                         "information on a HostingBoard, mounting site in a "
26                         "Cabinet, or latitude and longitude information, for "
27                         "example, from a GPS. It is part of the key of the "
28                         "Location object." ), 
29                      MaxLen ( 256 )]
30                  string PhysicalPosition;
31               
32                     [Description ( 
33                         "Address is a free-form string indicating a street, "
34                         "building, or other type of address for the location of "
35                         "the PhysicalElement." ), 
36                      MaxLen ( 1024 )]
37                  string Address;
38               
39               
40               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2