HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: //usr/share/mof/cimv2.33.0/Database/CIM_SchemaCharacterSet.mof
// Copyright (c) 2006 DMTF.  All rights reserved.
// <change cr="DBCR00030" type ="add">Add top level relational model
// support to the database model.</change>
// <change cr="DBCR00032" type ="add">Correct SQL model
// associations.</change>
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ===================================================================
// CIM_SchemaCharacterSet
// ===================================================================
   [Association, Experimental, Version ( "2.12.0" ), 
    UMLPackagePath ( "CIM::Database::Sql" ), 
    Description ( 
       "The SchemaCharacterSet association relates the SqlSchema to "
       "the set of SqlCharacterSet objects that are owned by this "
       "SqlSchema." )]
class CIM_SchemaCharacterSet : CIM_Dependency {

      [Override ( "Antecedent" ), 
       Min ( 1 ), 
       Max ( 1 ), 
       Description ( 
          "Identifies the schema to which this character set belongs."
           )]
   CIM_SqlSchema REF Antecedent;

      [Override ( "Dependent" ), 
       Min ( 0 ), 
       Description ( 
          "Identifies character sets which are owned by the schema." )]
   CIM_SqlCharacterSet REF Dependent;


};