// Copyright (c) 2005 DMTF. All rights reserved. [Association, Version ( "2.8.0" ), UMLPackagePath ( "PRS::Support" ), Description ( "PRS_CategoryParentChild is used to define classification hierarchies." )] class PRS_CategoryParentChild : CIM_HostedDependency { [Override ( "Antecedent" ), Description ( "The parent PRS_Category used for classification." )] PRS_Category REF Antecedent; [Override ( "Dependent" ), Description ( "The child PRS_Category used for classification." )] PRS_Category REF Dependent; };