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

 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_LinkHasConnector 
 6               // ==================================================================
 7                  [Association, Aggregation, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Physical::Link" ), 
 9                   Description ( 
10                      "Cables and Links utilize PhysicalConnectors to actually "
11                      "\'connect\' PhysicalElements. This association explicitly "
12                      "defines this relationship of Connectors for PhysicalLinks." )]
13               class CIM_LinkHasConnector : CIM_Component {
14               
15                     [Aggregate, Override ( "GroupComponent" ), 
16                      Max ( 1 ), 
17                      Description ( "The PhysicalLink that has a Connector." )]
18                  CIM_PhysicalLink REF GroupComponent;
19               
20                     [Override ( "PartComponent" ), 
21                      Description ( "The PhysicalConnector." )]
22 karl  1.1.2.2    CIM_PhysicalConnector REF PartComponent;
23               
24               
25               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2