(file) Return to CIM_ServiceAccessBySAP.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_ServiceAccessBySAP
 8              // ==================================================================
 9                 [Association, Version ( "2.10.0" ), 
10                  UMLPackagePath ( "CIM::Core::Service" ), 
11                  Description ( 
12                     "CIM_ServiceAccessBySAP is an association that identifies the "
13                     "access points for a Service. For example, a printer might be "
14                     "accessed by NetWare, MacIntosh or Windows ServiceAccessPoints, "
15                     "which might all be hosted on different Systems." )]
16              class CIM_ServiceAccessBySAP : CIM_Dependency {
17              
18                    [Override ( "Antecedent" ), 
19                     Description ( "The Service." )]
20                 CIM_Service REF Antecedent;
21              
22 krisbash 1.1       [Override ( "Dependent" ), 
23                     Description ( 
24                        "An Access Point for a Service. Access points are "
25                        "dependent in this relationship because they have no "
26                        "function without a corresponding Service." )]
27                 CIM_ServiceAccessPoint REF Dependent;
28              
29              
30              };

ViewCVS 0.9.2