BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / Physical / CIM_PackageInChassis.mof
diff --git a/Schemas/CIM225/DMTF/Physical/CIM_PackageInChassis.mof b/Schemas/CIM225/DMTF/Physical/CIM_PackageInChassis.mof
new file mode 100644 (file)
index 0000000..d75509f
--- /dev/null
@@ -0,0 +1,27 @@
+// Copyright (c) 2005 DMTF.  All rights reserved.
+// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
+// qualifier values to CIM Schema.</change>
+// ==================================================================
+//  CIM_PackageInChassis 
+// ==================================================================
+   [Association, Aggregation, Version ( "2.6.0" ), 
+    UMLPackagePath ( "CIM::Physical::Package" ), 
+    Description ( 
+       "A Chassis can contain other Packages, such as other Chassis "
+       "and Cards. The PackageInChassis association makes explicit "
+       "this relationship." )]
+class CIM_PackageInChassis : CIM_Container {
+
+      [Aggregate, Override ( "GroupComponent" ), 
+       Max ( 1 ), 
+       Description ( 
+          "The Chassis that contains other PhysicalPackages." )]
+   CIM_Chassis REF GroupComponent;
+
+      [Override ( "PartComponent" ), 
+       Description ( 
+          "The PhysicalPackage which is contained in the Chassis." )]
+   CIM_PhysicalPackage REF PartComponent;
+
+
+};