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

 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_USBControllerHasHub 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Device::USB" ), 
 9                   Description ( 
10                      "USBControllerHasHub defines the Hub(s) that are downstream of "
11                      "the USBController." )]
12               class CIM_USBControllerHasHub : CIM_ControlledBy {
13               
14                     [Override ( "Antecedent" ), 
15                      Min ( 1 ), 
16                      Max ( 1 ), 
17                      Description ( "The USBController." )]
18                  CIM_USBController REF Antecedent;
19               
20                     [Override ( "Dependent" ), 
21                      Min ( 1 ), 
22 karl  1.1.2.2        Description ( 
23                         "The USBHub that is associated with the Controller." )]
24                  CIM_USBHub REF Dependent;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2