// Copyright (c) 2013 DMTF.  All rights reserved.
   [Association, Experimental, Aggregation, Version ( "2.42.0" ), 
    UMLPackagePath ( "CIM::Device::Storage Media Library" ), 
    Description ( 
       "This aggregates view class instances to the CIM_System that "
       "scopes the underlying physical elements of the View Classes." )]
class CIM_SystemMediaLocationView : CIM_Component {

      [Key, Aggregate, Override ( "GroupComponent" ), 
       Description ( 
          "The CIM_System instance that scopes the underlying "
          "physical element of the view class." )]
   CIM_System REF GroupComponent;

      [Key, Override ( "PartComponent" ), 
       Description ( 
          "The view class instance that is a physical element in "
          "the CIM_System instance." )]
   CIM_MediaLocationView REF PartComponent;


};