// Copyright (c) 2005 DMTF. All rights reserved. [Association, Aggregation, Composition, Version ( "2.7.0" ), UMLPackagePath ( "CIM::System::SystemResources" ), Description ( "An association between a ComputerSystem and the DMA channels " "available on it." )] class CIM_ComputerSystemDMA : CIM_ComputerSystemResource { [Aggregate, Override ( "GroupComponent" ), Min ( 1 ), Max ( 1 ), Description ( "The ComputerSystem." )] CIM_ComputerSystem REF GroupComponent; [Override ( "PartComponent" ), Weak, Description ( "A DMA channel of the ComputerSystem." )] CIM_DMA REF PartComponent; };