|
DMTF Tutorial
> CIM > Overview
> Meta Schema > Schema
 |
CIM Meta Schema - Schema
|
 |
A Schema is a group of classes with a single owner. Schemas are used for administration and class naming. Class names must be unique within their owning schema. Each class name includes the schema name and follows this format:
SchemaName_ClassName
The rules for schema naming are as follows:
"CIM" and "PRS" are reserved schema
names and MUST NOT be used by any company or organization
other than the DMTF.
The schema name MUST be unique and MUST
begin with an alphabetic character. It is recommend to use one of
the following methods to assure uniqueness:
Use a trademark registered by your company eliminating
any "dot" characters from the trademark, and use the
result as your schema name.
Examples: “MyCompanyName_” or
“MyProductName_”
Make use of your company or organization's registered DNS
entry in the manner outlined below:
Use the rightmost elements of
your company or organization registered DNS address up to and
including your company or organization name.
Move any elements to the
right of your company or organization name to the left of that
name.
Eliminate all "dot"
characters.
Use the result as a prefix to your schema name.
Examples: companyname.com
- “comcompanyname” company.com.de -
“comdecompany” pickastate.state.gov -
“stategovpickastate”
Use another unique name that you can assure is unique.
|