(file) Return to CIM_SAPSAPDependency.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

 1 krisbash 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              // <change cr="SysDevCR00722.000" type ="change">Update of
 3              // descriptions based on Tech Edit review.</
 4              // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5              // qualifier values to CIM Schema.</change>
 6              // ==================================================================
 7              //  CIM_SAPSAPDependency
 8              // ==================================================================
 9                 [Association, Version ( "2.10.0" ), 
10                  UMLPackagePath ( "CIM::Core::Service" ), 
11                  Description ( 
12                     "CIM_SAPSAPDependency is an association between one "
13                     "ServiceAccessPoint and another ServiceAccessPoint that "
14                     "indicates that the latter is required for the former to "
15                     "utilize or connect with its Service. For example, to print to "
16                     "a network printer, local Print Access Points must utilize "
17                     "underlying network-related SAPs, or ProtocolEndpoints, to send "
18                     "the print request." )]
19              class CIM_SAPSAPDependency : CIM_Dependency {
20              
21                    [Override ( "Antecedent" ), 
22 krisbash 1.1        Description ( "The required ServiceAccessPoint." )]
23                 CIM_ServiceAccessPoint REF Antecedent;
24              
25                    [Override ( "Dependent" ), 
26                     Description ( 
27                        "The ServiceAccessPoint that is dependent on an underlying SAP."
28                         )]
29                 CIM_ServiceAccessPoint REF Dependent;
30              
31              
32              };

ViewCVS 0.9.2