(file) Return to PRS_ContactContactItem.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Support

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  PRS_ContactContactItem 
 6               // ==================================================================
 7                  [Association, Abstract, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "PRS::Support" ), 
 9                   Description ( 
10                      "Abstract root class to associate PRS_Person or "
11                      "PRS_Organization and PRS_Contact." )]
12               class PRS_ContactContactItem : CIM_Dependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Min ( 1 ), 
16                      Description ( "The PRS_Contact." )]
17                  PRS_Contact REF Antecedent;
18               
19                     [Override ( "Dependent" ), 
20                      Min ( 1 ), 
21                      Description ( 
22 karl  1.1.2.2           "The PRS_ContactItem, either PRS_Person or "
23                         "PRS_Organization. There is always at least one "
24                         "PRS_ContactItem, however it may be either a PRS_Person "
25                         "or PRS_Organization. For that reason, there is a minimum "
26                         "cardinality of one for this property, but a minimum "
27                         "cardinality of zero in the classes derived from this "
28                         "class." )]
29                  PRS_ContactItem REF Dependent;
30               
31               
32               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2