BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / System / CIM_ComputerSystemIRQ.mof
diff --git a/Schemas/CIM225/DMTF/System/CIM_ComputerSystemIRQ.mof b/Schemas/CIM225/DMTF/System/CIM_ComputerSystemIRQ.mof
new file mode 100644 (file)
index 0000000..e54318a
--- /dev/null
@@ -0,0 +1,25 @@
+// Copyright (c) 2005 DMTF.  All rights reserved.
+// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
+// qualifier values to CIM Schema.</change>
+// ==================================================================
+//  CIM_ComputerSystemIRQ 
+// ==================================================================
+   [Association, Aggregation, Composition, Version ( "2.7.0" ), 
+    UMLPackagePath ( "CIM::System::SystemResources" ), 
+    Description ( 
+       "An association between a ComputerSystem and the IRQs available on it."
+        )]
+class CIM_ComputerSystemIRQ : CIM_ComputerSystemResource {
+
+      [Aggregate, Override ( "GroupComponent" ), 
+       Min ( 1 ), 
+       Max ( 1 ), 
+       Description ( "The ComputerSystem." )]
+   CIM_ComputerSystem REF GroupComponent;
+
+      [Override ( "PartComponent" ), 
+       Weak, Description ( "An IRQ of the ComputerSystem." )]
+   CIM_IRQ REF PartComponent;
+
+
+};