(file) Return to CIM_HostedAccessPoint.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_HostedAccessPoint
 8              // ==================================================================
 9                 [Association, Version ( "2.10.0" ), 
10                  UMLPackagePath ( "CIM::Core::Service" ), 
11                  Description ( 
12                     "CIM_HostedAccessPoint is an association between a Service "
13                     "AccessPoint and the System on which it is provided. The "
14                     "cardinality of this association is one-to-many and is weak "
15                     "with respect to the System. Each System can host many "
16                     "ServiceAccessPoints. Heuristic: If the implementation of the "
17                     "ServiceAccessPoint is modeled, it must be implemented by a "
18                     "Device or SoftwareFeature that is part of the System that is "
19                     "hosting the ServiceAccessPoint." )]
20              class CIM_HostedAccessPoint : CIM_HostedDependency {
21              
22 krisbash 1.1       [Override ( "Antecedent" ), 
23                     Min ( 1 ), 
24                     Max ( 1 ), 
25                     Description ( "The hosting System." )]
26                 CIM_System REF Antecedent;
27              
28                    [Override ( "Dependent" ), 
29                     Weak, Description ( 
30                        "The SAPs that are hosted on this System." )]
31                 CIM_ServiceAccessPoint REF Dependent;
32              
33              
34              };

ViewCVS 0.9.2