(file) Return to CIM_ServiceAccessURI.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_ServiceAccessURI
 8              // ==================================================================
 9                 [Version ( "2.10.0" ), 
10                  UMLPackagePath ( "CIM::Core::Service" ), 
11                  Description ( 
12                     "CIM_ServiceAccessURI represents the ability to utilize or "
13                     "invoke a Service using a uniform resource identifier (URI). "
14                     "RFC 1738 describes the Uniform Resource Locator, which is a "
15                     "more specific form of a URI, and RFC 2396 describes the "
16                     "broader, inclusive URI. The following explanation is from the "
17                     "RFC: \"A Uniform Resource Identifier (URI) is a compact string "
18                     "of characters for identifying an abstract or physical "
19                     "resource.\" In the context of a ServiceAccessPoint, a URI "
20                     "contains the information necessary to access an associated "
21                     "service (associated through ServiceAccessBySAP), using a "
22 krisbash 1.1        "syntax that is specific to that service." )]
23              class CIM_ServiceAccessURI : CIM_ServiceAccessPoint {
24              
25                    [Required, Description ( 
26                        "The LabeledURI property is based on RFC 2079 and its "
27                        "value and syntax are service-specific." ), 
28                     MaxLen ( 256 )]
29                 string LabeledURI;
30              
31              
32              };

ViewCVS 0.9.2