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

 1 marek 1.1 // 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_ComputerSystemMappedIO 
 6           // ==================================================================
 7              [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::System::SystemResources" ), 
 9               Description ( 
10                  "An association between a ComputerSystem and the Memory Mapped "
11                  "I/O ports available on it." )]
12           class CIM_ComputerSystemMappedIO : CIM_ComputerSystemResource {
13           
14                 [Aggregate, Override ( "GroupComponent" ), 
15                  Min ( 1 ), 
16                  Max ( 1 ), 
17                  Description ( "The ComputerSystem." )]
18              CIM_ComputerSystem REF GroupComponent;
19           
20                 [Override ( "PartComponent" ), 
21                  Weak, Description ( 
22 marek 1.1           "A memory mapped I/O port of the ComputerSystem." )]
23              CIM_MemoryMappedIO REF PartComponent;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2