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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core / CIM_LocalizationCapabilities.mof (download)
Revision: 1.1, Tue Jan 24 13:50:00 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="CIMCoreCR777.000" type = "mod"> Deprecated
// class.</change>
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_LocalizationCapabilities
// ==================================================================
   [Deprecated { "No Value" }, 
    Version ( "2.11.0" ), 
    UMLPackagePath ( "CIM::Core::Capabilities" ), 
    Description ( 
       "This class is being deprecated to avoid conflicts with "
       "localization implementations using CIM/XML over HTTP protocol, "
       "the preferred mechanism. \n"
       "Describes the input and output localization capabilities of "
       "the entity associated via ElementCapabilities." )]
class CIM_LocalizationCapabilities : CIM_Capabilities {

      [Deprecated { "No Value" }, 
       Description ( 
          "This property, along with locale properties in (for "
          "example) a SettingData class, specifies the locale for "
          "data consumed by a ManagedElement. \n"
          "A locale indicates a particular geographical, political, "
          "or cultural region. The SupportedInputLocales property "
          "is an array of strings whose entries specify one or more "
          "languages that can be used in the formulation of "
          "information input by a client. It may be defined by the "
          "ManagedElement or client as an input parameter to a "
          "method, as a Setting or SettingData property, or via "
          "other mechanisms. \n"
          "\n"
          "The SupportedInputLocales property publishes an "
          "element\'s support of various locales for input data. "
          "The first array entry MUST define the default locale "
          "(the natural language associated with the "
          "ManagedElement). If the SupportedInputLocales property "
          "is empty, it is assumed that the default locale is en_US "
          "(English). \n"
          "Each array entry consists of three sub-strings, "
          "separated by underscores: \n"
          "- The first sub-string is the language code, as "
          "specified in ISO639. \n"
          "- The second sub-string is the country code, as "
          "specified in ISO3166. \n"
          "- The third sub-string is a variant, which is vendor "
          "specific. \n"
          "For example, US English appears as: \"en_US_WIN\", where "
          "the \"WIN\" variant would specify a Windows "
          "browser-specific collation (if one exists). Since the "
          "variant is not standardized, it is not commonly used and "
          "is generally limited to easily recognizable values "
          "(\"WIN\", \"UNIX\", \"EURO\", etc.) used in standard "
          "environments. \n"
          "The language and country codes are required; the variant "
          "may be empty." )]
   string SupportedInputLocales[];

      [Deprecated { "No Value" }, 
       Description ( 
          "This property, along with locale properties in (for "
          "example) a SettingData class, specifies the locale for "
          "data produced by a ManagedElement. \n"
          "A locale indicates a particular geographical, political, "
          "or cultural region. The SupportedOutputLocales property "
          "is an array of strings whose entries specify one or more "
          "languages that can be used in the formulation of "
          "information requested by and delivered to a client. It "
          "may be defined by the ManagedElement or client as an "
          "input parameter to a method, as a Setting or SettingData "
          "property, or via other mechanisms. Note that more than "
          "one locale may be specified in this array and later "
          "selected for output. If multiple locales are selected, "
          "information MUST be returned in each language specified, "
          "and indicated as supported by this Capabilities "
          "instance. \n"
          "\n"
          "The SupportedOutputLocales property publishes an "
          "element\'s support of various locales for output data. "
          "The first array entry MUST define the default locale "
          "(the natural language associated with the "
          "ManagedElement). If the SupportedOutput Locales property "
          "is empty, it is assumed that the default locale is en_US "
          "(English). \n"
          "Each array entry consists of three sub-strings, "
          "separated by underscores: \n"
          "- The first sub-string is the language code, as "
          "specified in ISO639. \n"
          "- The second sub-string is the country code, as "
          "specified in ISO3166. \n"
          "- The third sub-string is a variant, which is vendor "
          "specific. \n"
          "For example, US English appears as: \"en_US_WIN\", where "
          "the \"WIN\" variant would specify a Windows "
          "browser-specific collation (if one exists). Since the "
          "variant is not standardized, it is not commonly used and "
          "is generally limited to easily recognizable values "
          "(\"WIN\", \"UNIX\", \"EURO\", etc.) used in standard "
          "environments. \n"
          "The language and country codes are required; the variant "
          "may be empty." )]
   string SupportedOutputLocales[];


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2