Class CIM_RegisteredSpecification
extends CIM_ManagedElement

A RegisteredSpecification is used to advertise the implementation of a specification within a WBEM server. The specification may be authored by the DMTF or another standards organization. In this context, specification is used to describe a named and versioned set of constraints. There may be a one to one correspondence between the set of constraints and the document in which they are published. An example of a one to one correspondence is the mechanism used by the DMTF to publish its profiles. An example of one to many documents to specifications is an SMI-S book published by SNIA.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_RegisteredSpecification

Direct Known Subclasses

CIM_RegisteredProfile

Class Qualifiers

NameData TypeValue
DescriptionstringA RegisteredSpecification is used to advertise the implementation of a specification within a WBEM server. The specification may be authored by the DMTF or another standards organization. In this context, specification is used to describe a named and versioned set of constraints. There may be a one to one correspondence between the set of constraints and the document in which they are published. An example of a one to one correspondence is the mechanism used by the DMTF to publish its profiles. An example of one to many documents to specifications is an SMI-S book published by SNIA.
UMLPackagePathstringCIM::Interop
Versionstring2.39.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
InstanceIDstring
DescriptionstringWithin the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. In order to ensure uniqueness within the NameSpace, the value of InstanceID shall be constructed using the following 'preferred' algorithm: : Where and are separated by a colon ':', and where shall include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority. (This is similar to the _ structure of Schema class names.) In addition, to ensure uniqueness, shall not contain a colon (':'). The first colon to appear in InstanceID shall appear between and . is chosen by the organizational entity and should not be re-used to identify different underlying (real-world) elements. For DMTF defined instances, shall be set to 'CIM'.
Keybooleantrue
OverridestringInstanceID
OtherRegisteredOrganizationstring
DescriptionstringOtherRegisteredOrganization shall be a a free-form string providing a description of the organization if 1, "Other" is specified for the RegisteredOrganization.
MaxLenuint32256
ModelCorrespondencestringCIM_RegisteredSpecification.RegisteredOrganization
OtherSpecificationTypestring
DescriptionstringOtherSpecificationType shall be a a free-form string providing a description of the specification type if 1, "Other" is specified for the SpecificationType.
MaxLenuint32256
ModelCorrespondencestringCIM_RegisteredSpecification.SpecificationType
RegisteredNamestring
DescriptionstringThe name of this registered specification. Since multiple versions can exist for the same RegisteredName, the combination of RegisteredName, RegisteredOrganization, and RegisteredVersion shall uniquely identify the registered specification within the scope of the organization. The value of this property shall correspond to the name given to the set of versioned constraints by a specification or standard. The value does not identify the name of the document or publishing media, unless it happens to be the same as the name given to the versioned constraints.
MaxLenuint32256
Requiredbooleantrue
RegisteredOrganizationuint16
DescriptionstringThe organization that defines this specification. "The Green Grid" identifies "The Green Grid Association"
ModelCorrespondencestringCIM_RegisteredSpecification.OtherRegisteredOrganization
Requiredbooleantrue
ValueMapstring1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, ..
ValuesstringOther, DMTF, CompTIA, Consortium for Service Innovation, FAST, GGF, INTAP, itSMF, NAC, Northwest Energy Efficiency Alliance, SNIA, TM Forum, The Open Group, ANSI, IEEE, IETF, INCITS, ISO, W3C, OGF, The Green Grid, DMTF Reserved
RegisteredVersionstring
DescriptionstringThe version describing the creation or last modificationof the specification. The string representing the version shall be in the form: M + "." + N + "." + U Where: M - The major version (in numeric form). N - The minor version (in numeric form). U - The update (e.g. errata, patch, ..., in numeric form).
Requiredbooleantrue
SpecificationTypeuint16
DescriptionstringThe type of specification.
ModelCorrespondencestringCIM_RegisteredSpecification.OtherSpecificationType
ValueMapstring1, 2, 3, 4, ..
ValuesstringOther, Profile, Initiative Wrapper, Mapping, DMTF Reserved
AdvertiseTypeDescriptionsstring[]
ArrayTypestringIndexed
DescriptionstringA free-form string identifying the requested network advertisement for specification information for cases where the predefined values in AdvertiseTypes are not sufficient. Each entry in this array corresponds to the entry in the AdvertiseTypes array at the same index, and the two arrays shall have the same number of entries. A non-Null value shall be provided for each array entry that corresponds to an AdvertiseTypes entry with a value of 1 (Other). Other array entries should be Null.
ModelCorrespondencestringCIM_RegisteredSpecification.AdvertiseTypes
AdvertiseTypesuint16[]
ArrayTypestringIndexed
DescriptionstringThis property identifies the requested network advertisement for specification information. It is used by the advertising services of the WBEM infrastructure to determine what should be advertised, via what mechanisms. The property is an array so that the specification may be advertised using several mechanisms. If an array entry has a value of 2 (Not Advertised), this shall be the only array entry.
ModelCorrespondencestringCIM_RegisteredSpecification.AdvertiseTypeDescriptions
Requiredbooleantrue
ValueMapstring1, 2, 3, 4
ValuesstringOther, Not Advertised, SLP, WS-Identify

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement

Class Methods